]> git.karo-electronics.de Git - karo-tx-linux.git/commit
gpio: add TB10x GPIO driver
authorChristian Ruppert <christian.ruppert@abilis.com>
Tue, 8 Oct 2013 12:25:22 +0000 (14:25 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 25 Oct 2013 21:42:34 +0000 (23:42 +0200)
commitc6ce2b6bffe5740d572fdc5b5e690d5261abee51
tree65355784311db2401eefb232c55bbd47770d6a30
parent61e310a1edf6f325939245c05d3e9b662c70a43d
gpio: add TB10x GPIO driver

The GPIO driver for the Abilis Systems TB10x series of SOCs based on ARC700
CPUs. It supports GPIO control and GPIO interrupt generation. This driver
works in conjunction with the TB10x pinctrl driver.

Signed-off-by: Sascha Leuenberger <sascha.leuenberger@abilis.com>
Signed-off-by: Christian Ruppert <christian.ruppert@abilis.com>
Acked-by: Kumar Gala <galak@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/gpio/abilis,tb10x-gpio.txt [new file with mode: 0644]
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-tb10x.c [new file with mode: 0644]