aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-09-26cpufreq: dt: Fix sysfs duplicate filename creation for platform-deviceSuniel Mahesh1-0/+4
2017-09-20cpufreq: ti-cpufreq: Support additional am43xx platformsDave Gerlach1-1/+1
2017-09-19cpufreq: dt-platdev: Add some missing platforms to the blacklistViresh Kumar1-0/+12
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig1-1/+1
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-39/+25
2017-09-04Merge branch 'intel_pstate'Rafael J. Wysocki1-300/+20
2017-09-04Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki4-3/+16
2017-09-04Merge branch 'pm-cpufreq'Rafael J. Wysocki32-224/+189
2017-08-29intel_pstate: convert to use acpi_match_platform_list()Toshi Kani1-39/+25
2017-08-29cpufreq: imx6q: Fix imx6sx low frequency supportLeonard Crestez1-0/+9
2017-08-29cpufreq: speedstep-lib: make several arrays static, makes code smallerColin Ian King1-2/+2
2017-08-25cpufreq: ti: Fix 'of_node_put' being called twice in error handling pathChristophe Jaillet1-2/+2
2017-08-25cpufreq: dt-platdev: Drop few entries from whitelistViresh Kumar1-11/+0
2017-08-25cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2Viresh Kumar1-5/+40
2017-08-25cpufreq: Convert to using %pOF instead of full_nameRob Herring2-5/+5
2017-08-22cpufreq: Cap the default transition delay value to 10 msViresh Kumar1-2/+13
2017-08-22cpufreq: dbx500: Delete obsolete driverLinus Walleij3-113/+0
2017-08-21Merge back intel_pstate material for v4.14.Rafael J. Wysocki1-296/+20
2017-08-18cpufreq: enable the DT cpufreq driver on the Ux500Linus Walleij1-0/+5
2017-08-18cpufreq: Loongson2: constify platform_device_idArvind Yadav1-1/+1
2017-08-18cpufreq: dt: Add r8a7796 support to to use generic cpufreq driverKhiem Nguyen1-0/+1
2017-08-18cpufreq: remove setting of policy->cpu in policy->cpus during initSudeep Holla2-2/+0
2017-08-11cpufreq: intel_pstate: report correct CPU frequencies during traceDoug Smythies1-2/+1
2017-08-10cpufreq: mediatek: add support of cpufreq to MT7622 SoCSean Wang1-0/+1
2017-08-10cpufreq: mediatek: add cleanups with the more generic namingSean Wang1-13/+13
2017-08-10cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar1-3/+4
2017-08-10cpufreq: intel_pstate: Shorten a couple of long namesRafael J. Wysocki1-4/+4
2017-08-10cpufreq: intel_pstate: Simplify intel_pstate_adjust_pstate()Rafael J. Wysocki1-7/+5
2017-08-08cpufreq: rcar: Add support for R8A7795 SoCKhiem Nguyen1-0/+1
2017-08-04Merge v4.13 intel_pstate fixes.Rafael J. Wysocki1-8/+0
2017-08-04cpufreq: dt: Add rk3328 compatible to use generic cpufreq driverFinley Xiao1-0/+1
2017-08-04cpufreq: intel_pstate: Improve IO performance with per-core P-statesSrinivas Pandruvada1-0/+10
2017-08-03Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate'Rafael J. Wysocki1-8/+0
2017-08-01cpufreq: Process remote callbacks from any CPU if the platform permitsViresh Kumar1-0/+1
2017-08-01sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2-0/+11
2017-08-01cpufreq: intel_pstate: Drop INTEL_PSTATE_HWP_SAMPLING_INTERVALRafael J. Wysocki1-1/+0
2017-07-27cpufreq: intel_pstate: Drop ->get from intel_pstate structureRafael J. Wysocki1-8/+0
2017-07-26cpufreq: s5pv210: add missing of_node_put()Julia Lawall1-0/+3
2017-07-26cpufreq: intel_pstate: Drop ->update_util from pstate_funcsRafael J. Wysocki1-13/+2
2017-07-26cpufreq: intel_pstate: Do not use PID-based P-state selectionRafael J. Wysocki1-274/+2
2017-07-26cpufreq: Allow dynamic switching with CPUFREQ_ETERNAL latencyViresh Kumar1-2/+1
2017-07-26cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flagViresh Kumar10-18/+20
2017-07-26cpufreq: Replace "max_transition_latency" with "dynamic_switching"Viresh Kumar2-5/+5
2017-07-26cpufreq: arm_big_little: Make ->get_transition_latency() mandatoryViresh Kumar1-6/+4
2017-07-26cpufreq: Don't set transition_latency for setpolicy driversViresh Kumar2-2/+0
2017-07-22cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar2-8/+16
2017-07-22cpufreq: governor: Drop min_sampling_rateViresh Kumar4-27/+2
2017-07-22cpufreq: dt: Don't use generic platdev driver for tangoMarc Gonzalez4-2/+44
2017-07-22cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoCSean Wang3-5/+6