From: Sekhar Nori Date: Mon, 16 Nov 2009 11:51:37 +0000 (+0530) Subject: davinci: cpuidle: move mapping of DDR2 controller registers out of driver X-Git-Tag: v2.6.34-rc1~234^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948c66df0d5e23dbcb84bee39a11b56c8a0d3e41;p=pandora-kernel.git davinci: cpuidle: move mapping of DDR2 controller registers out of driver When suspend is supported, both cpuidle and suspend code need to work on DDR2 registers. Instead of mapping the DDR2 registers twice, do it once outside of cpuidle driver and let cpuidle driver get the virtual base address of DDR2 registers. Signed-off-by: Sekhar Nori Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed