summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/pchgpio.c
AgeCommit message (Expand)Author
2023-11-27support Alder Lake-N and Alder Lake-SJonathan Gray
2022-10-20Add the hooks to disable and enable GPIO interrupts. Should fix potentialMark Kettenis
2022-06-29match on Alder Lake-PJonathan Gray
2022-04-06constify struct cfattachChristian Weisgerber
2022-03-10Add support for Sunrisepoint-H and Sunrisepoint-LP platforms.hastings
2021-12-21Move checks on attach arguments from attach into match.Mark Kettenis
2021-12-07Fix typo in Tiger Lake H configuration.Mark Kettenis
2021-09-29Add support for Cannon Lake H and Tiger Lake H platforms.Mark Kettenis
2021-09-21During resume, also restore pins that we configured as GPIO interrupt pins.Mark Kettenis
2021-09-18Work around a BIOS bug on Lenovo Thinkpads based on Intel's Tiger LakeMark Kettenis
2021-08-30Remove magic offset from data structures. This makes it much easier toMark Kettenis
2021-08-24Fix ping group offsets.Mark Kettenis
2021-08-10Add Tiger Lake LP (INT34C5) supportJoshua Stein
2021-05-16correct prototype of acpi gpio intr_establish functionsJonathan Gray
2020-11-15Add pchgpio(4), a driver for the GPIO controllers found on modern IntelMark Kettenis