aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/pl061.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Allow for interrupts on pl061 childrenAndrew Turner2020-09-141-0/+5
* Switch the name of the pl061 driver to gpioAndrew Turner2020-09-101-1/+1
* Use the correct variable to check which interrupt mode to useAndrew Turner2020-09-101-5/+5
* Add a GPIO driver for the Arm pl061 controllerAndrew Turner2020-09-081-0/+580