ARM: OMAP4: PM: Use custom omap_do_wfi() for default idle.
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Mon, 18 Jul 2011 06:55:10 +0000 (12:25 +0530)
committerKevin Hilman <khilman@ti.com>
Thu, 8 Dec 2011 19:29:00 +0000 (11:29 -0800)
commit72826b9f8892957156e3d390b74d8bd5e0835d51
tree9a5b68ec7e012115c824fba17dd3340930f21e00
parente97ca477e993da87769f967bd6f2602a7eab9715
ARM: OMAP4: PM: Use custom omap_do_wfi() for default idle.

Default arch_idle() isn't good enough for OMAP4 because of aync bridge errata
and necessity of NOPs post WFI to avoid speculative prefetch aborts.
Hence Use OMAP4 custom omap_do_wfi() hook for default idle.

Later in the series, async bridge errata work-around patch updates the
omap_do_wfi() with necessary interconnects barriers.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Jean Pihet <j-pihet@ti.com>
Reviewed-by: Kevin Hilman <khilman@ti.com>
Tested-by: Vishwanath BS <vishwanath.bs@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/pm44xx.c
This page took 0.0277 seconds and 5 git commands to generate.