[PATCH v5 04/22] gpio/omap: fix pwrdm_post_transition call sequence
From: Santosh <hidden>
Date: 2011-08-23 12:47:48
Also in:
linux-omap
From: Santosh <hidden>
Date: 2011-08-23 12:47:48
Also in:
linux-omap
On Thursday 04 August 2011 04:34 PM, Tarun Kanti DebBarma wrote:
From: Charulatha V<redacted> The context lost count is modified in omap_sram_idle() path when pwrdm_post_transition() is called. But pwrdm_post_transition() is called only after omap_gpio_resume_after_idle() is called. Correct this so that context lost count is modified before calling omap_gpio_resume_after_idle(). This would be useful when OMAP GPIO save/restore context is called by the OMAP GPIO driver itself. Signed-off-by: Charulatha V<redacted> ---
Looks good to me. Reviewed-by: Santosh Shilimkar <redacted> regards Santosh