gpio: Add GPIO support for the ACCES 104-IDIO-16
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Mon, 19 Oct 2015 16:59:14 +0000 (12:59 -0400)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 27 Oct 2015 10:01:19 +0000 (11:01 +0100)
commit1ceacea220c36e7933216e79b0ca21e1318b7c8d
tree94e51a1666727e5a2b4f5ac18796e02cf02241b3
parent6057d40f41a30f234533e5cf28810dd3fd2b6995
gpio: Add GPIO support for the ACCES 104-IDIO-16

The ACCES 104-IDIO-16 family of PC/104 utility boards feature 16
optically isolated inputs and 16 optically isolated FET solid state
outputs. This driver provides GPIO support for these 32 channels of
digital I/O. Change-of-State detection interrupts are not supported.

GPIO 0-15 correspond to digital outputs 0-15, while GPIO 16-31
correspond to digital inputs 0-15. The base port address for the device
may be set via the idio_16_base module parameter.

Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-104-idio-16.c [new file with mode: 0644]
This page took 0.026207 seconds and 5 git commands to generate.