diff options
author | Michael Walle | 2022-02-25 18:10:24 +0530 |
---|---|---|
committer | Priyanka Jain | 2022-02-28 11:59:35 +0530 |
commit | 07d6cb93781d47a8cb94c63b6419c68923b6f09d (patch) | |
tree | 8b0d64135d64716d6a58c89bb5b32345847fbc0a /MAINTAINERS | |
parent | f606c9a8959728f7df539e182fb799d3ccc92cc6 (diff) |
gpio: add sl28cpld driver
The gpio block is part of the sl28cpld sl28cpld management controller.
There are three different flavors: the usual input and output where the
direction is configurable, but also input only and output only variants.
Signed-off-by: Michael Walle <michael@walle.cc>
[Rebased]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 989ea41e2c3..0f39bc6bc92 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1164,6 +1164,7 @@ F: arch/sh/ SL28CLPD M: Michael Walle <michael@walle.cc> S: Maintained +F: drivers/gpio/sl28cpld-gpio.c F: drivers/misc/sl28cpld.c F: drivers/watchdog/sl28cpld-wdt.c |