Re: [PATCH] powerpc/85xx: Add lbc suspend support for PM

2011-11-23 Thread Kumar Gala
On Nov 21, 2011, at 12:29 AM, Jia Hongtao wrote: > Power supply for LBC registers is off when system go to deep-sleep state. > We save the values of registers before suspend and restore to registers > after resume. > > We removed the last two reservation arrays from struct fsl_lbc_regs for > all

[PATCH] powerpc/85xx: Add lbc suspend support for PM

2011-11-20 Thread Jia Hongtao
Power supply for LBC registers is off when system go to deep-sleep state. We save the values of registers before suspend and restore to registers after resume. We removed the last two reservation arrays from struct fsl_lbc_regs for allocating less memory and minimizing the memcpy size. Signed-off