[PATCH v5 20/22] gpio/omap: cleanup prepare_for_idle and resume_after_idle

2011-08-04 Thread Tarun Kanti DebBarma
Simplify omap2_gpio_prepare_for_idle() and omap2_gpio_resume_after_idle() by moving most of the stuff to *_runtime_suspend() and *_runtime_resume(). Signed-off-by: Tarun Kanti DebBarma Signed-off-by: Charulatha V --- drivers/gpio/gpio-omap.c | 230 -

Re: [PATCH v5 20/22] gpio/omap: cleanup prepare_for_idle and resume_after_idle

2011-08-23 Thread Santosh
On Thursday 04 August 2011 04:34 PM, Tarun Kanti DebBarma wrote: Simplify omap2_gpio_prepare_for_idle() and omap2_gpio_resume_after_idle() /s /Simplify /Cleanup by moving most of the stuff to *_runtime_suspend() and *_runtime_resume(). Signed-off-by: Tarun Kanti DebBarma Signed-off-by: Charu