Re: [PATCH v1 4/5] gpio: new driver to work with a 8x12 siox

From: Greg Kroah-Hartman
Date: Mon Dec 18 2017 - 10:09:16 EST


On Thu, Dec 07, 2017 at 10:30:07AM +0100, Uwe Kleine-König wrote:
> This driver controls a SIOX device that provides 20 I/O lines. The first
> twelve are fixed inputs, the remaining eight are outputs.
>
> Acked-by: Gavin Schenk <g.schenk@xxxxxxxxxxxx>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
> ---
> drivers/gpio/Kconfig | 8 ++
> drivers/gpio/Makefile | 1 +
> drivers/gpio/gpio-siox.c | 293 +++++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 302 insertions(+)
> create mode 100644 drivers/gpio/gpio-siox.c

I can't take this through my tree, but if the gpio maintainer acks it, I
can :)

thanks,

greg k-h