Re: [PATCH v6 19/25] gpio/omap: cleanup prepare_for_idle and resume_after_idle

2011-09-06 Thread Kevin Hilman
Tarun Kanti DebBarma tarun.ka...@ti.com writes: Cleanup omap2_gpio_prepare_for_idle() and omap2_gpio_resume_after_idle() by moving most of the stuff to *_runtime_suspend() and *_runtime_resume(). Why? (I know the answer, but it should be in the changelog.) Signed-off-by: Tarun Kanti

Re: [PATCH v6 19/25] gpio/omap: cleanup prepare_for_idle and resume_after_idle

2011-09-06 Thread DebBarma, Tarun Kanti
On Wed, Sep 7, 2011 at 5:23 AM, Kevin Hilman khil...@ti.com wrote: Tarun Kanti DebBarma tarun.ka...@ti.com writes: Cleanup  omap2_gpio_prepare_for_idle() and omap2_gpio_resume_after_idle() by moving most of the stuff to *_runtime_suspend() and *_runtime_resume(). Why? (I know the answer,

[PATCH v6 19/25] gpio/omap: cleanup prepare_for_idle and resume_after_idle

2011-08-31 Thread Tarun Kanti DebBarma
Cleanup 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 tarun.ka...@ti.com Signed-off-by: Charulatha V ch...@ti.com Reviewed-by: Santosh Shilimkar