]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OSIRIS: DVS (Dynamic Voltage Scaling) supoort.
authorBen Dooks <ben@simtec.co.uk>
Fri, 13 Nov 2009 22:34:21 +0000 (22:34 +0000)
committerBen Dooks <ben-linux@fluff.org>
Tue, 1 Dec 2009 01:33:49 +0000 (01:33 +0000)
commit49be5751f0d13d581e7232f8e45af60cbef0cf43
treec300b5de76d942d835f0b2e7ccffa07541b1a63c
parent42bbafb46e9ed84c36f471eb62225561c8c819dd
ARM: OSIRIS: DVS (Dynamic Voltage Scaling) supoort.

Add a driver to provide DVS for the Simtec Osiris module to reduce
the power consumption whilst idling.

The DVS driver alters the voltage supplied to the ARM core depending
on the frequency it is running at. The driver itself does not do any
of the frequency alteration, which is left up to the cpufreq driver.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2440/Kconfig
arch/arm/mach-s3c2440/Makefile
arch/arm/mach-s3c2440/mach-osiris-dvs.c [new file with mode: 0644]
arch/arm/mach-s3c2440/mach-osiris.c