Re: [PATCH v5 19/22] gpio/omap: optimize suspend and resume functions

2011-08-23 Thread Santosh
On Thursday 04 August 2011 04:34 PM, Tarun Kanti DebBarma wrote: There is no need to operate on all the banks every time the function is called. Just operate on the current bank passed by the framework. Signed-off-by: Tarun Kanti DebBarmatarun.ka...@ti.com --- Good. Reviewed-by: Santosh

[PATCH v5 19/22] gpio/omap: optimize suspend and resume functions

2011-08-04 Thread Tarun Kanti DebBarma
There is no need to operate on all the banks every time the function is called. Just operate on the current bank passed by the framework. Signed-off-by: Tarun Kanti DebBarma tarun.ka...@ti.com --- drivers/gpio/gpio-omap.c | 54 + 1 files changed, 25