diff options
author | Andrei.Stefanescu@microchip.com <Andrei.Stefanescu@microchip.com> | 2018-12-12 06:57:15 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-12-21 04:55:57 -0500 |
commit | fb0b35d307b7109d245f45be780d15fb368f94c5 (patch) | |
tree | ec7739306ea396e87723d5f6ff557d790d9d9429 /MAINTAINERS | |
parent | 6bd925a8b779b262b007d638171c80398cfbc217 (diff) |
gpio: add driver for SAMA5D2 PIOBU pins
PIOBU pins do not lose their voltage during Backup/Self-refresh.
This patch adds a simple GPIO controller for them and a
maintainer for the driver.
This driver adds support for using the pins as GPIO
offering the possibility to read/set the voltage.
Signed-off-by: Andrei Stefanescu <andrei.stefanescu@microchip.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 65828b79ae49..79979ca0edd4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9768,6 +9768,12 @@ M: Nicolas Ferre <nicolas.ferre@microchip.com> | |||
9768 | S: Supported | 9768 | S: Supported |
9769 | F: drivers/power/reset/at91-sama5d2_shdwc.c | 9769 | F: drivers/power/reset/at91-sama5d2_shdwc.c |
9770 | 9770 | ||
9771 | MICROCHIP SAMA5D2-COMPATIBLE PIOBU GPIO | ||
9772 | M: Andrei Stefanescu <andrei.stefanescu@microchip.com> | ||
9773 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
9774 | L: linux-gpio@vger.kernel.org | ||
9775 | F: drivers/gpio/gpio-sama5d2-piobu.c | ||
9776 | |||
9771 | MICROCHIP SPI DRIVER | 9777 | MICROCHIP SPI DRIVER |
9772 | M: Nicolas Ferre <nicolas.ferre@microchip.com> | 9778 | M: Nicolas Ferre <nicolas.ferre@microchip.com> |
9773 | S: Supported | 9779 | S: Supported |