Re: [PATCH 2/3] gpio: pca953x: add support for pca9505

2013-01-17 Thread Linus Walleij
On Thu, Jan 10, 2013 at 2:31 PM, Gregory CLEMENT wrote: > On 01/10/2013 12:15 PM, Linus Walleij wrote: >> On Sun, Jan 6, 2013 at 6:34 PM, Gregory CLEMENT >> wrote: >> >>> Now that pca953x driver can handle GPIO expanders with more than 32 >>> bits this patch adds the support for the pca9505

Re: [PATCH 2/3] gpio: pca953x: add support for pca9505

2013-01-17 Thread Linus Walleij
On Thu, Jan 10, 2013 at 2:31 PM, Gregory CLEMENT gregory.clem...@free-electrons.com wrote: On 01/10/2013 12:15 PM, Linus Walleij wrote: On Sun, Jan 6, 2013 at 6:34 PM, Gregory CLEMENT gregory.clem...@free-electrons.com wrote: Now that pca953x driver can handle GPIO expanders with more than

Re: [PATCH 2/3] gpio: pca953x: add support for pca9505

2013-01-10 Thread Gregory CLEMENT
On 01/10/2013 12:15 PM, Linus Walleij wrote: > On Sun, Jan 6, 2013 at 6:34 PM, Gregory CLEMENT > wrote: > >> Now that pca953x driver can handle GPIO expanders with more than 32 >> bits this patch adds the support for the pca9505 which cam with 40 >> GPIOs. >> >> Signed-off-by: Gregory CLEMENT >

Re: [PATCH 2/3] gpio: pca953x: add support for pca9505

2013-01-10 Thread Linus Walleij
On Sun, Jan 6, 2013 at 6:34 PM, Gregory CLEMENT wrote: > Now that pca953x driver can handle GPIO expanders with more than 32 > bits this patch adds the support for the pca9505 which cam with 40 > GPIOs. > > Signed-off-by: Gregory CLEMENT Applied, thanks. Yours, Linus Walleij -- To unsubscribe

Re: [PATCH 2/3] gpio: pca953x: add support for pca9505

2013-01-10 Thread Linus Walleij
On Sun, Jan 6, 2013 at 6:34 PM, Gregory CLEMENT gregory.clem...@free-electrons.com wrote: Now that pca953x driver can handle GPIO expanders with more than 32 bits this patch adds the support for the pca9505 which cam with 40 GPIOs. Signed-off-by: Gregory CLEMENT

Re: [PATCH 2/3] gpio: pca953x: add support for pca9505

2013-01-10 Thread Gregory CLEMENT
On 01/10/2013 12:15 PM, Linus Walleij wrote: On Sun, Jan 6, 2013 at 6:34 PM, Gregory CLEMENT gregory.clem...@free-electrons.com wrote: Now that pca953x driver can handle GPIO expanders with more than 32 bits this patch adds the support for the pca9505 which cam with 40 GPIOs.

[PATCH 2/3] gpio: pca953x: add support for pca9505

2013-01-06 Thread Gregory CLEMENT
Now that pca953x driver can handle GPIO expanders with more than 32 bits this patch adds the support for the pca9505 which cam with 40 GPIOs. Signed-off-by: Gregory CLEMENT --- drivers/gpio/gpio-pca953x.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpio/gpio-pca953x.c

[PATCH 2/3] gpio: pca953x: add support for pca9505

2013-01-06 Thread Gregory CLEMENT
Now that pca953x driver can handle GPIO expanders with more than 32 bits this patch adds the support for the pca9505 which cam with 40 GPIOs. Signed-off-by: Gregory CLEMENT gregory.clem...@free-electrons.com --- drivers/gpio/gpio-pca953x.c |2 ++ 1 file changed, 2 insertions(+) diff --git