aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/xilinx/zy7_gpio.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* arm64: xilinx: gpio: Add support for ZynqMP SoCEmmanuel Vadot2023-08-101-39/+101
* arm: xilinx: gpio: Make the driver more genericEmmanuel Vadot2023-08-101-27/+93
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* arm xilinx: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Fix accidental USB port resets by GPIO on Zynq/Zedboard boardsOleksandr Tymoshenko2018-04-031-21/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-311-4/+19
* Rename the avila, cambria and zynq GPIO driver names to match the expectedLuiz Otavio O Souza2015-01-291-6/+1
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-281-2/+2
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Bring copyright changes with the agreement of Thomas Skibo.Wojciech A. Koszek2013-04-281-21/+22
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.Wojciech A. Koszek2013-04-271-0/+384