summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * cpufreq: governor: Move common tunables to 'struct dbs_data'Viresh Kumar2016-03-094-83/+47
| | * cpufreq: governor: Create generic macro for common tunablesViresh Kumar2016-03-093-24/+28
| | * cpufreq: governor: Drop pointless goto from cpufreq_governor_init()Rafael J. Wysocki2016-03-091-4/+3
| | * cpufreq: governor: Rename skip_work to work_countRafael J. Wysocki2016-03-092-8/+8
| | * cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanupRafael J. Wysocki2016-03-091-8/+13
| | * cpufreq: governor: Rearrange governor data structuresRafael J. Wysocki2016-03-095-60/+68
| | * cpufreq: governor: Simplify cpufreq_governor_limits()Rafael J. Wysocki2016-03-091-9/+8
| | * cpufreq: governor: Drop cpu argument from dbs_check_cpu()Rafael J. Wysocki2016-03-094-10/+8
| | * cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_infoRafael J. Wysocki2016-03-094-86/+86
| | * cpufreq: governor: Drop the gov pointer from struct dbs_dataRafael J. Wysocki2016-03-095-38/+39
| | * cpufreq: governor: Rework cpufreq_governor_dbs()Rafael J. Wysocki2016-03-094-27/+8
| | * cpufreq: governor: Rename some data types and variablesRafael J. Wysocki2016-03-095-59/+59
| | * cpufreq: governor: Put governor structure into common_dbs_dataRafael J. Wysocki2016-03-093-51/+58
| | * cpufreq: governor: Avoid passing dbs_data pointers around unnecessarilyRafael J. Wysocki2016-03-091-41/+27
| | * cpufreq: governor: Use common mutex for dbs_data protectionRafael J. Wysocki2016-03-094-11/+8
| | * cpufreq: governor: Replace timers with utilization update callbacksRafael J. Wysocki2016-03-095-120/+114
| | * cpufreq: intel_pstate: Replace timers with utilization update callbacksRafael J. Wysocki2016-03-091-64/+39
| | * cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki2016-03-091-0/+45
| * | Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"Viresh Kumar2016-03-091-11/+10
| * | cpufreq: acpi-cpufreq: Make read and write operations more efficientRafael J. Wysocki2016-03-031-113/+95
| * | cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}Shilpasri G Bhat2016-02-261-11/+29
| * | cpufreq: intel_pstate: disable HWP notificationsSrinivas Pandruvada2016-02-261-0/+3
| * | cpufreq: intel_pstate: Enable HWP by defaultSrinivas Pandruvada2016-02-261-12/+22
| * | cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()Rafael J. Wysocki2016-02-261-4/+2
| * | cpufreq: Rearrange __cpufreq_driver_target()Rafael J. Wysocki2016-02-261-24/+19
| * | intel_pstate: Update frequencies of policy->cpus only from ->set_policy()Viresh Kumar2016-02-231-9/+12
| * | cpufreq: simplify for_each_suitable_policy() macroEric Biggers2016-02-221-41/+3
| * | cpufreq: fix comment about return value of cpufreq_register_driver()Eric Biggers2016-02-221-1/+1
| * | cpufreq: Drop unnecessary checks from show() and store()Rafael J. Wysocki2016-02-121-16/+5
| * | cpufreq: dt: No need to allocate resources anymoreViresh Kumar2016-02-111-67/+45
| * | cpufreq: dt: No need to fetch voltage-toleranceViresh Kumar2016-02-111-23/+23
| * | cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequencyViresh Kumar2016-02-111-71/+2
| * | cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()Viresh Kumar2016-02-111-44/+4
| * | cpufreq: dt: Unsupported OPPs are already disabledViresh Kumar2016-02-111-2/+0
| * | cpufreq: dt: Pass regulator name to the OPP coreViresh Kumar2016-02-111-0/+46
| * | cpufreq: dt: OPP layers handles clock-latency for V1 bindings as wellViresh Kumar2016-02-111-4/+1
| * | cpufreq: dt: Rename 'need_update' to 'opp_v1'Viresh Kumar2016-02-111-3/+3
| * | cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()Viresh Kumar2016-02-111-2/+2
| * | cpufreq: powernv: Replace pr_info with trace print for throttle eventShilpasri G Bhat2016-02-051-39/+34
| * | cpufreq: powernv: Remove cpu_to_chip_id() from hot-pathShilpasri G Bhat2016-02-051-3/+20
| * | cpufreq: powernv: Hot-plug safe the kworker threadShilpasri G Bhat2016-02-051-8/+11
| * | cpufreq: powernv: Free 'chips' on module exitShilpasri G Bhat2016-02-051-0/+1
| |/
| * cpufreq: Clean up default and fallback governor setupRafael J. Wysocki2016-02-056-50/+71
* | cpufreq: mediatek: allow building as a moduleArnd Bergmann2016-03-012-2/+3
* | cpufreq: qoriq: allow building as module with THERMAL=mArnd Bergmann2016-03-011-0/+1
|/
*-----. Merge branches 'pm-cpuidle', 'pm-cpufreq', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2016-01-294-15/+19
|\ \ \ \
| | * | | cpufreq: cpufreq-dt: avoid uninitialized variable warnings:Arnd Bergmann2016-01-271-8/+7
| | * | | cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototypeArnd Bergmann2016-01-271-1/+1
| | * | | cpufreq: Use list_is_last() to check last entry of the policy listGautham R Shenoy2016-01-271-3/+3
| | * | | cpufreq: Fix NULL reference crash while accessing policy->governor_dataViresh Kumar2016-01-271-3/+8