]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
gpio: add Xilinx Zynq PS GPIO driver
authorAndrea Scian <andrea.scian@dave.eu>
Fri, 20 Mar 2015 15:00:25 +0000 (16:00 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:33 +0000 (22:31 +0200)
commit735d780d3d466105e59d5f3b7c27c337d6f6f058
tree4d04095c123cff94a6a6759c5984547be76ce8fb
parenta918f847b0c0145550f061e7c43b67f77eec872e
gpio: add Xilinx Zynq PS GPIO driver

Most of the code is taken (and adapted) from Linux kernel driver.

Just add CONFIG_ZYNQ_GPIO to you config to enable it

Signed-off-by: Andrea Scian <andrea.scian@dave.eu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/include/asm/arch-zynq/gpio.h
drivers/gpio/Makefile
drivers/gpio/zynq_gpio.c [new file with mode: 0644]