summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2019-08-10cpufreq: dev_pm_qos_update_request() can return 1 on successViresh Kumar-1/+1
2019-07-23cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()Wen Yang-14/+9
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki-139/+198
2019-07-16cpufreq: Make cpufreq_generic_init() return voidViresh Kumar-70/+45
2019-07-08cpufreq: imx-cpufreq-dt: Add i.MX8MN supportAnson Huang-1/+2
2019-07-08cpufreq: Add QoS requests for userspace constraintsViresh Kumar-43/+55
2019-07-08cpufreq: intel_pstate: Reuse refresh_frequency_limits()Viresh Kumar-7/+3
2019-07-08cpufreq: Register notifiers with the PM QoS frameworkViresh Kumar-30/+105
2019-07-08Merge branch 'pm-cpufreq'Rafael J. Wysocki-80/+281
2019-06-28cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update()Viresh Kumar-10/+16
2019-06-28cpufreq: Consolidate cpufreq_update_current_freq() and __cpufreq_get()Viresh Kumar-42/+28
2019-06-28cpufreq: Don't skip frequency validation for has_target() driversViresh Kumar-8/+5
2019-06-26cpufreq: Use has_target() instead of !setpolicyViresh Kumar-3/+3
2019-06-26cpufreq: Remove redundant !setpolicy checkViresh Kumar-1/+1
2019-06-26cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stubDaniel Lezcano-4/+2
2019-06-26Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki-11/+225
2019-06-24cpufreq: s5pv210: Don't flood kernel log after cpufreq changePaweł Chmiel-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-148/+35
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner-9/+1
2019-06-17cpufreq: pcc-cpufreq: Fail initialization if driver cannot be registeredDavid Arcari-2/+2
2019-06-13cpufreq: add driver for Raspberry PiNicolas Saenz Julienne-0/+106
2019-06-06cpufreq: Switch imx7d to imx-cpufreq-dt for speed gradingLeonard Crestez-1/+1
2019-06-06cpufreq: imx-cpufreq-dt: Remove global platform match listLeonard Crestez-16/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-10/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 347Thomas Gleixner-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 312Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-19/+2
2019-06-04cpufreq: brcmstb-avs-cpufreq: Fix types for voltage/frequencyFlorian Fainelli-4/+4
2019-06-04cpufreq: brcmstb-avs-cpufreq: Fix initial command checkFlorian Fainelli-2/+2
2019-06-03cpufreq: armada-37xx: Remove set but not used variable 'freq'YueHaibing-3/+1
2019-06-03cpufreq: imx-cpufreq-dt: Fix no OPPs available on unfused partsLeonard Crestez-0/+15
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-18/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner-26/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-50/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner-57/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-27/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118Thomas Gleixner-11/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+4
2019-05-20cpufreq: Add imx-cpufreq-dt driverLeonard Crestez-0/+109
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd-0/+1
2019-05-15Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-60/+80
2019-05-13cpufreq: Don't find governor for setpolicy drivers in cpufreq_init_policy()Yue Hu-51/+65
2019-05-13cpufreq: Explain the kobject_put() in cpufreq_policy_alloc()Rafael J. Wysocki-0/+5
2019-05-10cpufreq: Call transition notifier only once for each policyViresh Kumar-9/+10
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2019-04-30cpufreq: Fix kobject memleakViresh Kumar-0/+3
2019-04-30Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki-18/+38