gpio: add sl28cpld driver
authorMichael Walle <michael@walle.cc>
Fri, 25 Feb 2022 12:40:24 +0000 (18:10 +0530)
committerPriyanka Jain <priyanka.jain@nxp.com>
Mon, 28 Feb 2022 06:29:35 +0000 (11:59 +0530)
commit07d6cb93781d47a8cb94c63b6419c68923b6f09d
tree8b0d64135d64716d6a58c89bb5b32345847fbc0a
parentf606c9a8959728f7df539e182fb799d3ccc92cc6
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>
MAINTAINERS
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/sl28cpld-gpio.c [new file with mode: 0644]