Re: [PATCH v2 3/5] gpio: vf610: add gpiolib/IRQ chip driver for Vybrid

2014-09-25 Thread Stefan Agner
Am 2014-09-25 07:55, schrieb Shawn Guo: > On Tue, Sep 23, 2014 at 07:37:55PM +0200, Stefan Agner wrote: >> diff --git a/drivers/gpio/gpio-vf610.c b/drivers/gpio/gpio-vf610.c >> new file mode 100644 >> index 000..6649a13 >> --- /dev/null >> +++ b/drivers/gpio/gpio-vf610.c >> @@ -0,0 +1,284 @@ >>

Re: [PATCH v2 3/5] gpio: vf610: add gpiolib/IRQ chip driver for Vybrid

2014-09-24 Thread Shawn Guo
On Tue, Sep 23, 2014 at 07:37:55PM +0200, Stefan Agner wrote: > diff --git a/drivers/gpio/gpio-vf610.c b/drivers/gpio/gpio-vf610.c > new file mode 100644 > index 000..6649a13 > --- /dev/null > +++ b/drivers/gpio/gpio-vf610.c > @@ -0,0 +1,284 @@ > +/* > + * vf610 GPIO support through PORT and GP

[PATCH v2 3/5] gpio: vf610: add gpiolib/IRQ chip driver for Vybrid

2014-09-23 Thread Stefan Agner
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 --- drivers/gpio/Kconfig | 7 ++ drivers/gpio/Makefile | 1 + drivers/gpio/gpi