aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/qcom-cpufreq-hw.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-23cpufreq: qcom-cpufreq-hw: add support for 4 freq domainsGravatar Neil Armstrong 1-1/+1
2023-07-20cpufreq: qcom-cpufreq-hw: Convert to platform remove callback returning voidGravatar Yangtao Li 1-4/+2
2023-06-26cpufreq: qcom-cpufreq-hw: Use dev_err_probe() when failing to get icc pathsGravatar Andrew Halaney 1-1/+1
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2023-04-13cpufreq: Adjust includes to remove of_device.hGravatar Rob Herring 1-2/+2
2023-03-30cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qosGravatar Bjorn Andersson 1-14/+0
2023-03-30cpufreq: qcom-cpufreq-hw: fix double IO unmap and resource release on exitGravatar Krzysztof Kozlowski 1-9/+2
2023-03-13cpufreq: qcom-hw: Simplify counting frequency domainsGravatar Konrad Dybcio 1-23/+6
2023-02-14Merge back cpufreq material for 6.3-rc1.Gravatar Rafael J. Wysocki 1-1/+3
2023-02-14cpufreq: qcom-hw: Add missing null pointer checkGravatar Manivannan Sadhasivam 1-0/+2
2023-02-09cpufreq: Make cpufreq_unregister_driver() return voidGravatar Uwe Kleine-König 1-1/+3
2023-02-06Merge tag 'cpufreq-arm-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Rafael J. Wysocki 1-11/+13
2023-02-06cpufreq: qcom-hw: Fix cpufreq_driver->get() for non-LMH systemsGravatar Douglas Anderson 1-11/+13
2022-12-27cpufreq: qcom-hw: Fix reading "reg" with address/size-cells != 2Gravatar Konrad Dybcio 1-2/+20
2022-11-24cpufreq: qcom-hw: Add CPU clock provider supportGravatar Manivannan Sadhasivam 1-0/+46
2022-11-21cpufreq: qcom-hw: Fix the frequency returned by cpufreq_driver->get()Gravatar Manivannan Sadhasivam 1-13/+29
2022-11-09cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()Gravatar Chen Hui 1-0/+1
2022-11-02cpufreq: qcom-hw: Move soc_data to struct qcom_cpufreqGravatar Manivannan Sadhasivam 1-13/+14
2022-11-02cpufreq: qcom-hw: Use cached dev pointer in probe()Gravatar Manivannan Sadhasivam 1-7/+8
2022-11-02cpufreq: qcom-hw: Allocate qcom_cpufreq_data during probeGravatar Manivannan Sadhasivam 1-49/+37
2022-11-02cpufreq: qcom-hw: Remove un-necessary cpumask_empty() checkGravatar Manivannan Sadhasivam 1-5/+0
2022-09-26cpufreq: qcom-cpufreq-hw: Add cpufreq qos for LMhGravatar Xuewen Yan 1-0/+14
2022-09-21cpufreq: qcom-cpufreq-hw: Fix uninitialized throttled_freq warningGravatar Viresh Kumar 1-5/+5
2022-07-13cpufreq: qcom-hw: Remove deprecated irq_set_affinity_hint() callGravatar Pierre Gondois 1-3/+3
2022-07-13cpufreq: qcom-hw: Disable LMH irq when disabling policyGravatar Pierre Gondois 1-0/+1
2022-07-13cpufreq: qcom-hw: Reset cancel_throttle when policy is re-enabledGravatar Pierre Gondois 1-0/+4
2022-07-13cpufreq: qcom-cpufreq-hw: use HZ_PER_KHZ macro in units.hGravatar Yicong Yang 1-2/+1
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