commit | 0343371e22dcfec9291193ad3e771dbce3a93670 | [log] [tgz] |
---|---|---|
author | Kalle Jokiniemi <ext-kalle.jokiniemi@nokia.com> | Fri Sep 26 11:04:20 2008 +0300 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Wed Nov 11 14:42:49 2009 -0800 |
tree | 8696dc32ae753fcf1b569f9b277190b5393e3dd9 | |
parent | 0f724ed92b0ad152a03b7a194815787eeeec17a4 [diff] |
OMAP3: PM: CPUidle: fix init sequencing Previously omap3_idle_init() was called in device_init, while omap_pm_init() is called at late_initcall. This causes the cpu idle driver to call omap_sram_idle before it is properly initialized. This patch fixes the issue by moving omap3_idle_init into omap3_pm_init. Signed-off-by: Kalle Jokiniemi <ext-kalle.jokiniemi@nokia.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>