summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* intel_pstate: skip this driver if Sun server has _PPC methodethan zhao2014-12-031-4/+41
* cpufreq: arm_big_little: free OPP table created during ->init()Viresh Kumar2014-12-023-2/+11
* imx6q: free OPP table created during ->init()Viresh Kumar2014-12-011-1/+10
* exynos5440: free OPP table created during ->init()Viresh Kumar2014-12-011-1/+4
* cpufreq-dt: free OPP table created during ->init()Viresh Kumar2014-12-011-2/+4
* cpufreq-dt: register cooling device from ->ready() callbackViresh Kumar2014-11-291-19/+32
* cpufreq: Introduce ->ready() callback for cpufreq driversViresh Kumar2014-11-291-0/+5
* cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register()Viresh Kumar2014-11-291-1/+1
* cpufreq: pxa2xx: Add Kconfig entryPetr Cvek2014-11-272-2/+9
* cpufreq: Ref the policy object soonerTomeu Vizoso2014-11-251-21/+21
* cpufreq: Kconfig: Remove architecture specific menu entriesViresh Kumar2014-11-181-31/+19Star
* Merge back cpufreq material for 3.19-rc1.Rafael J. Wysocki2014-11-187-7/+351
|\
| * cpufreq: pcc: Enable autoload of pcc-cpufreq for ACPI processorsLenny Szubowicz2014-11-141-0/+7
| * intel_pstate: Add CPUID for BDW-H CPUDirk Brandewie2014-11-121-0/+1
| * intel_pstate: Add support for HWPDirk Brandewie2014-11-121-2/+98
| * cpufreq: respect the min/max settings from user spaceVince Hsu2014-11-111-2/+4
| * cpufreq: cpufreq-dt: Handle regulator_get_voltage() failureStefan Wahren2014-11-061-2/+2
| * cpufreq: cpufreq-dt: Improve debug about matching OPPStefan Wahren2014-11-061-0/+5
| * cpufreq: Loongson1: Add cpufreq driver for Loongson1BKelvin Cheung2014-11-063-0/+234
| * cpufreq: allow powersave governor as the default without expert modeJames Geboski2014-11-061-1/+0Star
* | cpufreq: Avoid crash in resume on SMP without OPPGeert Uytterhoeven2014-11-081-1/+2
|/
* cpufreq: cpufreq-dt: Fix arguments in clock failure error messageAbhilash Kesavan2014-11-051-2/+2
* cpufreq: cpufreq-dt: Restore default cpumask_setall(policy->cpus)Geert Uytterhoeven2014-10-271-1/+1
* cpufreq: cpufreq-dt: disable unsupported OPPsLucas Stach2014-10-271-25/+41
* Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-243-32/+137
|\
| * intel_pstate: Correct BYT VID values.Dirk Brandewie2014-10-231-1/+12
| * intel_pstate: Fix BYT frequency reportingDirk Brandewie2014-10-231-6/+36
| * intel_pstate: Don't lose sysfs settings during cpu offlineDirk Brandewie2014-10-231-3/+3
| * cpufreq: intel_pstate: Reflect current no_turbo state correctlyGabriele Mazzotta2014-10-231-12/+36
| * cpufreq: expose scaling_cur_freq sysfs file for set_policy() driversDirk Brandewie2014-10-231-6/+17
| * cpufreq: intel_pstate: Fix setting max_perf_pct in performance policyPali Rohár2014-10-231-0/+1
| * cpufreq: cpufreq-dt: adjust message related to regulatorsThomas Petazzoni2014-10-211-2/+2
| * cpufreq: cpufreq-dt: extend with platform_dataThomas Petazzoni2014-10-211-2/+15
| * cpufreq: allow driver-specific dataThomas Petazzoni2014-10-211-0/+15
* | Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/workin...Linus Torvalds2014-10-211-1/+1
|\ \ | |/ |/|
| * mailbox: rename pl320-ipc specific mailbox.hSuman Anna2014-10-081-1/+1
* | Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2014-10-151-9/+5Star
|\ \
| * \ Merge tag 'tegra-clk-3.18' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Mike Turquette2014-09-272-5/+1Star
| |\ \
| * | | cpufreq: kirkwood: use the powersave multiplexerMike Turquette2014-09-031-9/+5Star
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-121-1/+1
|\ \ \ \
| * | | | powerpc: Remove powerpc specific cmd_lineAnton Blanchard2014-10-021-1/+1
| | |/ / | |/| |
* | | | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-0913-266/+425
|\ \ \ \
| * \ \ \ Merge back cpufreq material for v3.18.Rafael J. Wysocki2014-10-0313-266/+425
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | cpufreq: cpufreq-dt: fix potential double put of cpu OF nodeLucas Stach2014-10-031-1/+2
| | * | | cpufreq: cpu0: rename driver and internals to 'cpufreq_dt'Viresh Kumar2014-10-039-32/+32
| | * | | cpufreq: ppc-corenet: remove duplicate update of cpu_dataViresh Kumar2014-09-301-1/+0Star
| | * | | cpufreq: Replace strnicmp with strncasecmpRasmus Villemoes2014-09-291-3/+3
| | * | | cpufreq: powernv: Set the cpus to nominal frequency during reboot/kexecShilpasri G Bhat2014-09-291-0/+35
| | * | | cpufreq: powernv: Set the pstate of the last hotplugged out cpu in policy->cp...Preeti U Murthy2014-09-291-0/+9
| | * | | cpufreq: Allow stop CPU callback to be used by all cpufreq driversPreeti U Murthy2014-09-291-1/+1