summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-zynq/gpio.h
Commit message (Collapse)AuthorAgeLines
* dm: zynq: Remove inline gpio functionsSimon Glass2015-01-29-15/+0
| | | | | | | These functions serve no useful purpose, and conflict with the generic API. Drop them. Signed-off-by: Simon Glass <sjg@chromium.org>
* gpio: zynq: Add dummy gpio routinesJagannadha Sutradharudu Teki2014-01-10-0/+25
GPIO dummy routines are required for fdt build, may be removed these dependencies once the u-boot fdt is fully optimized. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>