Age | Commit message (Expand) | Author |
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 |
2022-02-15 | MI disable_lid_wakeups() is not needed, x86 systems can do this | Theo de Raadt |
2022-02-15 | The DVACT_POWERDOWN step was accidentally moved in relation to some MD | Theo de Raadt |
2022-02-14 | Make sure we call acpi_resume_cpu() with the right ACPI state. This was | Mark Kettenis |
2022-02-14 | acpi_indicator() can take the softc*, instead of void* | Theo de Raadt |
2022-02-14 | test the correct pointer for acpi_intr_establish() result | Jonathan Gray |
2022-02-10 | Embed klist head in acpi_softc to avoid explicit malloc. | Visa Hankala |
2022-02-09 | Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c | Theo de Raadt |
2022-02-09 | add Surface Go 3 hid to acpibat(4) | Dave Voutila |
2022-02-09 | add newline to acpitz(4) attach condition | Dave Voutila |
2022-02-08 | The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing. | Theo de Raadt |
2022-02-04 | set the APM_BATT_CHARGING state if the battery is being charged and try | Robert Nagy |
2022-02-02 | acpi_addtask() calls malloc() w/ M_NOWAIT (because some calls come from | Theo de Raadt |
2022-02-01 | GPE_DIRECT is calling the AML parser from interrupt context, which is | Theo de Raadt |
2022-01-26 | An ACPI device needs to be both present and enabled for it to function. | Mark Kettenis |
2022-01-18 | Improve how quirks are handled on sdhc(4)-compatible drivers. So far | Patrick Wildt |
2022-01-12 | Make acpi_getpropint() return uint64_t, as ACPI integers are in fact that | Patrick Wildt |
2022-01-09 | spelling | Jonathan Gray |
2022-01-04 | acpi_getprop() needs to actually make sure that we're looking at the | Patrick Wildt |
2022-01-02 | preferense -> preference | Jonathan Gray |
2021-12-29 | Allow ohci(4) and ehci(4) to attach to acpi(4). | Patrick Wildt |