Age | Commit message (Expand) | Author |
2022-11-26 | Rename type argument to buf in hidpp10_get_type(), no functional change. | Anton Lindqvist |
2022-11-26 | While emulating the bell, wsdisplay could end up sleeping when reaching | Anton Lindqvist |
2022-11-25 | nvme can do 64bit dma. | David Gwynne |
2022-11-24 | Don't report unknown apic structure types if they're in the OEM reserved | Jonathan Matthew |
2022-11-23 | Add pwmleds(4), a driver for PWM controlled LEDs. | Mark Kettenis |
2022-11-22 | Allocate additional command queue slots and use command completion events | Jonathan Matthew |
2022-11-20 | port the kstat code from re(4) to rge(4) | David Gwynne |
2022-11-17 | whitespace fixes. no functional change. | David Gwynne |
2022-11-14 | When the fdt does not provide a list of brightness states, pwmbl(4) | Miod Vallat |
2022-11-14 | include sys/device.h, on some architectures this gets pulled in, but others | Theo de Raadt |
2022-11-11 | Debug was accidentally left enabled in previous commit. | Matthieu Herrb |
2022-11-11 | Due to checksum offloading one more element could be written to the ring | Moritz Buhl |
2022-11-11 | Add icc(4) to handle Customer Control keyboards attached to i2c bus. | Matthieu Herrb |
2022-11-11 | ihidev can pass a buffer larger than the size of the claimed input | Anton Lindqvist |
2022-11-11 | regen | Jonathan Gray |
2022-11-11 | add AMD family 19h model 44h (Rembrandt) ids | Jonathan Gray |
2022-11-11 | Make ucc(4) the first consumer of hidcc. No intended functional change. | Anton Lindqvist |
2022-11-11 | Extract the HID specific pieces from ucc(4) into hidcc. First steps | Anton Lindqvist |
2022-11-11 | return early from drm activate functions after fatal error | Jonathan Gray |
2022-11-10 | Apparently we receive interrupts for both powerkey press and release, which | Patrick Wildt |
2022-11-10 | Remove hack that uses a timeout to fake interrupts now that qcpdc(4) allows | Patrick Wildt |
2022-11-10 | We need to turn a few more things on in the resume path. This makes it | Mark Kettenis |
2022-11-10 | Add qcpdc(4), a driver for the Qualcomm Power Domain controller found on | Patrick Wildt |
2022-11-10 | Move the code handling brightness keys into a task, since with | Matthieu Herrb |
2022-11-10 | Return error number instead of call panic(). | ASOU Masato |
2022-11-09 | Hook up gpiobl(4) to the screen burner instead of wsdisplay(4) brightness | Tobias Heider |
2022-11-09 | Constify simplefb_formats[]; OK patrick | Klemens Nanni |
2022-11-09 | Add qcpwm(4), a driver for the PWM found on Qualcomm PMICs. This is used | Patrick Wildt |
2022-11-09 | Move input/output configuration into the correct function. | Patrick Wildt |
2022-11-09 | Implement wakeup interrupt support. For now this is only implemented for | Mark Kettenis |
2022-11-09 | Implement reading/writing pins on qcpmicgpio(4). | Patrick Wildt |
2022-11-09 | translate Fn+(1-10,-,=) keys to F1-F12 on M1 laptops with a touchbar | Robert Nagy |
2022-11-09 | regen | Robert Nagy |
2022-11-09 | add a USB ID for WELLSPRINGM1_J293 to be used by aplhidev(4) to identify | Robert Nagy |
2022-11-08 | Hook up all those Qualcomm SoC SPMI devices. | Patrick Wildt |
2022-11-08 | Add qcrtc(4), a driver for the RTC found on Qualcomm PMICs. Unfortunately | Patrick Wildt |
2022-11-08 | Add qcpon(4), a driver for the Qualcomm PMIC block that hosts the powerkey | Patrick Wildt |
2022-11-08 | Add qcpmicgpio(4), a driver for the GPIO block inside the Qualcomm PMICs. | Patrick Wildt |
2022-11-08 | Add qcpmic(4), a driver for the SPMI-connected PMICs found on Qualcomm SoCs, | Patrick Wildt |
2022-11-08 | Add qcspmi(4), a driver for the SPMI PMIC Arbiter found on Qualcomm SoCs, | Patrick Wildt |
2022-11-08 | Add gpiobl(4), a driver for gpio controlled display backlights. This will | Tobias Heider |
2022-11-08 | Implement alternative mailbox handling mechanism required by newer firmware. | Mark Kettenis |
2022-11-08 | fix indent | Klemens Nanni |
2022-11-08 | acpihpet(4): disable/reenable acpihpet_delay() during suspend/resume | Scott Soule Cheloha |
2022-11-08 | Implement reading/writing/configuring pins in qcgpio(4). The code has | Patrick Wildt |
2022-11-07 | The gpiokeys(4) 'label' property seems to be optional. If we don't have | Patrick Wildt |
2022-11-07 | Add support for the PCIe controller on the Qualcomm SC8280XP. Thankfully | Patrick Wildt |
2022-11-07 | The ARM SMMUv2 does actually support #iommu-cells = <2>, where the second | Patrick Wildt |
2022-11-06 | Enable IPv4, TCP, and UDP checksum offloading, and VLAN HW tagging | Moritz Buhl |
2022-11-06 | Add FDT-based attachment for qciic(4). | Patrick Wildt |