Age | Commit message (Expand) | Author |
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 |
2022-11-06 | Add FDT-based attachment for qcgpio(4). | Patrick Wildt |
2022-11-06 | Add glue for the USB3 controller on the Lenovo x13s. | Patrick Wildt |
2022-11-05 | match on Intel 500 Series HD Audio (0x43c8) | Jonathan Gray |
2022-11-03 | Style: always use *retval and never retval[0] in syscalls, | Philip Guenther |
2022-11-02 | Remove audio(9) speaker_ctl(), let open() handle speakers where needed | Klemens Nanni |
2022-10-30 | On the Lenovo X13s attaching to the multiport USB controller leads to hard | Patrick Wildt |
2022-10-30 | Move duplex check from sbdsp_midi_open() to sbdsp_open() where it belongs | Klemens Nanni |
2022-10-28 | Remove unused audio(9) get_props()/AUDIO_PROP_FULLDUPLEX | Klemens Nanni |
2022-10-28 | Replace audio(9) get_props() with duplex check in open() in non-duplex drivers | Klemens Nanni |
2022-10-28 | Remove audio(9) get_props() from record-only drivers | Klemens Nanni |
2022-10-28 | Replace audio(9) get_props() with duplex check in open() in partial duplex dr... | Klemens Nanni |
2022-10-27 | Match ure(4) on Windows Dev Kit 2023 | Patrick Wildt |
2022-10-27 | regen | Patrick Wildt |
2022-10-27 | Add USB device id for integrated ure(4) on Windows Dev Kit 2023 | Patrick Wildt |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-26 | Constify device table | Klemens Nanni |
2022-10-26 | Constify battery check table | Klemens Nanni |
2022-10-25 | Calculate approx. battery re-charge time. | Marcus Glocker |
2022-10-24 | regen | Jonathan Gray |