Re: [PATCH v4 00/12] gpio/omap: Some more driver cleanup and fixes

2012-03-19 Thread Kevin Hilman
Tarun Kanti DebBarma tarun.ka...@ti.com writes: The cleanup is mostly getting rid of redundant fields in struct gpio_bank{} as we already have them as part of bank-context now. Also, remove un-used variable from gpio_irq_handler. Also, the suspend/resume callbacks are removed bacause they are

Re: [PATCH v4 00/12] gpio/omap: Some more driver cleanup and fixes

2012-03-19 Thread DebBarma, Tarun Kanti
On Tue, Mar 20, 2012 at 6:07 AM, Kevin Hilman khil...@ti.com wrote: Tarun Kanti DebBarma tarun.ka...@ti.com writes: The cleanup is mostly getting rid of redundant fields in struct gpio_bank{} as we already have them as part of bank-context now. Also, remove un-used variable from

[PATCH v4 00/12] gpio/omap: Some more driver cleanup and fixes

2012-03-16 Thread Tarun Kanti DebBarma
The cleanup is mostly getting rid of redundant fields in struct gpio_bank{} as we already have them as part of bank-context now. Also, remove un-used variable from gpio_irq_handler. Also, the suspend/resume callbacks are removed bacause they are not needed any more. The fixes include correction