Re: [PATCH v5 22/22] gpio/omap: remove omap_gpio_save_context overhead

2011-08-23 Thread Santosh
On Thursday 04 August 2011 04:34 PM, Tarun Kanti DebBarma wrote: 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

[PATCH v5 22/22] gpio/omap: remove omap_gpio_save_context overhead

2011-08-04 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 --- drivers/gpio/gpio-omap.c | 66