summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2017-12-18cpufreq: governor: Ensure sufficiently large sampling intervalsRafael J. Wysocki-3/+16
2017-12-18cpufreq: imx6q: fix speed grading regression on i.MX6 QuadPlusLucas Stach-5/+6
2017-11-22cpufreq: mediatek: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan-0/+4
2017-11-21cpufreq: Add Loongson machine dependenciesJames Hogan-0/+2
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-193/+151
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+7
2017-11-13Merge branch 'pm-cpufreq'Rafael J. Wysocki-193/+151
2017-11-08cpufreq: stats: Handle the case when trans_table goes beyond PAGE_SIZEGautham R. Shenoy-2/+5
2017-11-08cpufreq: arm_big_little: make cpufreq_arm_bL_ops structures constBhumika Goyal-3/+3
2017-11-08cpufreq: arm_big_little: make function arguments and structure pointer constBhumika Goyal-5/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+4
2017-10-21cpufreq: pxa: convert to clock APIRobert Jarzmik-152/+39
2017-10-14cpufreq: speedstep-lib: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2017-10-14cpufreq: ti-cpufreq: add missing of_node_put()Zumeng Chen-0/+1
2017-10-11cpufreq: dt: Remove support for Exynos4212 SoCsMarek Szyprowski-1/+0
2017-10-11cpufreq: imx6q: Move speed grading check to cpufreq driverFabio Estevam-20/+65
2017-10-05timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()Kees Cook-6/+7
2017-10-03cpufreq: ti-cpufreq: kfree opp_data when failureZumeng Chen-1/+4
2017-10-03cpufreq: SPEAr: pr_err() strings should end with newlinesArvind Yadav-2/+2
2017-10-03cpufreq: powernow-k8: pr_err() strings should end with newlinesArvind Yadav-1/+1
2017-10-03cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelistMasahiro Yamada-2/+0
2017-10-03cpufreq: dt: invoke frequency-invariance setter functionDietmar Eggemann-2/+10
2017-10-03cpufreq: arm_big_little: invoke frequency-invariance setter functionDietmar Eggemann-1/+9
2017-10-03cpufreq: provide default frequency-invariance setter functionDietmar Eggemann-0/+6
2017-09-26cpufreq: dt: Fix sysfs duplicate filename creation for platform-deviceSuniel Mahesh-0/+4
2017-09-20cpufreq: ti-cpufreq: Support additional am43xx platformsDave Gerlach-1/+1
2017-09-19cpufreq: dt-platdev: Add some missing platforms to the blacklistViresh Kumar-0/+12
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig-1/+1
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-39/+25
2017-09-04Merge branch 'intel_pstate'Rafael J. Wysocki-300/+20
2017-09-04Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki-3/+16
2017-09-04Merge branch 'pm-cpufreq'Rafael J. Wysocki-224/+189
2017-08-29intel_pstate: convert to use acpi_match_platform_list()Toshi Kani-39/+25
2017-08-29cpufreq: imx6q: Fix imx6sx low frequency supportLeonard Crestez-0/+9
2017-08-29cpufreq: speedstep-lib: make several arrays static, makes code smallerColin Ian King-2/+2
2017-08-25cpufreq: ti: Fix 'of_node_put' being called twice in error handling pathChristophe Jaillet-2/+2
2017-08-25cpufreq: dt-platdev: Drop few entries from whitelistViresh Kumar-11/+0
2017-08-25cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2Viresh Kumar-5/+40
2017-08-25cpufreq: Convert to using %pOF instead of full_nameRob Herring-5/+5
2017-08-22cpufreq: Cap the default transition delay value to 10 msViresh Kumar-2/+13
2017-08-22cpufreq: dbx500: Delete obsolete driverLinus Walleij-113/+0
2017-08-21Merge back intel_pstate material for v4.14.Rafael J. Wysocki-296/+20
2017-08-18cpufreq: enable the DT cpufreq driver on the Ux500Linus Walleij-0/+5
2017-08-18cpufreq: Loongson2: constify platform_device_idArvind Yadav-1/+1
2017-08-18cpufreq: dt: Add r8a7796 support to to use generic cpufreq driverKhiem Nguyen-0/+1
2017-08-18cpufreq: remove setting of policy->cpu in policy->cpus during initSudeep Holla-2/+0
2017-08-11cpufreq: intel_pstate: report correct CPU frequencies during traceDoug Smythies-2/+1
2017-08-10cpufreq: mediatek: add support of cpufreq to MT7622 SoCSean Wang-0/+1
2017-08-10cpufreq: mediatek: add cleanups with the more generic namingSean Wang-13/+13
2017-08-10cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar-3/+4