]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
rockchip: gpio: Add rockchip GPIO driver
authorSimon Glass <sjg@chromium.org>
Sun, 30 Aug 2015 22:55:27 +0000 (16:55 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 3 Sep 2015 03:28:23 +0000 (21:28 -0600)
commit1f8f7730a8a3c8cc73ecb5715f5d87ed55fec541
treec0d980710bcfd5ecefcd802c61e1bf7c7f174080
parent10b84fe1b59b4f8b485057b911f2d5bdd9b1c9a4
rockchip: gpio: Add rockchip GPIO driver

This supports RK3288 at present. It does not implement functions or support
for pull up/down.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/gpio.h [new file with mode: 0644]
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/rk_gpio.c [new file with mode: 0644]