]> git.baikalelectronics.ru Git - kernel.git/commit
[CPUFREQ] Conservative cpufreq governer
authorDave Jones <davej@redhat.com>
Wed, 1 Jun 2005 02:03:47 +0000 (19:03 -0700)
committerDave Jones <davej@redhat.com>
Wed, 1 Jun 2005 02:03:47 +0000 (19:03 -0700)
commit7514401bbf816752b5c947ed7d1e7578713a28b4
tree87fbac643c392c8ba2459158f78671c356e8dd4a
parent5fca9e62e7d745aeb7f0c51678707ab9aa673a3c
[CPUFREQ] Conservative cpufreq governer

A new cpufreq module, based on the ondemand one with my additional patches
just posted.  This one is more suitable for battery environments where its
probably more appealing to have the cpu freq gracefully increase and decrease
rather than flip between the min and max freq's.

N.B. Bruno Ducrot pointed out that the amd64's "do have unacceptable latency
between min and max freq transition, due to the step-by-step requirements
(200MHz IIRC)"; so AMD64 users would probably benefit from this too.

Signed-off-by: Alexander Clouter <alex-kernel@digriz.org.uk>
Signed-off-by: Dave Jones <davej@redhat.com>
drivers/cpufreq/Kconfig
drivers/cpufreq/Makefile
drivers/cpufreq/cpufreq_conservative.c [new file with mode: 0644]