Re: [PATCH 7/7] linkstation: implement standby

2008-04-28 Thread Scott Wood
On Mon, Apr 28, 2008 at 05:40:19PM +0200, Guennadi Liakhovetski wrote: > +static int ls_pm_enter(suspend_state_t state) > +{ > + u64 tb; > + > + /* Get timebase */ > + tb = get_tb(); > + > + /* put CPU to sleep, re-enabling interrupts */ > + mpc6xx_enter_standby(); > + > + l

[PATCH 7/7] linkstation: implement standby

2008-04-28 Thread Guennadi Liakhovetski
Implement suspend/resume for "mpc10x" compatible fsl host PCI controllers, use it for linkstation standby. This is version 3, updated to the current powerpc git tree. Depends as before on TLF_SLEEPING and HID0_SLEEP patches from Scott Wood. Signed-off-by: Guennadi Liakhovetski <[EMAIL PROTECTED]>