aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/pl061.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: attach gpiobus when the controller is readyAhmad Khalifa2025-07-041-2/+10
* dev/gpio: Mask all pl011 interruptsAndrew Turner2024-10-241-0/+3
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* gpio pl061: Remove unused variables.John Baldwin2022-04-091-6/+0
* 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