[PATCH v7 04/26] gpio/omap: fix pwrdm_post_transition call sequence
From: tony@atomide.com (Tony Lindgren)
Date: 2011-09-21 14:47:20
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2011-09-21 14:47:20
Also in:
linux-omap
* Tarun Kanti DebBarma [off-list ref] [110913 05:29]:
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> Reviewed-by: Santosh Shilimkar <redacted>
This should be acked by Kevin, looks OK to me: Acked-by: Tony Lindgren <tony@atomide.com>