Re: [PATCH V6] gpio: New driver for LSI ZEVIO SoCs

2014-02-27 Thread Fabian Vogt
On Thu, Feb 24, 2014 at 10:31:59, Linux Walleij wrote: > On Mon, Feb 24, 2014 at 8:54 PM, Fabian Vogt wrote: > > > This driver supports the GPIO controller found in LSI ZEVIO SoCs. > > It has been successfully tested on a TI nspire CX calculator. > > > > Signed-off-by: Fabian Vogt > > I like

Re: [PATCH V6] gpio: New driver for LSI ZEVIO SoCs

2014-02-27 Thread Linus Walleij
On Mon, Feb 24, 2014 at 8:54 PM, Fabian Vogt wrote: > This driver supports the GPIO controller found in LSI ZEVIO SoCs. > It has been successfully tested on a TI nspire CX calculator. > > Signed-off-by: Fabian Vogt I like this version. Patch applied. Q: > +config GPIO_ZEVIO > + bool "LS

[PATCH V6] gpio: New driver for LSI ZEVIO SoCs

2014-02-24 Thread Fabian Vogt
This driver supports the GPIO controller found in LSI ZEVIO SoCs. It has been successfully tested on a TI nspire CX calculator. Signed-off-by: Fabian Vogt --- It took a while for me to make this patch. School, other projects and some bugs which prevented testing were time consuming. This patch s