Re: [PATCH 1/5] ARM: sunxi: Increase the number of GPIOs available

2013-02-01 Thread Linus Walleij
On Sat, Jan 26, 2013 at 3:36 PM, Maxime Ripard wrote: > The Allwinner A10 has 9 banks of 32 GPIOs available, so it doesn't fit > in the usual 256 limit set by gpio.h. Increase this number to 288. > > Signed-off-by: Maxime Ripard Patch applied to the pinctrl tree on my allwinner branch, with

Re: [PATCH 1/5] ARM: sunxi: Increase the number of GPIOs available

2013-02-01 Thread Linus Walleij
On Sat, Jan 26, 2013 at 3:36 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: The Allwinner A10 has 9 banks of 32 GPIOs available, so it doesn't fit in the usual 256 limit set by gpio.h. Increase this number to 288. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Patch

Re: [PATCH 1/5] ARM: sunxi: Increase the number of GPIOs available

2013-01-29 Thread Arnd Bergmann
On Tuesday 29 January 2013, Linus Walleij wrote: > > --- a/arch/arm/Kconfig > > +++ b/arch/arm/Kconfig > > @@ -1632,7 +1632,7 @@ config ARCH_NR_GPIO > > default 355 if ARCH_U8500 > > default 264 if MACH_H4700 > > default 512 if SOC_OMAP5 > > - default 288 if

Re: [PATCH 1/5] ARM: sunxi: Increase the number of GPIOs available

2013-01-29 Thread Linus Walleij
On Sat, Jan 26, 2013 at 3:36 PM, Maxime Ripard wrote: > The Allwinner A10 has 9 banks of 32 GPIOs available, so it doesn't fit > in the usual 256 limit set by gpio.h. Increase this number to 288. > > Signed-off-by: Maxime Ripard > --- > arch/arm/Kconfig |2 +- > 1 file changed, 1

Re: [PATCH 1/5] ARM: sunxi: Increase the number of GPIOs available

2013-01-29 Thread Linus Walleij
On Sat, Jan 26, 2013 at 3:36 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: The Allwinner A10 has 9 banks of 32 GPIOs available, so it doesn't fit in the usual 256 limit set by gpio.h. Increase this number to 288. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com ---

Re: [PATCH 1/5] ARM: sunxi: Increase the number of GPIOs available

2013-01-29 Thread Arnd Bergmann
On Tuesday 29 January 2013, Linus Walleij wrote: --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1632,7 +1632,7 @@ config ARCH_NR_GPIO default 355 if ARCH_U8500 default 264 if MACH_H4700 default 512 if SOC_OMAP5 - default 288 if ARCH_VT8500 +

[PATCH 1/5] ARM: sunxi: Increase the number of GPIOs available

2013-01-26 Thread Maxime Ripard
The Allwinner A10 has 9 banks of 32 GPIOs available, so it doesn't fit in the usual 256 limit set by gpio.h. Increase this number to 288. Signed-off-by: Maxime Ripard --- arch/arm/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig

[PATCH 1/5] ARM: sunxi: Increase the number of GPIOs available

2013-01-26 Thread Maxime Ripard
The Allwinner A10 has 9 banks of 32 GPIOs available, so it doesn't fit in the usual 256 limit set by gpio.h. Increase this number to 288. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com --- arch/arm/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git