summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2016-04-28cpufreq: powernv: Remove flag use-case of policy->driver_dataShilpasri G Bhat1-6/+5
2016-04-27cpufreq: e_powersaver: Use IS_ENABLED() instead of checking for built-in or m...Javier Martinez Canillas2-8/+8
2016-04-26cpufreq: intel_pstate: Fix processing for turbo activation ratioSrinivas Pandruvada1-0/+5
2016-04-25cpufreq: governor: Fix prev_load initialization in cpufreq_governor_start()Rafael J. Wysocki1-4/+4
2016-04-25cpufreq: hisilicon: Use generic platdev driverViresh Kumar4-52/+2
2016-04-25cpufreq: zynq: Use generic platdev driverViresh Kumar1-0/+2
2016-04-25cpufreq: sunxi: Use generic platdev driverViresh Kumar1-0/+12
2016-04-25cpufreq: shmobile: Use generic platdev driverViresh Kumar1-0/+12
2016-04-25cpufreq: rockchip: Use generic platdev driverFinley Xiao1-0/+11
2016-04-25cpufreq: omap: Use generic platdev driverViresh Kumar1-0/+5
2016-04-25cpufreq: imx: Use generic platdev driverViresh Kumar1-0/+5
2016-04-25cpufreq: berlin: Use generic platdev driverViresh Kumar1-0/+2
2016-04-25cpufreq: dt: Mark platdev machines array as __initconstViresh Kumar1-1/+1
2016-04-25cpufreq: qoriq: Fix cooling device registration issue during suspendJia Hongtao1-0/+1
2016-04-25cpufreq: qoriq: Remove __exit macro from .exit callbackJia Hongtao1-2/+2
2016-04-25cpufreq: qoriq: Don't show cooling device messages if THERMAL_OF undefinedJia Hongtao1-2/+2
2016-04-25cpufreq: ACPI / CPPC: Add module support for cppc_cpufreq driverAshwin Chaugule1-0/+21
2016-04-25cpufreq: intel_pstate: Use average P-State instead of current P-StatePhilippe Longepe1-1/+7
2016-04-25Merge back cpufreq changes for v4.7.Rafael J. Wysocki39-580/+779
2016-04-25Revert "cpufreq: governor: Fix negative idle_time when configured with CONFIG...Rafael J. Wysocki1-6/+2
2016-04-21Merge branch 'pm-cpufreq-fixes'Rafael J. Wysocki2-0/+7
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2-20/+189
2016-04-19cpufreq: Abort cpufreq_update_current_freq() for cpufreq_suspended setRafael J. Wysocki1-0/+3
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov1-1/+1
2016-04-11drivers/cpufreq: make ppc_cbe_cpufreq_pmi driver explicitly non-modularPaul Gortmaker1-13/+2
2016-04-10intel_pstate: Avoid getting stuck in high P-states when idleRafael J. Wysocki1-0/+4
2016-04-09cpufreq: ACPI: Remove freq_table from acpi_cpufreq_dataViresh Kumar1-29/+34
2016-04-09cpufreq: ACPI: policy->driver_data can't be NULL in ->exit()Viresh Kumar1-8/+6
2016-04-09cpufreq: Rearrange cpufreq_add_dev()Rafael J. Wysocki1-14/+12
2016-04-09cpufreq: Simplify switch () in cpufreq_cpu_callback()Rafael J. Wysocki1-4/+1
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches25-146/+181
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches25-265/+199
2016-04-09intel_pstate: Use pr_fmtJoe Perches1-8/+10
2016-04-09cpufreq: mt8173: use list_for_each_entry*()Geliang Tang1-10/+4
2016-04-09intel_pstate: Avoid pointless FRAC_BITS shifts under div_fp()Rafael J. Wysocki1-18/+13
2016-04-09cpufreq: exynos: Use generic platdev driverViresh Kumar1-0/+9
2016-04-09cpufreq: dt: Add generic platform-device creation supportViresh Kumar3-0/+43
2016-04-09cpufreq: tegra124: No need of setting platform-dataViresh Kumar1-7/+0
2016-04-09cpufreq: ppc_cbe_cpufreq_pmi: make the driver explicitly non-modularPaul Gortmaker1-13/+2
2016-04-09Merge branch 'pm-cpufreq-sched' into pm-cpufreqRafael J. Wysocki14-182/+389
2016-04-08cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()Rafael J. Wysocki1-8/+11
2016-04-08Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc'Rafael J. Wysocki2-20/+189
2016-04-05cpufreq: dt: Drop stale commentViresh Kumar1-3/+0
2016-04-05cpufreq: intel_pstate: Documenation for structuresSrinivas Pandruvada1-0/+135
2016-04-05cpufreq: intel_pstate: fix inconsistency in setting policy limitsSrinivas Pandruvada1-6/+23
2016-04-02cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki1-0/+30
2016-04-02cpufreq: Support for fast frequency switchingRafael J. Wysocki2-5/+167
2016-04-02cpufreq: Move governor symbols to cpufreq.hRafael J. Wysocki1-14/+0
2016-04-02cpufreq: Move governor attribute set headers to cpufreq.hRafael J. Wysocki1-21/+0
2016-04-02cpufreq: governor: Move abstract gov_attr_set code to seperate fileRafael J. Wysocki5-82/+95