dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/cpufreq
Benjamin Herrenschmidt 42d4dc3f4e [PATCH] Add suspend method to cpufreq core
In order to properly fix some issues with cpufreq vs. sleep on
PowerBooks, I had to add a suspend callback to the pmac_cpufreq driver.
I must force a switch to full speed before sleep and I switch back to
previous speed on resume.

I also added a driver flag to disable the warnings in suspend/resume
since it is expected in this case to have different speed (and I want it
to fixup the jiffies properly).

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-04-29 07:40:12 -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
cpufreq.c [PATCH] Add suspend method to cpufreq core 2005-04-29 07:40:12 -07:00
cpufreq_ondemand.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpufreq_performance.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpufreq_powersave.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpufreq_stats.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpufreq_userspace.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
freq_table.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00