summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/amdgpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Shifts (<<) of more than 32 bits must be done on 64-bit values.krw2020-06-201-2/+2
* Use the parsed address and interrupt information fromkettenis2020-05-221-60/+24
* In amdgpio_pin_intr() disable pins a pending interrupt is seen for whichjsg2020-01-261-12/+20
* Add amdgpio(4), a driver for the GPIO controller found on newer AMDkettenis2019-12-231-0/+312