[PATCH] OMAP3: run the ASM sleep code from DDR
Russell King - ARM Linux
linux at arm.linux.org.uk
Wed Jun 29 17:45:45 EDT 2011
On Wed, Jun 29, 2011 at 06:40:23PM +0200, jean.pihet at newoldbits.com wrote:
> @@ -309,7 +308,7 @@ static irqreturn_t prcm_interrupt_handler (int irq, void *dev_id)
>
> static void omap34xx_do_sram_idle(unsigned long save_state)
> {
> - _omap_sram_idle(omap3_arm_context, save_state);
> + omap34xx_cpu_suspend(omap3_arm_context, save_state);
Actually, this should be called omap34xx_soc_suspend() or
omap34xx_finish_suspend() - finish_suspend() reflects the naming
of other such functions elsewhere.
More information about the linux-arm-kernel
mailing list