Re: [PATCH 3/4] gpio: vf610: add gpiolib/IRQ chip driver for Vybird

2014-09-24 Thread Stefan Agner
Am 2014-09-24 13:10, schrieb Linus Walleij: > On Tue, Sep 23, 2014 at 1:51 PM, Stefan Agner wrote: >> [Me] >>> postcore again. I don't like this, can you get rid of it? >> >> I guess we could load this driver easily a bit later. IMHO, since lots >> of other driver use GPIO's, we should it load bef

Re: [PATCH 3/4] gpio: vf610: add gpiolib/IRQ chip driver for Vybird

2014-09-24 Thread Linus Walleij
On Tue, Sep 23, 2014 at 1:51 PM, Stefan Agner wrote: > [Me] >> postcore again. I don't like this, can you get rid of it? > > I guess we could load this driver easily a bit later. IMHO, since lots > of other driver use GPIO's, we should it load before all the drivers > gets loaded (before device_in

Re: [PATCH 3/4] gpio: vf610: add gpiolib/IRQ chip driver for Vybird

2014-09-23 Thread Stefan Agner
Hi Linus, Thanks for your review! Am 2014-09-23 11:58, schrieb Linus Walleij: > On Sat, Sep 6, 2014 at 6:25 PM, Stefan Agner wrote: > >> 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 pai

Re: [PATCH 3/4] gpio: vf610: add gpiolib/IRQ chip driver for Vybird

2014-09-23 Thread Linus Walleij
On Sat, Sep 6, 2014 at 6:25 PM, Stefan Agner wrote: > 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 (...) > obj-$(CONFIG_GPIO_UC

[PATCH 3/4] gpio: vf610: add gpiolib/IRQ chip driver for Vybird

2014-09-06 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