diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2016-08-02 09:57:47 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-08-11 13:37:25 +0200 |
commit | 6ea5dcdf7924d967a4d4b3aa7170e37a1be5cf0f (patch) | |
tree | 31a35232f999e9dd4b0d42e3ec9e1b083611c923 /MAINTAINERS | |
parent | 0ba19cfc2a667ca986355e11d122c465482f12e2 (diff) | |
download | op-kernel-dev-6ea5dcdf7924d967a4d4b3aa7170e37a1be5cf0f.zip op-kernel-dev-6ea5dcdf7924d967a4d4b3aa7170e37a1be5cf0f.tar.gz |
gpio: Add GPIO support for the Diamond Systems GPIO-MM
The Diamond Systems GPIO-MM device features 48 lines of digital I/O via
the emulation of dual 82C55A PPI chips. This driver provides GPIO
support for these 48 channels of digital I/O. The base port addresses
for the devices may be configured via the base array module parameter.
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 20bb1d0..a9ffa78 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3768,6 +3768,12 @@ F: include/linux/regulator/da9211.h F: include/sound/da[79]*.h F: sound/soc/codecs/da[79]*.[ch] +DIAMOND SYSTEMS GPIO-MM GPIO DRIVER +M: William Breathitt Gray <vilhelm.gray@gmail.com> +L: linux-gpio@vger.kernel.org +S: Maintained +F: drivers/gpio/gpio-gpio-mm.c + DIGI NEO AND CLASSIC PCI PRODUCTS M: Lidza Louina <lidza.louina@gmail.com> M: Mark Hounschell <markh@compro.net> |