index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
Age
Commit message (
Expand
)
Author
2024-05-14
remove prototypes with no matching function
Jonathan Gray
2024-05-13
Ignore button events in the first 10 seconds after resume. On some ACPI
Mark Kettenis
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-04-13
correct indentation
Jonathan Gray
2024-01-08
Implement RootPathString support in the LoadTable() AML function. Fixes
Mark Kettenis
2024-01-06
Zap more obsolete debug code.
Marcus Glocker
2023-11-29
increase the number of address ranges in acpi attach args from 4 to 8
Jonathan Gray
2023-11-27
support Alder Lake-N and Alder Lake-S
Jonathan Gray
2023-09-12
Use IORT ITS nodes to find the right ITS instance to use when establishing
Jonathan Matthew
2023-08-15
Replace a bunch of (1 << 31) with (1U << 31)
Miod Vallat
2023-08-06
Add acpi_softc == NULL checks and return ENXIO instead of crashing on
Tobias Heider
2023-07-08
Adds request_sleep(), a MI way of sending the machine to sleep in
Tobias Heider
2023-07-08
Move /dev/apm related acpi code to acpi_apm.c which is only built on
Tobias Heider
2023-07-08
Add ietp driver for Elantech I2C touchpads
Joshua Stein
2023-07-07
Add support for multiple batteries to acpithinkpad setchargestart and
Claudio Jeker
2023-07-06
moving acpiioctl to a different file than acpiopen is not going to work
Theo de Raadt
2023-07-05
Move acpiioctl to acpi_x86.c, it is only used up on i386 and amd64.
Tobias Heider
2023-06-29
acpi(4)/acpibtn(4): use opt-in approach for wakeup GPEs
Dave Voutila
2023-05-20
Implement battery charge control.
Mark Kettenis
2023-04-27
Mark the fan speed sensor as invalid when it reports -1 RPM. This happens for
Miod Vallat
2023-04-23
add support for coordinating i2c bus access with iosf(4)
David Gwynne
2023-04-23
add iosf(4), a driver for the Intel OnChip System Fabric
David Gwynne
2023-04-16
Too many ACPI implementations advertise serial ports that aren't actually
Mark Kettenis
2023-04-13
remove duplicate includes
Jonathan Gray
2023-04-11
Nuke unused function prototype.
Marcus Glocker
2023-04-09
don't attach temperature sensors for which there is no TMP# node in
Joshua Stein
2023-04-03
acpibtn_notify: ignore duplicate ACPI lid transitions
Todd C. Miller
2023-04-02
add Windows 11 _OSI strings
Jonathan Gray
2023-03-15
Add missing nameref resolving for the _DEP() package elements that indicate
Mark Kettenis
2023-03-04
handle polling when cold in tipmic_thermal_opreg_handler().
David Gwynne
2023-02-18
acpipwrres(4): remove unused aml_value's.
Dave Voutila
2023-02-10
Adjust knote(9) API
Visa Hankala
2023-02-04
Initial driver for Universal Flash Storage (UFS) Host Controllers.
Marcus Glocker
2023-02-04
timecounting: remove incomplete PPS support
Scott Soule Cheloha
2022-12-18
Disable the keyboard on the Samsung Galaxy Book Go until we can fix the
Marcus Glocker
2022-11-24
Don't report unknown apic structure types if they're in the OEM reserved
Jonathan Matthew
2022-11-08
acpihpet(4): disable/reenable acpihpet_delay() during suspend/resume
Scott Soule Cheloha
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-10-30
On the Lenovo X13s attaching to the multiport USB controller leads to hard
Patrick Wildt
2022-10-26
Constify battery check table
Klemens Nanni
2022-10-20
Add the hooks to disable and enable GPIO interrupts. Should fix potential
Mark Kettenis
2022-10-20
Constify global product table
Klemens Nanni
2022-10-08
Add PNP ID to make this attach on Qualcomm SoCs.
Mark Kettenis
2022-10-03
Reorganize the EFI code a bit. Move the efi.h header from dev/acpi to
Mark Kettenis
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
[next]