Re: [PATCHv2 4/6] OMAP3: PM: Removed pwrdm state hacking from omap_sram_idle

2010-01-12 Thread Kevin Hilman
Tero Kristo writes: > From: Tero Kristo > > Following hacks will be moved inside cpuidle in subsequent patch: > > - CAM domain prevents idle completely > - PER should not go OFF if core remains active > > This simplifies the design and allows cpuidle to keep better track of which > power states

[PATCHv2 4/6] OMAP3: PM: Removed pwrdm state hacking from omap_sram_idle

2009-12-04 Thread Tero Kristo
From: Tero Kristo Following hacks will be moved inside cpuidle in subsequent patch: - CAM domain prevents idle completely - PER should not go OFF if core remains active This simplifies the design and allows cpuidle to keep better track of which power states system will actually enter. Signed-o