aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/qcom-cpufreq-hw.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-28cpufreq: qcom-hw: Don't do lmh things without a throttle interruptGravatar Stephen Boyd 1-0/+6
2022-04-26cpufreq: qcom-cpufreq-hw: Clear dcvs interruptsGravatar Vladimir Zapolskiy 1-0/+8
2022-04-04cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platformsGravatar Vladimir Zapolskiy 1-6/+11
2022-04-04cpufreq: qcom-hw: provide online/offline operationsGravatar Dmitry Baryshkov 1-2/+26
2022-04-04cpufreq: qcom-hw: fix the opp entries refcountingGravatar Dmitry Baryshkov 1-4/+10
2022-04-04cpufreq: qcom-hw: fix the race between LMH worker and cpuhpGravatar Dmitry Baryshkov 1-1/+1
2022-04-04cpufreq: qcom-hw: drop affinity hint before freeing the IRQGravatar Dmitry Baryshkov 1-0/+1
2022-02-24cpufreq: qcom-hw: Add support for per-core-dcvsGravatar Bjorn Andersson 1-0/+18
2022-02-09cpufreq: replace cpumask_weight with cpumask_empty where appropriateGravatar Yury Norov 1-1/+1
2022-02-09cpufreq: qcom-hw: Delay enabling throttle_irqGravatar Bjorn Andersson 1-1/+10
2021-12-03cpufreq: qcom-hw: Use optional irq APIGravatar Stephen Boyd 1-3/+5
2021-11-25cpufreq: qcom-hw: Set CPU affinity of dcvsh interruptsGravatar Vladimir Zapolskiy 1-0/+5
2021-11-25cpufreq: qcom-hw: Fix probable nested interrupt handlingGravatar Vladimir Zapolskiy 1-2/+2
2021-11-25cpufreq: qcom-cpufreq-hw: Avoid stack buffer for IRQ nameGravatar Ard Biesheuvel 1-4/+4
2021-11-23cpufreq: qcom-cpufreq-hw: Use new thermal pressure update functionGravatar Lukasz Luba 1-12/+3
2021-11-23cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressureGravatar Lukasz Luba 1-1/+2
2021-08-30cpufreq: qcom-hw: Set dvfs_possible_from_any_cpu cpufreq driver flagGravatar Taniya Das 1-0/+1
2021-08-30cpufreq: qcom-cpufreq-hw: Add dcvs interrupt supportGravatar Thara Gopinath 1-0/+147
2021-08-12cpufreq: qcom-cpufreq-hw: Use .register_em() to register with energy modelGravatar Viresh Kumar 1-2/+1
2021-03-08cpufreq: qcom-hw: Fix return value check in qcom_cpufreq_hw_cpu_init()Gravatar Wei Yongjun 1-2/+2
2021-03-08cpufreq: qcom-hw: fix dereferencing freed memory 'data'Gravatar Shawn Guo 1-1/+1
2021-02-23Merge branches 'pm-cpufreq' and 'pm-opp'Gravatar Rafael J. Wysocki 1-8/+32
2021-02-18Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Gravatar Rafael J. Wysocki 1-8/+32
2021-02-18cpufreq: qcom-hw: drop devm_xxx() calls from init/exit hooksGravatar Shawn Guo 1-8/+32
2021-02-15Merge branch 'pm-opp' into pmGravatar Rafael J. Wysocki 1-1/+1
2021-02-08Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Gravatar Rafael J. Wysocki 1-0/+6
2021-02-04cpufreq: Remove CPUFREQ_STICKY flagGravatar Viresh Kumar 1-1/+1
2021-02-02cpufreq: qcom: Migrate to dev_pm_opp_set_opp()Gravatar Viresh Kumar 1-1/+1
2021-01-18cpufreq: qcom-hw: enable boost supportGravatar Shawn Guo 1-0/+6
2020-10-06Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Gravatar Rafael J. Wysocki 1-46/+89
2020-09-18cpufreq: move invariance setter calls in cpufreq coreGravatar Ionela Voinescu 1-8/+1
2020-09-16cpufreq: qcom: Don't add frequencies without an OPPGravatar Matthias Kaehlcke 1-6/+15
2020-09-16cpufreq: qcom-hw: Add cpufreq support for SM8250 SoCGravatar Manivannan Sadhasivam 1-0/+9
2020-09-16cpufreq: qcom-hw: Use of_device_get_match_data for offsets and row sizeGravatar Manivannan Sadhasivam 1-30/+59
2020-09-16cpufreq: qcom-hw: Use devm_platform_ioremap_resource() to simplify codeGravatar Manivannan Sadhasivam 1-8/+3
2020-09-16cpufreq: qcom-hw: Make use of cpufreq driver_data for passing pdevGravatar Manivannan Sadhasivam 1-5/+6
2020-08-04Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Gravatar Rafael J. Wysocki 1-8/+83
2020-07-30cpufreq: cached_resolved_idx can not be negativeGravatar Viresh Kumar 1-4/+1
2020-07-30cpufreq: qcom: Disable fast switch when scaling DDR/L3Gravatar Sibi Sankar 1-2/+1
2020-07-30cpufreq: qcom: Update the bandwidth levels on frequency changeGravatar Sibi Sankar 1-2/+81
2020-06-24OPP: refactor dev_pm_opp_of_register_em() and update related driversGravatar Lukasz Luba 1-1/+1
2019-11-07cpufreq: qcom-hw: Move driver initialization earlierGravatar Amit Kucheria 1-1/+1
2019-08-22cpufreq: qcom-hw: invoke frequency-invariance setter functionGravatar Douglas RAILLARD 1-1/+9
2019-08-22cpufreq: qcom-hw: Update logic to detect turbo frequencyGravatar Sibi Sankar 1-7/+6
2019-02-13Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Gravatar Rafael J. Wysocki 1-10/+40
2019-02-08cpufreq: qcom-hw: Register an Energy ModelGravatar Matthias Kaehlcke 1-0/+2
2019-02-08cpufreq: qcom: Read voltage LUT and populate OPPGravatar Taniya Das 1-9/+37
2019-02-08cpufreq: qcom-hw: Move to device_initcallGravatar Amit Kucheria 1-1/+1
2019-01-30cpufreq: qcom-hw: Register as a cpufreq cooling deviceGravatar Amit Kucheria 1-1/+2
2018-12-18cpufreq: qcom-hw: Add support for QCOM cpufreq HW driverGravatar Taniya Das 1-0/+308