Re: [PATCH v6 07/13] gpio: add support for the sl28cpld GPIO controller

2020-07-26 Thread Andy Shevchenko
On Sun, Jul 26, 2020 at 01:18:28AM +0200, Michael Walle wrote: > 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

[PATCH v6 07/13] gpio: add support for the sl28cpld GPIO controller

2020-07-25 Thread Michael Walle
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