summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* cpufreq: Clean up default and fallback governor setupRafael J. Wysocki2016-02-056-50/+71
*-----. 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
* | | | | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-151-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | powerpc/powernv: remove FW_FEATURE_OPALv3 and just use FW_FEATURE_OPALStewart Smith2015-12-171-1/+1
* | | | | cpufreq-dt: fix handling regulator_get_voltage() resultAndrzej Hajda2016-01-051-2/+3
* | | | | cpufreq: governor: Fix negative idle_time when configured with CONFIG_HZ_PERI...Chen Yu2016-01-051-0/+3
* | | | | cpufreq: mt8173: migrate to use operating-points-v2 bindingsPi-Cheng Chen2016-01-021-6/+11
* | | | | cpufreq: Simplify core code related to boost supportRafael J. Wysocki2016-01-012-18/+9
* | | | | cpufreq: acpi-cpufreq: Simplify boost-related codeRafael J. Wysocki2016-01-011-13/+8
* | | | | cpufreq: Make cpufreq_boost_supported() staticRafael J. Wysocki2016-01-011-6/+2
* | | | | blackfin-cpufreq: Mark cpu_set_cclk() as staticMarkus Elfring2015-12-281-1/+1
* | | | | blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate()Markus Elfring2015-12-281-1/+1
* | | | | Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki2015-12-2813-135/+673
|\ \ \ \ \
| * \ \ \ \ Merge back earlier cpufreq material for v4.5.Rafael J. Wysocki2015-12-2113-135/+673
| |\ \ \ \ \
| | * | | | | cpufreq: st: Provide runtime initialised driver for ST's platformsLee Jones2015-12-123-0/+305
| | * | | | | cpufreq: mt8173: Move resources allocation into ->probe()Pi-Cheng Chen2015-12-121-24/+68
| | * | | | | cpufreq: intel_pstate: Account for IO wait timePhilippe Longepe2015-12-101-3/+21
| | * | | | | cpufreq: intel_pstate: Account for non C0 timePhilippe Longepe2015-12-101-5/+24
| | * | | | | cpufreq: intel_pstate: Configurable algorithm to get target pstatePhilippe Longepe2015-12-101-13/+17
| | * | | | | cpufreq: mt8173: check return value of regulator_get_voltage() callPi-Cheng Chen2015-12-101-0/+28
| | * | | | | cpufreq: mt8173: remove redundant regulator_get_voltage() callPi-Cheng Chen2015-12-101-1/+0
| | * | | | | cpufreq: mt8173: add CPUFREQ_HAVE_GOVERNOR_PER_POLICY flagPi-Cheng Chen2015-12-101-1/+2
| | * | | | | cpufreq: qoriq: Register cooling device based on device treeHongtao Jia2015-12-101-0/+24
| | * | | | | cpufreq: pcc-cpufreq: update default value of cpuinfo_transition_latencyJacob Tanenbaum2015-12-101-0/+2
| | * | | | | cpufreq: arm_big_little: Add support to register a cpufreq cooling devicePunit Agrawal2015-12-102-0/+43
| | * | | | | cpufreq-dt: Supply power coefficient when registering cooling devicesPunit Agrawal2015-12-101-2/+7
| | * | | | | cpufreq: governor: Use lockless timer functionRafael J. Wysocki2015-12-092-34/+24
| | * | | | | cpufreq: ondemand: update update_sampling_rate() to make it more efficientViresh Kumar2015-12-091-1/+11
| | * | | | | cpufreq: governor: replace per-CPU delayed work with timersViresh Kumar2015-12-093-70/+100
| | * | | | | cpufreq: governor: initialize/destroy timer_mutex with 'shared'Viresh Kumar2015-12-071-3/+3
| | * | | | | cpufreq: governor: Pass policy as argument to ->gov_dbs_timer()Viresh Kumar2015-12-074-9/+7
| | * | | | | cpufreq: ondemand: Work is guaranteed to be pendingViresh Kumar2015-12-071-3/+0
| | * | | | | cpufreq: ondemand: Update sampling rate only for concerned policiesViresh Kumar2015-12-071-7/+28
| | | |_|/ / | | |/| | |
* | | | | | cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info()Dan Carpenter2015-12-241-1/+1
| | | | | |
| \ \ \ \ \
*-. | | | | | Merge branches 'powercap', 'pm-cpufreq' and 'pm-domains'Rafael J. Wysocki2015-12-142-2/+2
|\ \| | | | |