Age | Commit message (Expand) | Author |
2022-09-15 | Enable the keyboard on the Samsung Galaxy Book Go. | Marcus Glocker |
2022-09-13 | Split out the code that collects data from acpiac(4), acpibat(4) and | Mark Kettenis |
2022-09-12 | Add support for level-triggered GPIO events. | Mark Kettenis |
2022-09-12 | acpihpet(4): acpihpet_delay: only use lower 32 bits of counter | Scott Soule Cheloha |
2022-09-11 | Register the I2C controller with ACPI. Skip this on the SC8280XP SoC for | Mark Kettenis |
2022-09-10 | Add another pin to the SC7180 map function. | Mark Kettenis |
2022-09-10 | Don't restrict GPIO events to pin numbers below 256. With the _EVT() | Mark Kettenis |
2022-09-10 | Generalize the code such that it works on SC7180 SoCs as well. | Mark Kettenis |
2022-09-10 | Add _HID for SC7180 SoCs. | Mark Kettenis |
2022-09-09 | The DSDT on the snapdragon 7c based Acer Aspire 1 (A114-61) uses a bogus | Mark Kettenis |
2022-09-08 | Use generic PNP ID to match HID-over-I2C devices. | Mark Kettenis |
2022-09-08 | Add a few more pin mappings based on what is in some Linux device tree | Mark Kettenis |
2022-09-07 | Add a few more PNP IDs to handle variants of the Qualcomm dual role | Mark Kettenis |
2022-09-03 | Make sure we don't suspend if we have no way to wake up the machine. | Mark Kettenis |
2022-08-31 | Add qcgpio(4) and qciic(4), drivers for the Qualcomm GPIO and I2C controllers | Mark Kettenis |
2022-08-31 | Introduce iic_intr_disestablish() and use it in ihidev(4). | Mark Kettenis |
2022-08-25 | acpihpet(4): don't truncate HPET frequency to 32-bit value | Scott Soule Cheloha |
2022-08-25 | acpihpet(4): add acpihpet_delay(), another delay(9) implementation | Scott Soule Cheloha |
2022-08-25 | acpitimer(4): add acpitimer_delay(), another delay(9) implementation | Scott Soule Cheloha |
2022-08-10 | Provide the AML root in ACPI's softc so that drivers that need access | Patrick Wildt |
2022-07-05 | Missing header change that should have gone with xhci_acpi.c r1.8 | Theo Buehler |
2022-07-04 | Add support for the dual role controllers integrated on the Qualcomm | Mark Kettenis |
2022-06-29 | match on Alder Lake-P | Jonathan Gray |
2022-06-28 | Add support for the Synopsys DesignWare UART found on the Ryzen Embedded | Mark Kettenis |
2022-06-28 | A com_acpi_softc pointer is used as the interrupt callback cookie which | Anton Lindqvist |
2022-06-28 | Add hardware ID for EHCI-compliant USB controller with standard debug. | Mark Kettenis |
2022-06-28 | Add hardware ID for XHCI-compliant USB controller without standard debug. | Mark Kettenis |
2022-06-27 | Whitespace/KNF | Mike Larkin |
2022-06-27 | amdgpio(4): restore pin configuration on resume | Mike Larkin |
2022-06-11 | Bring back PL011 UART FIFO support to pluart(4). This time with working | Anton Lindqvist |
2022-05-29 | pwr_action isn't used in this file, zap pointless decl. | Jeremie Courreges-Anglas |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-04-04 | As a hack, use CD_SKIPHIBERNATE. For 2.0, our TPM lifecycle management | Theo de Raadt |
2022-03-21 | Update hw.power whenever we refresh the AC state. This makes sure the state | Mark Kettenis |
2022-03-13 | Revert previous commit. It breaks the serial console on my rpi4. | Mark Kettenis |
2022-03-11 | Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends on | Anton Lindqvist |
2022-03-10 | Add support for Sunrisepoint-H and Sunrisepoint-LP platforms. | hastings |
2022-03-06 | oops, typo, spotted by Mikhail | Theo de Raadt |
2022-03-05 | Improve wording for trying S5 instead of S4 | Theo de Raadt |
2022-02-17 | If S4 is not available, use S5 for the ACPI-transitions in hibernate support. | Theo de Raadt |
2022-02-17 | remove unused defines | Jonathan Gray |
2022-02-17 | reduce includes | Jonathan Gray |
2022-02-17 | reduce includes | Jonathan Gray |
2022-02-16 | rev 1.4 was wrong to put potential IO operations after _GTS. | Theo de Raadt |
2022-02-16 | if the lids indicate we are not supposed to wakeup, return EAGAIN rather | Theo de Raadt |
2022-02-16 | change MD gosleep() and sleep_finish() to return int, the MI code will be | Theo de Raadt |
2022-02-15 | Since acpitoshiba brightness button processing no longer plays games | Theo de Raadt |
2022-02-15 | Defer the actual setting of the display brightness to the acpi thread. | Mark Kettenis |
2022-02-15 | when the MI suspend code encounters problems, we need a way to | Theo de Raadt |
2022-02-15 | com at acpi like com at isa needs com_active() for suspend/resume support. | Claudio Jeker |