summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/imxgpio.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | arm_intr_* prefix with fdt_intr_*. ok kettenis@
* Move imxgpio(4) to sys/dev/fdt so it can be shared between arm64 and armv7.patrick2018-03-301-0/+374