summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/qcom-cpufreq-hw.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: qcom-hw: Use optional irq APIStephen Boyd2021-12-031-3/+5
* cpufreq: qcom-hw: Set CPU affinity of dcvsh interruptsVladimir Zapolskiy2021-11-251-0/+5
* cpufreq: qcom-hw: Fix probable nested interrupt handlingVladimir Zapolskiy2021-11-251-2/+2
* cpufreq: qcom-cpufreq-hw: Avoid stack buffer for IRQ nameArd Biesheuvel2021-11-251-4/+4
* cpufreq: qcom-cpufreq-hw: Use new thermal pressure update functionLukasz Luba2021-11-231-12/+3
* cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressureLukasz Luba2021-11-231-1/+2
* cpufreq: qcom-hw: Set dvfs_possible_from_any_cpu cpufreq driver flagTaniya Das2021-08-301-0/+1
* cpufreq: qcom-cpufreq-hw: Add dcvs interrupt supportThara Gopinath2021-08-301-0/+147
* cpufreq: qcom-cpufreq-hw: Use .register_em() to register with energy modelViresh Kumar2021-08-121-2/+1
* cpufreq: qcom-hw: Fix return value check in qcom_cpufreq_hw_cpu_init()Wei Yongjun2021-03-081-2/+2
* cpufreq: qcom-hw: fix dereferencing freed memory 'data'Shawn Guo2021-03-081-1/+1
*-. Merge branches 'pm-cpufreq' and 'pm-opp'Rafael J. Wysocki2021-02-231-8/+32
|\ \
| * \ Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-02-181-8/+32
| |\ \
| | * | cpufreq: qcom-hw: drop devm_xxx() calls from init/exit hooksShawn Guo2021-02-181-8/+32
* | | | Merge branch 'pm-opp' into pmRafael J. Wysocki2021-02-151-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | cpufreq: qcom: Migrate to dev_pm_opp_set_opp()Viresh Kumar2021-02-021-1/+1
* | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-02-081-0/+6
|\ \ \ | | |/ | |/|
| * | cpufreq: qcom-hw: enable boost supportShawn Guo2021-01-181-0/+6
| |/
* / cpufreq: Remove CPUFREQ_STICKY flagViresh Kumar2021-02-041-1/+1
|/
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-10-061-46/+89
|\
| * cpufreq: qcom: Don't add frequencies without an OPPMatthias Kaehlcke2020-09-161-6/+15
| * cpufreq: qcom-hw: Add cpufreq support for SM8250 SoCManivannan Sadhasivam2020-09-161-0/+9
| * cpufreq: qcom-hw: Use of_device_get_match_data for offsets and row sizeManivannan Sadhasivam2020-09-161-30/+59
| * cpufreq: qcom-hw: Use devm_platform_ioremap_resource() to simplify codeManivannan Sadhasivam2020-09-161-8/+3
| * cpufreq: qcom-hw: Make use of cpufreq driver_data for passing pdevManivannan Sadhasivam2020-09-161-5/+6
* | cpufreq: move invariance setter calls in cpufreq coreIonela Voinescu2020-09-181-8/+1
|/
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-08-041-8/+83
|\
| * cpufreq: cached_resolved_idx can not be negativeViresh Kumar2020-07-301-4/+1
| * cpufreq: qcom: Disable fast switch when scaling DDR/L3Sibi Sankar2020-07-301-2/+1
| * cpufreq: qcom: Update the bandwidth levels on frequency changeSibi Sankar2020-07-301-2/+81
* | OPP: refactor dev_pm_opp_of_register_em() and update related driversLukasz Luba2020-06-241-1/+1
|/
* cpufreq: qcom-hw: Move driver initialization earlierAmit Kucheria2019-11-071-1/+1
* cpufreq: qcom-hw: invoke frequency-invariance setter functionDouglas RAILLARD2019-08-221-1/+9
* cpufreq: qcom-hw: Update logic to detect turbo frequencySibi Sankar2019-08-221-7/+6
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2019-02-131-10/+40
|\
| * cpufreq: qcom-hw: Register an Energy ModelMatthias Kaehlcke2019-02-081-0/+2
| * cpufreq: qcom: Read voltage LUT and populate OPPTaniya Das2019-02-081-9/+37
| * cpufreq: qcom-hw: Move to device_initcallAmit Kucheria2019-02-081-1/+1
* | cpufreq: qcom-hw: Register as a cpufreq cooling deviceAmit Kucheria2019-01-301-1/+2
|/
* cpufreq: qcom-hw: Add support for QCOM cpufreq HW driverTaniya Das2018-12-181-0/+308