summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxgpio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Re-work intr_barrier(9) on arm64 to remove layer violation. So far wepatrick2020-07-171-1/+15
* Extend the interrupt API on arm64 and armv7 to be able to pass aroundpatrick2020-07-141-4/+7
* Implement IRQ masking and unmasking in imxgpio(4).patrick2018-08-081-1/+35
* Give the FDT interrupt API a more generic naming by replacing thepatrick2018-08-061-6/+6
* Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7.patrick2018-03-301-0/+374