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
/
pchgpio.c
Age
Commit message (
Expand
)
Author
2023-11-27
support Alder Lake-N and Alder Lake-S
Jonathan Gray
2022-10-20
Add the hooks to disable and enable GPIO interrupts. Should fix potential
Mark Kettenis
2022-06-29
match on Alder Lake-P
Jonathan Gray
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-03-10
Add support for Sunrisepoint-H and Sunrisepoint-LP platforms.
hastings
2021-12-21
Move checks on attach arguments from attach into match.
Mark Kettenis
2021-12-07
Fix typo in Tiger Lake H configuration.
Mark Kettenis
2021-09-29
Add support for Cannon Lake H and Tiger Lake H platforms.
Mark Kettenis
2021-09-21
During resume, also restore pins that we configured as GPIO interrupt pins.
Mark Kettenis
2021-09-18
Work around a BIOS bug on Lenovo Thinkpads based on Intel's Tiger Lake
Mark Kettenis
2021-08-30
Remove magic offset from data structures. This makes it much easier to
Mark Kettenis
2021-08-24
Fix ping group offsets.
Mark Kettenis
2021-08-10
Add Tiger Lake LP (INT34C5) support
Joshua Stein
2021-05-16
correct prototype of acpi gpio intr_establish functions
Jonathan Gray
2020-11-15
Add pchgpio(4), a driver for the GPIO controllers found on modern Intel
Mark Kettenis