]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: 34xx specific check wether any fck is active before entering sleep
authorJouni Hogander <jouni.hogander@nokia.com>
Sat, 23 Aug 2008 23:11:49 +0000 (16:11 -0700)
committerTony Lindgren <tony@atomide.com>
Sat, 23 Aug 2008 23:12:20 +0000 (16:12 -0700)
commitbe97f5670582c6412bd979a21c87b999421ac05f
tree0151a5519fc4de5821f31716ea06325a663057c8
parent82874afa53d5df53f2729259f7a8815905637e11
ARM: OMAP: 34xx specific check wether any fck is active before entering sleep

We cannot enter sleep_while_idle if some functional clocks are
active. Add a check for enabled functional clocks for 34xx.

Note that this workaround could be behind CONFIG_PM_DEBUG
option when all drivers are configuring their sysconfig
registers properly and using their clocks properly.

Signed-off-by: Jouni Hogander <jouni.hogander@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/pm34xx.c