Re: [PATCH 8/8] ARM: DRA7: Kconfig: Increase the default gpio count

2013-07-15 Thread Sricharan R
On Sunday 14 July 2013 05:37 PM, Kevin Hilman wrote: On 07/09/2013 08:27 AM, Rajendra Nayak wrote: From: R Sricharan r.sricha...@ti.com DRA7xx has 8 GPIO banks so that there are 32x8 = 256 GPIOs. In order for the gpiolib to detect and initialize these additional GPIOs and other TWL GPIOs,

Re: [PATCH 8/8] ARM: DRA7: Kconfig: Increase the default gpio count

2013-07-14 Thread Kevin Hilman
On 07/09/2013 08:27 AM, Rajendra Nayak wrote: From: R Sricharan r.sricha...@ti.com DRA7xx has 8 GPIO banks so that there are 32x8 = 256 GPIOs. In order for the gpiolib to detect and initialize these additional GPIOs and other TWL GPIOs, ARCH_NR_GPIO is set to 512 instead of present 256.

[PATCH 8/8] ARM: DRA7: Kconfig: Increase the default gpio count

2013-07-09 Thread Rajendra Nayak
From: R Sricharan r.sricha...@ti.com DRA7xx has 8 GPIO banks so that there are 32x8 = 256 GPIOs. In order for the gpiolib to detect and initialize these additional GPIOs and other TWL GPIOs, ARCH_NR_GPIO is set to 512 instead of present 256. Signed-off-by: R Sricharan r.sricha...@ti.com