Re: [PATCH v6 21/25] gpio/omap: remove omap_gpio_save_context overhead

2011-09-06 Thread Kevin Hilman
Tarun Kanti DebBarma tarun.ka...@ti.com writes: Context is now saved dynamically in respective functions whenever and whichever registers are modified. This avoid overhead of saving all registers context in the runtime callback. Nice! s/runtime callback/runtime suspend callback/

[PATCH v6 21/25] gpio/omap: remove omap_gpio_save_context overhead

2011-08-31 Thread Tarun Kanti DebBarma
Context is now saved dynamically in respective functions whenever and whichever registers are modified. This avoid overhead of saving all registers context in the runtime callback. Signed-off-by: Tarun Kanti DebBarma tarun.ka...@ti.com Reviewed-by: Santosh Shilimkar santosh.shilim...@ti.com ---