]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cpufreq: arm_big_little: reconfigure switcher behavior at run time
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 30 Oct 2013 19:44:41 +0000 (15:44 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Oct 2013 23:10:53 +0000 (00:10 +0100)
commit45cac118ffd7c9920b3d85bf551c2205674eb4f2
treed18b9b0c1654bdf3892fdd367ff2235aad97f08d
parente79a23c5b9870b7f80425793abeb10e57f7486d4
cpufreq: arm_big_little: reconfigure switcher behavior at run time

The b.L switcher can be turned on/off at run time.  It is therefore
necessary to change the cpufreq driver behavior accordingly.

The driver must be unregistered/registered with the cpufreq core
to reconfigure freq tables for the virtual or actual CPUs. This is
accomplished via the b.L switcher notifier callback.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/arm_big_little.c