From: Rafa³ Bilski Date: Tue, 15 Aug 2006 23:07:33 +0000 (+0200) Subject: [CPUFREQ] Longhaul - Add voltage scaling to driver X-Git-Tag: v2.6.19-rc1~1283^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db44aaf3a2f599163c53ce96658aca688b3466f0;p=pandora-kernel.git [CPUFREQ] Longhaul - Add voltage scaling to driver Rename option "dont_scale_voltage" to "scale_voltage" because don't will be default. Use "pos" for calculating voltage. In this way driver don't need to know mV value or low level value. Simply min U is one pos and max U is second pos. All pos between these two are used. Assume that min U is for min f and max U for max f. For frequency between min and max calculate pos based on difference between current frequency and min f. Values in mobile VRM table changed to values from C3-M datasheet. Signed-off-by: Rafa³ Bilski Signed-off-by: Dave Jones --- Reading git-diff-tree failed