Re: [PATCH 1/8] gpio/omap: remove virtual_irq_start variable

2012-05-03 Thread Santosh Shilimkar
On Friday 27 April 2012 07:43 PM, Tarun Kanti DebBarma wrote:
 This cleanup got missed while implementing following:
 25db711 gpio/omap: Fix IRQ handling for SPARSE_IRQ
 384ebe1 gpio/omap: Add DT support to GPIO driver
 
 Cc: Kevin Hilman khil...@ti.com
 Cc: Tony Lindgren t...@atomide.com
 Cc: Santosh Shilimkar santosh.shilim...@ti.com
 Cc: Cousson, Benoit b-cous...@ti.com
 Cc: Grant Likely grant.lik...@secretlab.ca
 Signed-off-by: Tarun Kanti DebBarma tarun.ka...@ti.com
 ---
  arch/arm/mach-omap1/gpio15xx.c |2 --
  arch/arm/mach-omap1/gpio16xx.c |5 -
  arch/arm/mach-omap1/gpio7xx.c  |7 ---
  arch/arm/mach-omap2/gpio.c |1 -
  arch/arm/plat-omap/include/plat/gpio.h |1 -
  5 files changed, 0 insertions(+), 16 deletions(-)
 
Looks good.
Reviewed-by: Santosh Shilimkar santosh.shilim...@ti.com
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 1/8] gpio/omap: remove virtual_irq_start variable

2012-04-27 Thread Tarun Kanti DebBarma
This cleanup got missed while implementing following:
25db711 gpio/omap: Fix IRQ handling for SPARSE_IRQ
384ebe1 gpio/omap: Add DT support to GPIO driver

Cc: Kevin Hilman khil...@ti.com
Cc: Tony Lindgren t...@atomide.com
Cc: Santosh Shilimkar santosh.shilim...@ti.com
Cc: Cousson, Benoit b-cous...@ti.com
Cc: Grant Likely grant.lik...@secretlab.ca
Signed-off-by: Tarun Kanti DebBarma tarun.ka...@ti.com
---
 arch/arm/mach-omap1/gpio15xx.c |2 --
 arch/arm/mach-omap1/gpio16xx.c |5 -
 arch/arm/mach-omap1/gpio7xx.c  |7 ---
 arch/arm/mach-omap2/gpio.c |1 -
 arch/arm/plat-omap/include/plat/gpio.h |1 -
 5 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/arch/arm/mach-omap1/gpio15xx.c b/arch/arm/mach-omap1/gpio15xx.c
index 634903e..ebef15e 100644
--- a/arch/arm/mach-omap1/gpio15xx.c
+++ b/arch/arm/mach-omap1/gpio15xx.c
@@ -46,7 +46,6 @@ static struct omap_gpio_reg_offs omap15xx_mpuio_regs = {
 };
 
 static struct __initdata omap_gpio_platform_data omap15xx_mpu_gpio_config = {
-   .virtual_irq_start  = IH_MPUIO_BASE,
.is_mpuio   = true,
.bank_width = 16,
.bank_stride= 1,
@@ -89,7 +88,6 @@ static struct omap_gpio_reg_offs omap15xx_gpio_regs = {
 };
 
 static struct __initdata omap_gpio_platform_data omap15xx_gpio_config = {
-   .virtual_irq_start  = IH_GPIO_BASE,
.bank_width = 16,
.regs   = omap15xx_gpio_regs,
 };
diff --git a/arch/arm/mach-omap1/gpio16xx.c b/arch/arm/mach-omap1/gpio16xx.c
index 1fb3b9a..2a48cd2 100644
--- a/arch/arm/mach-omap1/gpio16xx.c
+++ b/arch/arm/mach-omap1/gpio16xx.c
@@ -52,7 +52,6 @@ static struct omap_gpio_reg_offs omap16xx_mpuio_regs = {
 };
 
 static struct __initdata omap_gpio_platform_data omap16xx_mpu_gpio_config = {
-   .virtual_irq_start  = IH_MPUIO_BASE,
.is_mpuio   = true,
.bank_width = 16,
.bank_stride= 1,
@@ -99,7 +98,6 @@ static struct omap_gpio_reg_offs omap16xx_gpio_regs = {
 };
 
 static struct __initdata omap_gpio_platform_data omap16xx_gpio1_config = {
-   .virtual_irq_start  = IH_GPIO_BASE,
.bank_width = 16,
.regs   = omap16xx_gpio_regs,
 };
@@ -128,7 +126,6 @@ static struct __initdata resource 
omap16xx_gpio2_resources[] = {
 };
 
 static struct __initdata omap_gpio_platform_data omap16xx_gpio2_config = {
-   .virtual_irq_start  = IH_GPIO_BASE + 16,
.bank_width = 16,
.regs   = omap16xx_gpio_regs,
 };
@@ -157,7 +154,6 @@ static struct __initdata resource 
omap16xx_gpio3_resources[] = {
 };
 
 static struct __initdata omap_gpio_platform_data omap16xx_gpio3_config = {
-   .virtual_irq_start  = IH_GPIO_BASE + 32,
.bank_width = 16,
.regs   = omap16xx_gpio_regs,
 };
@@ -186,7 +182,6 @@ static struct __initdata resource 
omap16xx_gpio4_resources[] = {
 };
 
 static struct __initdata omap_gpio_platform_data omap16xx_gpio4_config = {
-   .virtual_irq_start  = IH_GPIO_BASE + 48,
.bank_width = 16,
.regs   = omap16xx_gpio_regs,
 };
diff --git a/arch/arm/mach-omap1/gpio7xx.c b/arch/arm/mach-omap1/gpio7xx.c
index 4771d6b..acf12b7 100644
--- a/arch/arm/mach-omap1/gpio7xx.c
+++ b/arch/arm/mach-omap1/gpio7xx.c
@@ -51,7 +51,6 @@ static struct omap_gpio_reg_offs omap7xx_mpuio_regs = {
 };
 
 static struct __initdata omap_gpio_platform_data omap7xx_mpu_gpio_config = {
-   .virtual_irq_start  = IH_MPUIO_BASE,
.is_mpuio   = true,
.bank_width = 16,
.bank_stride= 2,
@@ -93,7 +92,6 @@ static struct omap_gpio_reg_offs omap7xx_gpio_regs = {
 };
 
 static struct __initdata omap_gpio_platform_data omap7xx_gpio1_config = {
-   .virtual_irq_start  = IH_GPIO_BASE,
.bank_width = 32,
.regs   = omap7xx_gpio_regs,
 };
@@ -122,7 +120,6 @@ static struct __initdata resource omap7xx_gpio2_resources[] 
= {
 };
 
 static struct __initdata omap_gpio_platform_data omap7xx_gpio2_config = {
-   .virtual_irq_start  = IH_GPIO_BASE + 32,
.bank_width = 32,
.regs   = omap7xx_gpio_regs,
 };
@@ -151,7 +148,6 @@ static struct __initdata resource omap7xx_gpio3_resources[] 
= {
 };
 
 static struct __initdata omap_gpio_platform_data omap7xx_gpio3_config = {
-   .virtual_irq_start  = IH_GPIO_BASE + 64,
.bank_width = 32,
.regs   = omap7xx_gpio_regs,
 };
@@ -180,7 +176,6 @@ static struct __initdata resource omap7xx_gpio4_resources[] 
= {
 };
 
 static struct __initdata omap_gpio_platform_data omap7xx_gpio4_config = {
-   .virtual_irq_start  = IH_GPIO_BASE + 96,
.bank_width = 32,
.regs   =