commit | 18d76ac9a47742558bca3bbc2f7c41870ac744c8 | [log] [tgz] |
---|---|---|
author | Tim Yamin <plasm@roo.me.uk> | Tue Jun 17 09:33:14 2008 +0100 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Jul 01 16:08:24 2008 -0600 |
tree | 0073d1050be578b4f71f3f67f303f06cee1d4494 | |
parent | 1702b52092e9a6d05398d3f9581ddc050ef00d06 [diff] |
powerpc/mpc5200: Fix lite5200b suspend/resume Suspend/resume ("echo mem > /sys/power/state") does not work with vanilla kernels -- the system does not suspend correctly and just hangs. This patch fixes this so suspend/resume works: 1) of_iomap does not map the whole 0xC000 of the MPC5200 immr so saving registers does not work. 2) PCI registers need to be saved and restored. Signed-off-by: Tim Yamin <plasm@roo.me.uk> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>