]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: OMAP3+: PRM: Enable IO wake up
authorTero Kristo <t-kristo@ti.com>
Fri, 22 Jun 2012 14:40:03 +0000 (08:40 -0600)
committerPaul Walmsley <paul@pwsan.com>
Fri, 22 Jun 2012 14:40:03 +0000 (08:40 -0600)
commit8a680ea2eb2e9ad602e290396add29e9eaed0911
tree1eb5d125323aa1ed80b075a2f372d4eb3dc62900
parentdea6200ba0a43afb90a277802c3edf0124848eed
ARM: OMAP3+: PRM: Enable IO wake up

Enable IO Wake up for OMAP3/4 as part of PRM Init. Currently this has been
managed in cpuidle path which is not the right place. Subsequent patch
will remove IO Daisy chain handling in cpuidle path once daisy chain is
handled as part of hwmod mux. This patch also moves the OMAP4 IO wakeup
enable code from the trigger function to init time setup.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Reviewed-by: Rajendra Nayak <rnayak@ti.com>
[paul@pwsan.com: harmonize function names with other PRM functions; add
 kerneldoc; resolve checkpatch warnings]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/prm2xxx_3xxx.c
arch/arm/mach-omap2/prm44xx.c