aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2016-12-08android: skip building drivers as moduleslsk-v4.1-16.12-androidAmit Pundir
2016-07-01Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidlsk-v4.1-16.06-androidAlex Shi
2016-07-01Merge remote-tracking branch 'lts/linux-4.1.y' into linux-linaro-lsk-v4.1lsk-v4.1-16.06Alex Shi
2016-06-18cpufreq: intel_pstate: Fix ->set_policy() interface for no_turboSrinivas Pandruvada
2016-05-19cpufreq: interactive: only apply interactive boost when enabledDaniel Kurtz
2016-05-19cpufreq: interactive: fix policy lockingDmitry Torokhov
2016-04-07Merge remote-tracking branch 'linux-linaro-lsk-v4.1-android-test' into linux-...Alex Shi
2016-04-01cpufreq: dt: No need to allocate resources anymoreViresh Kumar
2016-04-01cpufreq: dt: No need to fetch voltage-toleranceViresh Kumar
2016-04-01cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequencyViresh Kumar
2016-04-01cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()Viresh Kumar
2016-04-01cpufreq: dt: Unsupported OPPs are already disabledViresh Kumar
2016-04-01cpufreq: dt: Pass regulator name to the OPP coreViresh Kumar
2016-04-01cpufreq: dt: OPP layers handles clock-latency for V1 bindings as wellViresh Kumar
2016-04-01cpufreq: dt: Rename 'need_update' to 'opp_v1'Viresh Kumar
2016-04-01cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()Viresh Kumar
2016-04-01cpufreq: cpufreq-dt: avoid uninitialized variable warnings:Arnd Bergmann
2016-04-01cpufreq-dt: fix handling regulator_get_voltage() resultAndrzej Hajda
2016-04-01PM / OPP: Move opp core to its own directoryViresh Kumar
2016-04-01PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar
2016-04-01PM / OPP: Rename opp init/free table routinesViresh Kumar
2016-03-30Merge remote-tracking branch 'lts/linux-4.1.y' into v4.1/topic/OPPv2Alex Shi
2015-12-09Merge branch 'android-4.1' of https://android.googlesource.com/kernel/commonAmit Pundir
2015-12-03trace: cpufreq: Add tracing for min/max cpufreqRuchi Kandoi
2015-11-19subsystem: CPU FREQUENCY DRIVERS- Set cpu_load calculation on current frequencyrahul.khandelwal
2015-11-19cpufreq: interactive: replace strict_strtoul() with kstrtoul()Amit Pundir
2015-11-19cpufreq: interactive: Rearm governor timer at max freqRohit Gupta
2015-11-19cpufreq: interactive: Implement cluster-based min_sample_timeJunjie Wu
2015-11-19cpufreq: interactive: Exercise hispeed settings at a policy levelSaravana Kannan
2015-11-19cpufreq: interactive: Round up timer_rate to match jiffyJunjie Wu
2015-11-19cpufreq: interactive: Don't set floor_validate_time during boostJunjie Wu
2015-11-19cpufreq: interactive: Put global cpufreq kobject on failureJunjie Wu
2015-11-19cpufreq: interactive: only boost tunable affected cpusLianwei Wang
2015-11-19cpufreq: interactive: don't skip waking up speedchange_task if target_freq > ...Minsung Kim
2015-11-19cpufreq: interactive: make common_tunables staticTodd Poynor
2015-11-19cpufreq: interactive: prevents the frequency to directly raise above theRuchi Kandoi
2015-11-19cpufreq: interactive: remove compilation error from commitRuchi Kandoi
2015-11-19cpufreq: interactive: turn boost_pulse off on boost offRuchi Kandoi
2015-11-19cpufreq: interactive: restructure CPUFREQ_GOV_LIMITSBadhri Jagan Sridharan
2015-11-19cpufreq: interactive: hold reference on global cpufreq kobject if neededGreg Hackmann
2015-11-19cpufreq: interactive: Use generic get_cpu_idle_time() from cpufreq.cViresh Kumar
2015-11-19cpufreq: interactive: fix NULL pointer dereference at sysfs opsMinsung Kim
2015-11-19cpufreq: interactive: fix compiling warningsChih-Wei Huang
2015-11-19cpufreq: interactive: delete timers for GOV_STARTShridhar Rasal
2015-11-19cpufreq: Interactive: Implement per policy instances of governorViresh Kumar
2015-11-19cpufreq: interactive: Move definition of cpufreq_gov_interactive downwardsViresh Kumar
2015-11-19cpufreq: interactive: Remove unnecessary cpu_online() checkViresh Kumar
2015-11-19cpufreq: interactive: fix show_target_loads and show_above_hispeed_delayMinsung Kim
2015-11-19cpufreq: interactive: resched timer if max freq raisedLianwei Wang
2015-11-19cpufreq: interactive: fix race on cpufreq TRANSITION notifierLianwei Wang