summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/aplgpio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the parsed address and interrupt information fromkettenis2020-05-221-62/+25
| | | | | | | struct acpi_attach_args. tpm(4) tested by kn@ ok jmatthew@
* Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollopatrick2019-06-171-0/+304
Lake SoC. From James Hastings ok kettenis@