summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-0429-352/+457
|\
| * Merge back earlier cpufreq material.Rafael J. Wysocki2014-06-0329-331/+426
| |\
| | * cpufreq: handle calls to ->target_index() in separate routineViresh Kumar2014-05-291-23/+33
| | * cpufreq: s5pv210: drop check for CONFIG_PM_VERBOSEPaul Bolle2014-05-271-4/+2Star
| | * cpufreq: intel_pstate: Remove unused member name of cpudataStratos Karafotis2014-05-271-4/+0Star
| | * cpufreq: Break out early when frequency equals target_freqStratos Karafotis2014-05-201-2/+6
| | * cpufreq: Tegra: drop wrapper around tegra_update_cpu_speed()Viresh Kumar2014-05-171-7/+2Star
| | * cpufreq: imx6q: Remove unused includePhilipp Zabel2014-05-171-1/+0Star
| | * cpufreq: imx6q: Drop devm_clk/regulator_get usagePhilipp Zabel2014-05-171-14/+39
| | * cpufreq: powernow-k8: Suppress checkpatch warningsStratos Karafotis2014-05-172-108/+74Star
| | * cpufreq: powernv: make local function staticBrian Norris2014-05-171-1/+1
| | * cpufreq: Enable big.LITTLE cpufreq driver on arm64Mark Brown2014-05-171-1/+2
| | * cpufreq: nforce2: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2014-05-171-1/+1
| | * intel_pstate: Add CPU IDs for Broadwell processorsDirk Brandewie2014-05-131-0/+3
| | * cpufreq: Fix build error on some platforms that use cpufreq_for_each_*Stratos Karafotis2014-05-081-11/+0Star
| | * PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon2014-05-072-0/+112
| | * cpufreq: Catch double invocations of cpufreq_freq_transition_begin/endSrivatsa S. Bhat2014-05-071-0/+14
| | * intel_pstate: Remove sample parameter in intel_pstate_calc_busyStratos Karafotis2014-05-071-7/+4Star
| | * cpufreq: Kconfig: Fix spelling errorsStratos Karafotis2014-05-012-4/+4
| | * cpufreq: Make linux-pm@vger.kernel.org official mailing listViresh Kumar2014-05-011-1/+1
| | * cpufreq: exynos: Use dev_err/info function instead of pr_err/infoChanwoo Choi2014-05-012-9/+13
| | * Merge branch 'cpufreq-macros' into pm-cpufreqRafael J. Wysocki2014-05-0115-146/+127Star
| | |\
| | | * cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis2014-04-3014-146/+116Star
| | | * cpufreq: Introduce macros for cpufreq_frequency_table iterationStratos Karafotis2014-04-301-0/+11
| * | | intel_pstate: Improve initial busy calculationDoug Smythies2014-06-021-5/+8
| * | | intel_pstate: add sample time scalingDirk Brandewie2014-06-021-1/+17
| * | | intel_pstate: Correct rounding in busy calculationDirk Brandewie2014-06-021-5/+7
| * | | intel_pstate: Remove C0 trackingDirk Brandewie2014-06-021-12/+1Star
* | | | Merge tag 'drivers-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-036-41/+119
|\ \ \ \
| * | | | cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORMTomasz Figa2014-05-306-41/+119
* | | | | Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-034-12/+27
|\| | | | | |/ / / |/| | |
| * | | cpufreq: exynos: Fix the compile errorJonghwan Choi2014-05-253-12/+26
| * | | Merge branch 'v3.16-next/clk-s3c24xx-3' into v3.16-next/cleanup-samsungKukjin Kim2014-05-251-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | ARM: S3C24XX: cpufreq-utils: don't write raw values to MPLLCON when using ccfHeiko Stuebner2014-05-081-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/+16Star
|\| | | |
| * | | | intel_pstate: remove setting P state to MAX on initDirk Brandewie2014-05-131-12/+1Star
| * | | | 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/+0Star
* | | 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/+1Star
* | 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/+1Star
|/