summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-026-41/+119
|\
| * cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORMTomasz Figa2014-05-316-41/+119
* | Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-024-12/+27
|\ \ | |/
| * cpufreq: exynos: Fix the compile errorJonghwan Choi2014-05-263-12/+26
| * Merge branch 'v3.16-next/clk-s3c24xx-3' into v3.16-next/cleanup-samsungKukjin Kim2014-05-261-0/+1
| |\
| | * ARM: S3C24XX: cpufreq-utils: don't write raw values to MPLLCON when using ccfHeiko Stuebner2014-05-091-0/+1
* | | Merge branches 'pm-cpufreq' and 'acpi-thermal'Rafael J. Wysocki2014-05-262-5/+17
|\ \ \
| * | | cpufreq: cpu0: drop wrong devm usageLucas Stach2014-05-201-5/+11
| * | | cpufreq: remove race while accessing cur_policyBibek Basu2014-05-201-0/+6
* | | | Merge tag 'pm+acpi-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-05-211-18/+16
|\ \ \ \ | |/ / /
| * | | intel_pstate: remove setting P state to MAX on initDirk Brandewie2014-05-131-12/+1
| * | | intel_pstate: Set turbo VID for BayTrailDirk Brandewie2014-05-121-6/+15
| |/ /
* | | MIPS/loongson2_cpufreq: Fix CPU clock rate settingAaro Koskinen2014-05-131-2/+2
|/ /
* | cpufreq: ppc-corenet-cpufreq: Fix __udivdi3 modpost errorTim Gardner2014-04-291-1/+4
* | cpufreq: powernow-k7: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-04-291-4/+0
* | cpufreq: powernow-k6: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-04-291-9/+11
* | cpufreq: powernow-k6: Fix incorrect comparison with max_multiplerSrivatsa S. Bhat2014-04-291-2/+3
* | cpufreq: longhaul: Fix double invocation of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-04-291-12/+24
* | cpufreq: highbank: fix ARM_HIGHBANK_CPUFREQ dependency warningKefeng Wang2014-04-221-5/+1
* | cpufreq: ppc: Fix integer overflow in expressionGeert Uytterhoeven2014-04-211-1/+1
* | cpufreq, powernv: Fix build failure on UPSrivatsa S. Bhat2014-04-211-0/+1
* | cpufreq: unicore32: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-04-211-3/+1
|/
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-04-0835-164/+507
|\
| * cpufreq: ppc: Remove duplicate inclusion of fsl_soc.hSachin Kamat2014-04-081-1/+0
| * cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar2014-04-0721-139/+139
| * cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar2014-04-076-13/+9
| * cpufreq: don't print value of .driver_data from coreViresh Kumar2014-04-071-4/+3
| * cpufreq: ia64: don't set .driver_data to indexViresh Kumar2014-04-071-1/+0
| * cpufreq: powernv: Use cpufreq_frequency_table.driver_data to store pstate idsGautham R. Shenoy2014-04-071-3/+2
| * cpufreq: powernv: cpufreq driver for powernv platformVaidyanathan Srinivasan2014-04-073-0/+351
| * cpufreq: at32ap: don't declare local variable as staticViresh Kumar2014-04-071-1/+1
| * cpufreq: loongson2_cpufreq: don't declare local variable as staticViresh Kumar2014-04-071-1/+1
| * cpufreq: unicore32: fix typo issue for 'clk'Chen Gang2014-04-071-1/+1
| * cpufreq: exynos: Disable on multiplatform buildSachin Kamat2014-04-071-3/+3
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-3/+4
|\ \
| * | acpi-cpufreq: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-3/+4
* | | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into ...Arnd Bergmann2014-03-171-1/+1
| |\ \
| | * | drivers: Enable building of Kirkwood drivers for mach-mvebuAndrew Lunn2014-02-241-1/+1
* | | | Merge tag 'pm+acpi-3.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-0214-39/+72
|\ \ \ \
| * | | | cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition staticViresh Kumar2014-03-261-4/+2
| * | | | cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar2014-03-2613-29/+28
| * | | | cpufreq: Make sure frequency transitions are serializedSrivatsa S. Bhat2014-03-261-0/+37
| * | | | intel_pstate: Use del_timer_sync in intel_pstate_cpu_stopDirk Brandewie2014-03-261-1/+1
| * | | | cpufreq: resume drivers before enabling governorsViresh Kumar2014-03-261-5/+4
* | | | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-0141-534/+315
|\ \ \ \ \ | |/ / / /
| * | | | intel_pstate: Set core to min P state during core offlineDirk Brandewie2014-03-201-8/+11
| * | | | cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie2014-03-201-0/+2
| * | | | cpufreq: Remove unnecessary bracesStratos Karafotis2014-03-201-2/+1
| * | | | cpufreq: Fix checkpatch errors and warningsStratos Karafotis2014-03-201-11/+14
OpenPOWER on IntegriCloud