ARM: OMAP2+: hwmod: add support for blocking WFI when a device is active
authorPaul Walmsley <paul@pwsan.com>
Sun, 30 Dec 2012 17:22:25 +0000 (10:22 -0700)
committerPaul Walmsley <paul@pwsan.com>
Wed, 6 Feb 2013 20:48:14 +0000 (13:48 -0700)
commitdb27c0c0d05cafc0eb0bed4d58daea65ed5e6839
treec192f308552883647a46526a188a8902c9daf57b
parent088e8806c411f76216002a8b37c7eb8563614822
ARM: OMAP2+: hwmod: add support for blocking WFI when a device is active

Apparently, on some OMAPs, the MPU can't be allowed to enter WFI while
certain peripherals are active.  It's not clear why, and it's likely
that there is simply some other bug in the driver or integration code.
But since the likelihood that anyone will have the time to track these
problems down in the future seems quite small, we'll provide a
flag, HWMOD_BLOCK_WFI, to mark these issues in the hwmod data.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod.c
arch/arm/mach-omap2/omap_hwmod.h