[PATCH] powerpc/mpc5200: Fix lite5200b suspend/resume

2008-07-01 Thread Grant Likely
From: Tim Yamin <[EMAIL PROTECTED]> 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 reg

Re: [PATCH] powerpc/mpc5200: Fix lite5200b suspend/resume

2008-07-02 Thread Tim Yamin
Hi Grant, This patch works fine for me. Cheers, Tim On Tue, Jul 1, 2008 at 10:12 PM, Grant Likely <[EMAIL PROTECTED]> wrote: > From: Tim Yamin <[EMAIL PROTECTED]> > > Suspend/resume ("echo mem > /sys/power/state") does not work with > vanilla kernels -- the system does not suspend correctly and