summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorGregory Fong <gregory.0xf0@gmail.com>2015-05-28 19:14:05 -0700
committerLinus Walleij <linus.walleij@linaro.org>2015-06-02 15:36:22 +0200
commit3b0213d56eb7f78c9a0e78dfcd9ec077bb1cf4e9 (patch)
treeb10d05e9b27b55e6952aac5da70f352040b78c3f /MAINTAINERS
parent733cf014f02040b3ad5864f3fd73d50d49c84b49 (diff)
downloadlinux-0-day-3b0213d56eb7f78c9a0e78dfcd9ec077bb1cf4e9.tar.gz
linux-0-day-3b0213d56eb7f78c9a0e78dfcd9ec077bb1cf4e9.tar.xz
gpio: Add GPIO support for Broadcom STB SoCs
This adds support for the GPIO IP "UPG GIO" used on Broadcom STB SoCs (BCM7XXX and some others). Uses basic_mmio_gpio to instantiate a gpio_chip for each bank. The driver assumes that it handles the base set of GPIOs on the system and that it can start its numbering sequence from 0, so any GPIO expanders used with it must dynamically assign GPIO numbers after this driver has finished registering its GPIOs. Does not implement the interrupt-controller portion yet, will be done in a future commit. v2: - change include to use <linux/gpio/driver.h> instead of <linux/gpio.h> - get rid of unnecessary imask member in struct bank - rename GPIO_PER_BANK -> MAX_GPIO_PER_BANK - always have 32 GPIOs per bank and add 'width' member in struct bank to hold actual number of GPIOs in use - mark of_match table as const List-usage-fixed-by: Brian Norris <computersforpeace@gmail.com> Signed-off-by: Gregory Fong <gregory.0xf0@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 590304b96b032..260cd95f9189a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2241,6 +2241,13 @@ N: bcm9583*
N: bcm583*
N: bcm113*
+BROADCOM BRCMSTB GPIO DRIVER
+M: Gregory Fong <gregory.0xf0@gmail.com>
+L: bcm-kernel-feedback-list@broadcom.com>
+S: Supported
+F: drivers/gpio/gpio-brcmstb.c
+F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
+
BROADCOM KONA GPIO DRIVER
M: Ray Jui <rjui@broadcom.com>
L: bcm-kernel-feedback-list@broadcom.com