OSDN Git Service

gpio: vf610: add gpiolib/IRQ chip driver for Vybrid
authorStefan Agner <stefan@agner.ch>
Thu, 16 Oct 2014 19:47:58 +0000 (21:47 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 24 Oct 2014 12:18:05 +0000 (14:18 +0200)
commit7f2691a19627a8d7723909b6e82468fd4437e445
tree858d901c3767e590a68618d1d5eff6d3014861a8
parent3eebd61322835565bbcb1745bf9bd44e86ff80ca
gpio: vf610: add gpiolib/IRQ chip driver for Vybrid

Add a gpiolib and IRQ chip driver for Vybrid ARM SoC using the
Vybrid's GPIO and PORT module. The driver is instanced once per
each GPIO/PORT module pair and handles 32 GPIO's.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-vf610.c [new file with mode: 0644]