diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2018-09-28 09:15:30 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-10-10 03:21:06 -0400 |
commit | 2505c7b0128f63289a59d77ee39cacd08aacf779 (patch) | |
tree | a7a8027e74c2a4cdf5f9e84008fb62391c1fd9d7 /MAINTAINERS | |
parent | 29f55cc664f48cfeee661b2dbea39cd72a311e7e (diff) |
GPIO: add single-register GPIO via CREG driver
Add single-register MMIO GPIO driver for complex cases where
only several fields in register belong to GPIO lines and each GPIO
line owns a field with different length and on/off value.
Such CREG GPIOs are used in Synopsys AXS10x and HSDK boards.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.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 920c0f92bef4..d2f4b8059adf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -14018,6 +14018,12 @@ S: Supported | |||
14018 | F: drivers/reset/reset-axs10x.c | 14018 | F: drivers/reset/reset-axs10x.c |
14019 | F: Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt | 14019 | F: Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt |
14020 | 14020 | ||
14021 | SYNOPSYS CREG GPIO DRIVER | ||
14022 | M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | ||
14023 | S: Maintained | ||
14024 | F: drivers/gpio/gpio-creg-snps.c | ||
14025 | F: Documentation/devicetree/bindings/gpio/snps,creg-gpio.txt | ||
14026 | |||
14021 | SYNOPSYS DESIGNWARE 8250 UART DRIVER | 14027 | SYNOPSYS DESIGNWARE 8250 UART DRIVER |
14022 | R: Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 14028 | R: Andy Shevchenko <andriy.shevchenko@linux.intel.com> |
14023 | S: Maintained | 14029 | S: Maintained |