summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/aplgpio.c
AgeCommit message (Expand)Author
2022-10-20Add the hooks to disable and enable GPIO interrupts. Should fix potentialMark Kettenis
2022-04-06constify struct cfattachChristian Weisgerber
2021-12-21Move checks on attach arguments from attach into match.Mark Kettenis
2021-05-16correct prototype of acpi gpio intr_establish functionsJonathan Gray
2020-05-22Use the parsed address and interrupt information fromMark Kettenis
2019-06-17Add aplgpio(4) a driver for the gpio controllers found on Intel's ApolloPatrick Wildt