commit | 948c66df0d5e23dbcb84bee39a11b56c8a0d3e41 | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Mon Nov 16 17:21:37 2009 +0530 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Thu Feb 04 13:29:38 2010 -0800 |
tree | 73f44815624ac8b43436bccb804126e910c36f94 | |
parent | e2da3aaa4254d9e79d9524190fc7e5f0cbdc3c33 [diff] |
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 <nsekhar@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>