diff options
author | Marek Behún <marek.behun@nic.cz> | 2019-08-12 18:11:17 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-08-14 15:30:56 +0200 |
commit | 856ed97af5cfcfdc73cc4178d9670122bca52f6b (patch) | |
tree | 71cf77f117de6b08669f441638613e707f60b4e1 /MAINTAINERS | |
parent | 2091b417aab195a2c35abe780ad15ade1b0932ac (diff) | |
download | lwn-856ed97af5cfcfdc73cc4178d9670122bca52f6b.tar.gz lwn-856ed97af5cfcfdc73cc4178d9670122bca52f6b.zip |
drivers: gpio: Add support for GPIOs over Moxtet bus
This adds support for interpreting the input and output bits of one
device on Moxtet bus as GPIOs.
This is needed for example by the SFP cage module of Turris Mox.
Link: https://lore.kernel.org/r/20190812161118.21476-5-marek.behun@nic.cz
Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1869e83f514a..a71ab252ad7e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1635,6 +1635,7 @@ F: Documentation/ABI/testing/sysfs-bus-moxtet-devices F: Documentation/devicetree/bindings/bus/moxtet.txt F: include/linux/moxtet.h F: drivers/bus/moxtet.c +F: drivers/gpio/gpio-moxtet.c ARM/EBSA110 MACHINE SUPPORT M: Russell King <linux@armlinux.org.uk> |