linux/drivers/macintosh
Benjamin Herrenschmidt 0086b5ec78 [PATCH] ppc32: Fix nasty sleep/wakeup problem
Despite all the care lately in making the powermac sleep/wakeup as
robust as possible, there is still a nasty related to the use of cpufreq
on PMU based machines.  Unfortunately, it affects paulus old powerbook
so I have to fix it :)

We didn't manage to understand what is precisely going on, it leads to
memory corruption and might have to do with RAM not beeing properly
refreshed when a cpufreq transition is done right before the sleep.

The best workaround (and less intrusive at this point) we could come up
with is included in this patch.  We basically do _not_ force a switch to
high speed on suspend anymore (that is what is causing the problem) on
those machines.  We still force a speed switch on wakeup (since we don't
know what speed we are coming back from sleep at, and that seems to work
fine).

Since, during this short interval, the actual CPU speed might be
incorrect, we also hack around by multiplying loops_per_jiffy by 2 (max
speed factor on those machines) during early wakeup stage to make sure
udelay's during that time aren't too short.

For after 2.6.12, we'll change udelay implementation to use the CPU
timebase (which is always constant) instead like we do on ppc64 and thus
get rid of all those problems.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-09 21:33:35 -07:00
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
adb-iop.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
adb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
adbhid.c [PATCH] macintosh/adbhid.c: adb buttons support for aluminium PowerBook G4 2005-05-01 08:58:41 -07:00
ans-lcd.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
apm_emu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mac_hid.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
macio-adb.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
macio_asic.c [PATCH] fix u32 vs. pm_message_t in drivers/macintosh 2005-04-16 15:25:32 -07:00
macserial.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
macserial.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mediabay.c [PATCH] fix u32 vs. pm_message_t in drivers/macintosh 2005-04-16 15:25:32 -07:00
nvram.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
smu.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
therm_adt746x.c [PATCH] therm_adt746x: show correct sensor locations 2005-05-25 15:31:29 -07:00
therm_pm72.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
therm_pm72.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
therm_windtunnel.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
via-cuda.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
via-macii.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
via-maciisi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
via-pmu.c [PATCH] ppc32: Fix nasty sleep/wakeup problem 2005-06-09 21:33:35 -07:00
via-pmu68k.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00