aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/qcom-cpufreq-hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-08cpufreq: qcom-hw: Fix return value check in qcom_cpufreq_hw_cpu_init()Wei Yongjun1-2/+2
2021-03-08cpufreq: qcom-hw: fix dereferencing freed memory 'data'Shawn Guo1-1/+1
2021-02-23Merge branches 'pm-cpufreq' and 'pm-opp'Rafael J. Wysocki1-8/+32
2021-02-18Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-8/+32
2021-02-18cpufreq: qcom-hw: drop devm_xxx() calls from init/exit hooksShawn Guo1-8/+32
2021-02-15Merge branch 'pm-opp' into pmRafael J. Wysocki1-1/+1
2021-02-08Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-0/+6
2021-02-04cpufreq: Remove CPUFREQ_STICKY flagViresh Kumar1-1/+1
2021-02-02cpufreq: qcom: Migrate to dev_pm_opp_set_opp()Viresh Kumar1-1/+1
2021-01-18cpufreq: qcom-hw: enable boost supportShawn Guo1-0/+6
2020-10-06Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-46/+89
2020-09-18cpufreq: move invariance setter calls in cpufreq coreIonela Voinescu1-8/+1
2020-09-16cpufreq: qcom: Don't add frequencies without an OPPMatthias Kaehlcke1-6/+15
2020-09-16cpufreq: qcom-hw: Add cpufreq support for SM8250 SoCManivannan Sadhasivam1-0/+9
2020-09-16cpufreq: qcom-hw: Use of_device_get_match_data for offsets and row sizeManivannan Sadhasivam1-30/+59
2020-09-16cpufreq: qcom-hw: Use devm_platform_ioremap_resource() to simplify codeManivannan Sadhasivam1-8/+3
2020-09-16cpufreq: qcom-hw: Make use of cpufreq driver_data for passing pdevManivannan Sadhasivam1-5/+6
2020-08-04Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-8/+83
2020-07-30cpufreq: cached_resolved_idx can not be negativeViresh Kumar1-4/+1
2020-07-30cpufreq: qcom: Disable fast switch when scaling DDR/L3Sibi Sankar1-2/+1
2020-07-30cpufreq: qcom: Update the bandwidth levels on frequency changeSibi Sankar1-2/+81
2020-06-24OPP: refactor dev_pm_opp_of_register_em() and update related driversLukasz Luba1-1/+1
2019-11-07cpufreq: qcom-hw: Move driver initialization earlierAmit Kucheria1-1/+1
2019-08-22cpufreq: qcom-hw: invoke frequency-invariance setter functionDouglas RAILLARD1-1/+9
2019-08-22cpufreq: qcom-hw: Update logic to detect turbo frequencySibi Sankar1-7/+6
2019-02-13Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm into pm-cpufreqRafael J. Wysocki1-10/+40
2019-02-08cpufreq: qcom-hw: Register an Energy ModelMatthias Kaehlcke1-0/+2
2019-02-08cpufreq: qcom: Read voltage LUT and populate OPPTaniya Das1-9/+37
2019-02-08cpufreq: qcom-hw: Move to device_initcallAmit Kucheria1-1/+1
2019-01-30cpufreq: qcom-hw: Register as a cpufreq cooling deviceAmit Kucheria1-1/+2
2018-12-18cpufreq: qcom-hw: Add support for QCOM cpufreq HW driverTaniya Das1-0/+308