]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: gpio: hi6220: Add a hi6220 GPIO driver model driver.
authorPeter Griffin <peter.griffin@linaro.org>
Thu, 30 Jul 2015 17:55:18 +0000 (18:55 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:19:13 +0000 (10:19 +0200)
commitb64a3b26e26f988cbbb87080d630848c17749d63
treebf2e153a3af5c3424bd495f55ddf29e474406396
parentfb3fb6573e8d6d0331e7ea60f94bfe0cabe8be54
dm: gpio: hi6220: Add a hi6220 GPIO driver model driver.

This patch adds support for the GPIO perif found on hi6220
SoC.

Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
arch/arm/include/asm/arch-hi6220/gpio.h [new file with mode: 0644]
drivers/gpio/Makefile
drivers/gpio/hi6220_gpio.c [new file with mode: 0644]