]> git.ipfire.org Git - people/ms/u-boot.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)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 29 Apr 2015 08:41:24 +0000 (10:41 +0200)
commitd37c6288a6715dfc2cce16954facfe0a9700c64f
treef9c0b9437d24f7021c9ff5ff7b057d10e37d1a58
parentcc555bd4f40a652471df4a3621d45ee57df0ca11
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]