Re: [PATCH 3/3] Add 6xx-style HID0_SLEEP support.

2007-09-11 Thread Scott Wood
Paul Mackerras wrote: > Scott Wood writes: > >> +_GLOBAL(mpc6xx_enter_sleep) > > The name is slightly unfortunate as powerbooks also use 6xx-family > processors but enter sleep in a quite different manner, because they > exit sleep with a reset. Can you think of a better name, that gives a > hin

Re: [PATCH 3/3] Add 6xx-style HID0_SLEEP support.

2007-09-11 Thread Paul Mackerras
Scott Wood writes: > +_GLOBAL(mpc6xx_enter_sleep) The name is slightly unfortunate as powerbooks also use 6xx-family processors but enter sleep in a quite different manner, because they exit sleep with a reset. Can you think of a better name, that gives a hint that this is the one to use if we a

[PATCH 3/3] Add 6xx-style HID0_SLEEP support.

2007-09-05 Thread Scott Wood
Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/6xx-suspend.S | 52 + arch/powerpc/sysdev/Makefile |4 +++ include/asm-powerpc/mpc6xx.h |6 3 files changed, 62 insertions(+), 0 deletions(-) create mode 100644 arch/