summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/rkgpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-work intr_barrier(9) on arm64 to remove layer violation. So far wepatrick2020-07-171-1/+12
* Extend the interrupt API on arm64 and armv7 to be able to pass aroundpatrick2020-07-141-4/+7
* Remove redundant bit masking.kettenis2020-04-251-2/+1
* Fix off-by-one in check for valid pin numbers and use the existingkettenis2020-04-071-4/+4
* Implement interrupt controller functionality in the Rockchippatrick2019-05-111-1/+236
* Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs.kettenis2017-05-061-0/+155