OSDN Git Service

gpio: new driver to work with a 8x12 siox
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 27 Sep 2018 07:48:08 +0000 (09:48 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 28 Sep 2018 07:30:42 +0000 (09:30 +0200)
commitbe8c8facc707d48f367d9313f5972353d24f19be
tree97cc0403cf11968d50a68ab53dfcacfdb8235ce4
parent9aa64f0be3c8681c66f4a9e3b6ab0c79a5e8f3ac
gpio: new driver to work with a 8x12 siox

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@eckelmann.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
MAINTAINERS
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-siox.c [new file with mode: 0644]