Re: [PATCH 2/3] pm: Handle HID0_SLEEP in the TLF_NAPPING hack.

2007-09-11 Thread Scott Wood
Paul Mackerras wrote: > Scott Wood writes: > >> The e300 core (and probably most other 6xx chips) can only come out of >> sleep mode with an interrupt. However, interrupts are logically disabled >> by the power management layer. >> >> This hack extends the existing doze/nap hack to also suppress

Re: [PATCH 2/3] pm: Handle HID0_SLEEP in the TLF_NAPPING hack.

2007-09-11 Thread Paul Mackerras
Scott Wood writes: > The e300 core (and probably most other 6xx chips) can only come out of > sleep mode with an interrupt. However, interrupts are logically disabled > by the power management layer. > > This hack extends the existing doze/nap hack to also suppress the running > of the interrupt

[PATCH 2/3] pm: Handle HID0_SLEEP in the TLF_NAPPING hack.

2007-09-05 Thread Scott Wood
The e300 core (and probably most other 6xx chips) can only come out of sleep mode with an interrupt. However, interrupts are logically disabled by the power management layer. This hack extends the existing doze/nap hack to also suppress the running of the interrupt handler when in sleep mode. Si