]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit21f415c7371e9411da78c3f2b50e1ed8c3fd8147
tree8b0d64135d64716d6a58c89bb5b32345847fbc0a
parent333319cb5758f6853d55f07e875add842f444b8c
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]