gpio: Add GPIO support for the ACCES 104-DIO-48E
authorWilliam Breathitt Gray <vilhelm.gray@gmail.com>
Wed, 20 Jan 2016 18:50:11 +0000 (13:50 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 28 Jan 2016 08:51:16 +0000 (09:51 +0100)
commit1b06d64f73746c30ddba43bb57c30ba9a126f53b
treeadb1e8b2177f6091a873ccd47c06a20d7de88c49
parent9c26df9b27b67c607f4881551222f36d8bde865b
gpio: Add GPIO support for the ACCES 104-DIO-48E

The ACCES 104-DIO-48E device provides 48 lines digital I/O via two
Programmable Peripheral Interface (PPI) chips of type 82C55. Bit C3 at
each 24-bit Group can be used as an external interrupt, triggered by a
rising edge.

This driver provides GPIO and IRQ support for these 48 channels of
digital I/O. The base port address for the device may be configured via
the dio_48e_base module parameter. The interrupt line number for the
device may be configured via the dio_48e_irq module parameter.

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