]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio: bcm281xx: Add GPIO driver
authorMarkus Mayer <mmayer@broadcom.com>
Tue, 10 Sep 2013 18:07:01 +0000 (11:07 -0700)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 20 Sep 2013 18:26:13 +0000 (20:26 +0200)
commit757651e3d60e5bff705743a301d64035b919fd03
tree4c41388a881ed6c76fa64f22b4517026d5edd0ca
parentd8e0ac0824cd0868ea73f186d6511d710b068044
gpio: bcm281xx: Add GPIO driver

Add the GPIO driver for the Broadcom bcm281xx family of mobile SoCs.
These GPIO controllers may contain up to 8 banks where each bank
includes 32 pins that can be driven high or low and act as an edge
sensitive interrupt.

Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Christian Daudt <csd@broadcom.com>
Reviewed-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Matt Porter <matt.porter@linaro.org>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
[Added depends on OF_GPIO]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt [new file with mode: 0644]
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-bcm-kona.c [new file with mode: 0644]