Age | Commit message (Expand) | Author | Files | Lines |
2016-01-05 | cpufreq-dt: fix handling regulator_get_voltage() result | Andrzej Hajda | 1 | -2/+3 |
2016-01-05 | cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERI... | Chen Yu | 1 | -0/+3 |
2016-01-02 | cpufreq: mt8173: migrate to use operating-points-v2 bindings | Pi-Cheng Chen | 1 | -6/+11 |
2016-01-01 | cpufreq: Simplify core code related to boost support | Rafael J. Wysocki | 2 | -18/+9 |
2016-01-01 | cpufreq: acpi-cpufreq: Simplify boost-related code | Rafael J. Wysocki | 1 | -13/+8 |
2016-01-01 | cpufreq: Make cpufreq_boost_supported() static | Rafael J. Wysocki | 1 | -6/+2 |
2015-12-28 | blackfin-cpufreq: Mark cpu_set_cclk() as static | Markus Elfring | 1 | -1/+1 |
2015-12-28 | blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate() | Markus Elfring | 1 | -1/+1 |
2015-12-28 | Merge back earlier cpufreq material for v4.5. | Rafael J. Wysocki | 13 | -135/+673 |
2015-12-24 | cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info() | Dan Carpenter | 1 | -1/+1 |
2015-12-21 | Merge back earlier cpufreq material for v4.5. | Rafael J. Wysocki | 13 | -135/+673 |
2015-12-15 | Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains' | Rafael J. Wysocki | 2 | -2/+2 |
2015-12-13 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2015-12-12 | cpufreq: st: Provide runtime initialised driver for ST's platforms | Lee Jones | 3 | -0/+305 |
2015-12-12 | cpufreq: intel_pstate: Minor cleanup for FRAC_BITS | Prarit Bhargava | 1 | -1/+1 |
2015-12-12 | cpufreq: mt8173: Move resources allocation into ->probe() | Pi-Cheng Chen | 1 | -24/+68 |
2015-12-12 | cpufreq: tegra: add regulator dependency for T124 | Arnd Bergmann | 1 | -1/+1 |
2015-12-11 | Merge tag 'samsung-fixes-4.4' of https://git.kernel.org/pub/scm/linux/kernel/... | Arnd Bergmann | 1 | -1/+1 |
2015-12-10 | cpufreq: intel_pstate: Account for IO wait time | Philippe Longepe | 1 | -3/+21 |
2015-12-10 | cpufreq: intel_pstate: Account for non C0 time | Philippe Longepe | 1 | -5/+24 |
2015-12-10 | cpufreq: intel_pstate: Configurable algorithm to get target pstate | Philippe Longepe | 1 | -13/+17 |
2015-12-10 | cpufreq: mt8173: check return value of regulator_get_voltage() call | Pi-Cheng Chen | 1 | -0/+28 |
2015-12-10 | cpufreq: mt8173: remove redundant regulator_get_voltage() call | Pi-Cheng Chen | 1 | -1/+0 |
2015-12-10 | cpufreq: mt8173: add CPUFREQ_HAVE_GOVERNOR_PER_POLICY flag | Pi-Cheng Chen | 1 | -1/+2 |
2015-12-10 | cpufreq: qoriq: Register cooling device based on device tree | Hongtao Jia | 1 | -0/+24 |
2015-12-10 | cpufreq: pcc-cpufreq: update default value of cpuinfo_transition_latency | Jacob Tanenbaum | 1 | -0/+2 |
2015-12-10 | cpufreq: arm_big_little: Add support to register a cpufreq cooling device | Punit Agrawal | 2 | -0/+43 |
2015-12-10 | cpufreq-dt: Supply power coefficient when registering cooling devices | Punit Agrawal | 1 | -2/+7 |
2015-12-10 | cpufreq: governor: Use lockless timer function | Rafael J. Wysocki | 2 | -34/+24 |
2015-12-10 | cpufreq: ondemand: update update_sampling_rate() to make it more efficient | Viresh Kumar | 1 | -1/+11 |
2015-12-10 | cpufreq: governor: replace per-CPU delayed work with timers | Viresh Kumar | 3 | -70/+100 |
2015-12-07 | cpufreq: governor: initialize/destroy timer_mutex with 'shared' | Viresh Kumar | 1 | -3/+3 |
2015-12-07 | cpufreq: governor: Pass policy as argument to ->gov_dbs_timer() | Viresh Kumar | 4 | -9/+7 |
2015-12-07 | cpufreq: ondemand: Work is guaranteed to be pending | Viresh Kumar | 1 | -3/+0 |
2015-12-07 | cpufreq: ondemand: Update sampling rate only for concerned policies | Viresh Kumar | 1 | -7/+28 |
2015-12-04 | Merge branches 'pm-domains' and 'pm-cpufreq' | Rafael J. Wysocki | 1 | -4/+10 |
2015-12-03 | cpufreq: use last policy after online for drivers with ->setpolicy | Srinivas Pandruvada | 1 | -4/+10 |
2015-11-27 | Merge branches 'pm-cpufreq' and 'acpi-cppc' | Rafael J. Wysocki | 1 | -1/+2 |
2015-11-27 | cpufreq: s3c24xx: Do not mark s3c2410_plls_add as __init | Arnd Bergmann | 1 | -1/+1 |
2015-11-26 | intel_pstate: Fix "performance" mode behavior with HWP enabled | Alexandra Yates | 1 | -0/+2 |
2015-11-24 | cpufreq: SCPI: Depend on SCPI clk driver | Punit Agrawal | 1 | -1/+1 |
2015-11-24 | Merge back earlier cpufreq fixes for v4.4. | Rafael J. Wysocki | 2 | -6/+5 |
2015-11-24 | cpufreq: intel_pstate: Fix limits->max_perf rounding error | Prarit Bhargava | 1 | -0/+1 |
2015-11-24 | cpufreq: intel_pstate: Fix limits->max_policy_pct rounding error | Prarit Bhargava | 1 | -1/+2 |
2015-11-24 | cpufreq: Always remove sysfs cpuX/cpufreq link on ->remove_dev() | Viresh Kumar | 1 | -5/+2 |
2015-11-24 | cpufreq: CPPC: Initialize and check CPUFreq CPU co-ord type correctly | Ashwin Chaugule | 1 | -1/+2 |
2015-11-20 | Merge branches 'pm-cpufreq' and 'acpi-cppc' | Rafael J. Wysocki | 3 | -245/+73 |
2015-11-19 | cpufreq: mediatek: fix build error | Arnd Bergmann | 1 | -0/+1 |
2015-11-19 | cpufreq: intel_pstate: Add separate support for Airmont cores | Philippe Longepe | 1 | -11/+46 |
2015-11-19 | cpufreq: intel_pstate: Replace BYT with ATOM | Philippe Longepe | 1 | -29/+29 |