summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq / OPP: Fix the order of arguments for kcalloc()Anand Moon2014-09-081-1/+1
* cpufreq: intel_pstate: Remove unneeded variableGabriele Mazzotta2014-09-031-4/+0
* cpufreq: s5pv210: Remove spurious __init annotationMark Brown2014-08-281-1/+1
* cpufreq: intel_pstate: Add CPU ID for Braswell processorMika Westerberg2014-08-281-0/+1
* intel_pstate: Turn per cpu printk into pr_debugAndi Kleen2014-08-281-1/+1
* Merge tag 'pm+acpi-3.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-146-10/+15
|\
| * cpufreq: arm_big_little: fix module license specUwe Kleine-König2014-08-092-1/+6
| * cpufreq: speedstep-smi: fix decimal printf specifiersHans Wennborg2014-08-071-2/+2
| * cpufreq: OPP: Avoid sleeping while atomicStephen Boyd2014-08-071-1/+1
| * cpufreq: cpu0: Do not print error message when deferringMarkus Pargmann2014-08-071-1/+1
| * cpufreq: integrator: Use set_cpus_allowed_ptrHimangi Saraogi2014-08-071-5/+5
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-2/+1
|\ \
| * | of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-2/+1
* | | Merge tag 'soc-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-08-085-18/+122
|\ \ \
| * \ \ Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Arnd Bergmann2014-07-265-18/+122
| |\ \ \
| | * | | cpufreq: s5pv210: Make the driver multiplatform awareTomasz Figa2014-07-191-9/+122
| | * | | cpufreq: s3c24xx: Remove some dead codeTomasz Figa2014-07-194-9/+0
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-071-2/+16
|\ \ \ \ \
| * | | | | powerpc/cpufreq: Add pr_warn() on OPAL firmware failuresVaidyanathan Srinivasan2014-08-051-2/+16
* | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-08-071-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | MIPS: Loongson: Modify ChipConfig register definitionHuacai Chen2014-07-301-3/+3
| | |_|/ / | |/| | |
* | | | | cpufreq: move policy kobj to update_policy_cpu()Viresh Kumar2014-07-211-38/+33
* | | | | cpufreq: propagate error returned by kobject_move()Viresh Kumar2014-07-211-3/+5
* | | | | cpufreq: don't restore policy->cpus on failure to move kobjViresh Kumar2014-07-211-5/+0
* | | | | powernow-k6: support 350MHz CPUMikulas Patocka2014-07-211-0/+1
* | | | | cpufreq: ondemand: Eliminate the deadband effectStratos Karafotis2014-07-211-4/+7
* | | | | cpufreq: Introduce new relation for freq selectionStratos Karafotis2014-07-211-1/+11
* | | | | cpufreq: imx6: remove pu regulator dependency for SOCs with no PU regulatorAnson Huang2014-07-211-14/+21
* | | | | cpufreq: intel_pstate: Remove core_pct roundingStratos Karafotis2014-07-211-5/+1
* | | | | cpufreq: intel_pstate: Simplify P state adjustment logic.Stratos Karafotis2014-07-211-23/+3
* | | | | cpufreq: intel_pstate: Keep values in aperf/mperf in full precisionStratos Karafotis2014-07-211-3/+0
* | | | | cpufreq: intel_pstate: Disable interrupts during MSRs readingStratos Karafotis2014-07-211-0/+3
* | | | | cpufreq: intel_pstate: Align multiple lines to open parenthesisStratos Karafotis2014-07-211-17/+17
* | | | | cpufreq: intel_pstate: Remove unnecessary intermediate variable sample_timeStratos Karafotis2014-07-211-3/+2
* | | | | cpufreq: intel_pstate: Cleanup parenthesesStratos Karafotis2014-07-211-5/+5
* | | | | cpufreq: intel_pstate: Fit code in a single line where possibleStratos Karafotis2014-07-211-13/+5
* | | | | cpufreq: intel_pstate: Add missing blank lines after declarationsStratos Karafotis2014-07-211-5/+13
* | | | | cpufreq: intel_pstate: Remove unnecessary type casting in div_s64() callStratos Karafotis2014-07-211-1/+1
* | | | | cpufreq: intel_pstate: Make intel_pstate_kobject and debugfs_parent localsStratos Karafotis2014-07-211-4/+4
| |_|/ / |/| | |
* | | | cpufreq: move policy kobj to policy->cpu at resumeViresh Kumar2014-07-171-2/+4
* | | | cpufreq: cpu0: OPPs can be populated at runtimeViresh Kumar2014-07-161-5/+2
* | | | cpufreq: kirkwood: Reinstate cpufreq driver for ARCH_KIRKWOODQuentin Armitage2014-07-161-1/+1
* | | | cpufreq: imx6q: Select PM_OPPNicolas Del Piano2014-07-161-0/+1
* | | | cpufreq: sa1110: set memory type for h3600Linus Walleij2014-07-161-1/+1
|/ / /
* | | cpufreq: Makefile: fix compilation for davinci platformPrabhakar Lad2014-07-091-1/+1
* | | intel_pstate: Set CPU number before accessing MSRsVincent Minet2014-07-071-2/+1
* | | intel_pstate: don't touch turbo bit if turbo disabled or unavailable.Dirk Brandewie2014-07-071-6/+16
* | | intel_pstate: Fix setting VIDDirk Brandewie2014-07-071-5/+5
| |/ |/|
* | cpufreq: unlock when failing cpufreq_update_policy()Aaron Plattner2014-06-181-6/+4
* | intel_pstate: Correct rounding in busy calculationDoug Smythies2014-06-171-4/+1