summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-0/+1
|\
| * Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-073-3/+6
| |\
| * | drivers: clean-up prom.h implicit includesRob Herring2013-10-101-0/+1
* | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-11-111-18/+43
|\ \ \
| * | | cpufreq: probe the Integrator cpufreq driver from DTLinus Walleij2013-10-161-18/+43
| | |/ | |/|
* | | acpi-cpufreq: Fail initialization if driver cannot be registeredRafael J. Wysocki2013-10-251-4/+4
* | | intel_pstate: Correct calculation of min pstate valueDirk Brandewie2013-10-221-2/+3
* | | intel_pstate: Improve accuracy by not truncating until final resultBrennan Shacklett2013-10-221-18/+15Star
* | | cpufreq: s3c64xx: Rename index to driver_dataCharles Keepax2013-10-161-1/+1
* | | intel_pstate: Fix type mismatch warningRafael J. Wysocki2013-10-161-3/+4
* | | cpufreq / intel_pstate: Fix max_perf_pct on resumeDirk Brandewie2013-10-161-4/+3Star
|/ /
* | intel_pstate: fix no_turboSrinivas Pandruvada2013-10-011-1/+4
* | cpufreq: cpufreq-cpu0: NULL is a valid regulator, part 2Philipp Zabel2013-09-301-1/+1
* | cpufreq: SPEAr: Fix incorrect variable typeSachin Kamat2013-09-301-1/+1
|/
* cpufreq: exynos5440: Fix potential NULL pointer dereferenceSachin Kamat2013-09-251-1/+1
* cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_...Viresh Kumar2013-09-251-0/+3
* acpi-cpufreq: skip loading acpi_cpufreq after intel_pstateYinghai Lu2013-09-251-0/+4
* cpufreq: return EEXIST instead of EBUSY for second registeringYinghai Lu2013-09-201-1/+1
* cpufreq: imx6q-cpufreq: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha2013-09-191-1/+6
* cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha2013-09-191-1/+6
* cpufreq: unlock correct rwsem while updating policy->cpuViresh Kumar2013-09-181-2/+11
* cpufreq: Clear policy->cpus bits in __cpufreq_remove_dev_finish()Viresh Kumar2013-09-181-8/+8
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-09-121-17/+32
|\
| * cpufreq: Acquire the lock in cpufreq_policy_restore() for readingLan Tianyu2013-09-111-2/+2
| * cpufreq: Prevent problems in update_policy_cpu() if last_cpu == new_cpuSrivatsa S. Bhat2013-09-111-0/+3
| * cpufreq: Restructure if/else block to avoid unintended behaviorSrivatsa S. Bhat2013-09-111-2/+3
| * cpufreq: Fix crash in cpufreq-stats during suspend/resumeSrivatsa S. Bhat2013-09-111-13/+24
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-09-113-34/+76
|\|
| * intel_pstate: Add Haswell CPU modelsNell Hardcastle2013-09-101-0/+5
| * Revert "cpufreq: make sure frequency transitions are serialized"Rafael J. Wysocki2013-09-101-15/+0Star
| * cpufreq: Use signed type for 'ret' variable, to store negative error valuesSrivatsa S. Bhat2013-09-101-2/+2
| * cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writesSrivatsa S. Bhat2013-09-101-6/+1Star
| * cpufreq: Synchronize the cpufreq store_*() routines with CPU hotplugSrivatsa S. Bhat2013-09-101-2/+9
| * cpufreq: Invoke __cpufreq_remove_dev_finish() after releasing cpu_hotplug.lockSrivatsa S. Bhat2013-09-101-0/+3
| * cpufreq: Split __cpufreq_remove_dev() into two partsSrivatsa S. Bhat2013-09-101-12/+53
| * cpufreq: Fix wrong time unit conversionAndreas Schwab2013-09-101-1/+1
| * cpufreq: serialize calls to __cpufreq_governor()Viresh Kumar2013-09-101-1/+6
| * cpufreq: don't allow governor limits to be changed when it is disabledViresh Kumar2013-09-101-2/+3
* | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-0461-771/+581Star
|\|
| * cpufreq: Don't use smp_processor_id() in preemptible contextStephen Boyd2013-08-291-1/+8
| * cpufreq: governor: Fix typos in commentsStratos Karafotis2013-08-282-7/+7
| * cpufreq: governors: Remove duplicate check of target freq in supported rangeStratos Karafotis2013-08-282-7/+0Star
| * cpufreq: Fix timer/workqueue corruption due to double queueingStephen Boyd2013-08-281-0/+3
| * Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux int...Rafael J. Wysocki2013-08-272-19/+2Star
| |\
| | * cpufreq: imx6q: Fix clock enable balanceSascha Hauer2013-08-261-17/+0Star
| | * cpufreq: tegra: fix the wrong clock nameJoseph Lo2013-08-231-2/+2
| * | Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-nextRafael J. Wysocki2013-08-239-123/+49Star
| |\ \
| | * | cpufreq: pmac32-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-2/+3
| | * | cpufreq: pmac64-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-36/+11Star
| | * | cpufreq: maple-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-20/+3Star