gpio: Add support for the sl28cpld GPIO controller
authorMichael Walle <michael@walle.cc>
Mon, 14 Sep 2020 21:43:35 +0000 (23:43 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 17 Sep 2020 15:00:20 +0000 (16:00 +0100)
commitb7536d8749e54923c9a7e8c4175e1e4f9b8c1541
tree0ba951b814a0138d7f4b64495815461a70579f1c
parent9db33d221efcca9503ac481edcbf2b3f4404bdb8
gpio: Add support for the sl28cpld GPIO controller

Add support for the GPIO controller of the sl28 board management
controller. This driver is part of a multi-function device.

A controller has 8 lines. There are three different flavors:
full-featured GPIO with interrupt support, input-only and output-only.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-sl28cpld.c [new file with mode: 0644]