]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: add driver for MEN 16Z127 GPIO controller
authorAndreas Werner <andy@wernerandy.de>
Mon, 29 Feb 2016 18:44:43 +0000 (19:44 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 9 Mar 2016 02:44:52 +0000 (09:44 +0700)
commita6ad9b873abff24e920d038835fb63c5b86c0e45
tree01d5d6e7afa3f10de582c258546630d6c48c6e24
parent49c8096f83238714efb3dcc70ef4b60a12153f4c
gpio: add driver for MEN 16Z127 GPIO controller

The 16Z127 is a 32bit GPIO controller on a MCB FPGA.
Every single line can be configured as input and output.

Push pull and open drain are supported as well as setting
a debounce value for the input lines.

Signed-off-by: Andreas Werner <andy@wernerandy.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-menz127.c [new file with mode: 0644]