summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/qcom-cpufreq-hw.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: qcom-cpufreq-hw: add support for 4 freq domainsNeil Armstrong2023-08-231-1/+1
* cpufreq: qcom-cpufreq-hw: Convert to platform remove callback returning voidYangtao Li2023-07-201-4/+2
* cpufreq: qcom-cpufreq-hw: Use dev_err_probe() when failing to get icc pathsAndrew Halaney2023-06-261-1/+1
* Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-2/+2
|\
| * cpufreq: Adjust includes to remove of_device.hRob Herring2023-04-131-2/+2
* | cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qosBjorn Andersson2023-03-301-14/+0
* | cpufreq: qcom-cpufreq-hw: fix double IO unmap and resource release on exitKrzysztof Kozlowski2023-03-301-9/+2
* | cpufreq: qcom-hw: Simplify counting frequency domainsKonrad Dybcio2023-03-131-23/+6
|/
* Merge back cpufreq material for 6.3-rc1.Rafael J. Wysocki2023-02-141-1/+3
|\
| * cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König2023-02-091-1/+3
* | cpufreq: qcom-hw: Add missing null pointer checkManivannan Sadhasivam2023-02-141-0/+2
|/
* Merge tag 'cpufreq-arm-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2023-02-061-11/+13
|\
| * cpufreq: qcom-hw: Fix cpufreq_driver->get() for non-LMH systemsDouglas Anderson2023-02-061-11/+13
* | cpufreq: qcom-hw: Fix reading "reg" with address/size-cells != 2Konrad Dybcio2022-12-271-2/+20
|/
* cpufreq: qcom-hw: Add CPU clock provider supportManivannan Sadhasivam2022-11-241-0/+46
* cpufreq: qcom-hw: Fix the frequency returned by cpufreq_driver->get()Manivannan Sadhasivam2022-11-211-13/+29
* cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()Chen Hui2022-11-091-0/+1
* cpufreq: qcom-hw: Move soc_data to struct qcom_cpufreqManivannan Sadhasivam2022-11-021-13/+14
* cpufreq: qcom-hw: Use cached dev pointer in probe()Manivannan Sadhasivam2022-11-021-7/+8
* cpufreq: qcom-hw: Allocate qcom_cpufreq_data during probeManivannan Sadhasivam2022-11-021-49/+37
* cpufreq: qcom-hw: Remove un-necessary cpumask_empty() checkManivannan Sadhasivam2022-11-021-5/+0
* cpufreq: qcom-cpufreq-hw: Add cpufreq qos for LMhXuewen Yan2022-09-261-0/+14
* cpufreq: qcom-cpufreq-hw: Fix uninitialized throttled_freq warningViresh Kumar2022-09-211-5/+5
* cpufreq: qcom-hw: Remove deprecated irq_set_affinity_hint() callPierre Gondois2022-07-131-3/+3
* cpufreq: qcom-hw: Disable LMH irq when disabling policyPierre Gondois2022-07-131-0/+1
* cpufreq: qcom-hw: Reset cancel_throttle when policy is re-enabledPierre Gondois2022-07-131-0/+4
* cpufreq: qcom-cpufreq-hw: use HZ_PER_KHZ macro in units.hYicong Yang2022-07-131-2/+1
* cpufreq: qcom-hw: Don't do lmh things without a throttle interruptStephen Boyd2022-06-281-0/+6
* cpufreq: qcom-cpufreq-hw: Clear dcvs interruptsVladimir Zapolskiy2022-04-261-0/+8
* cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platformsVladimir Zapolskiy2022-04-041-6/+11
* cpufreq: qcom-hw: provide online/offline operationsDmitry Baryshkov2022-04-041-2/+26
* cpufreq: qcom-hw: fix the opp entries refcountingDmitry Baryshkov2022-04-041-4/+10
* cpufreq: qcom-hw: fix the race between LMH worker and cpuhpDmitry Baryshkov2022-04-041-1/+1
* cpufreq: qcom-hw: drop affinity hint before freeing the IRQDmitry Baryshkov2022-04-041-0/+1
* cpufreq: qcom-hw: Add support for per-core-dcvsBjorn Andersson2022-02-241-0/+18
* cpufreq: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-02-091-1/+1
* cpufreq: qcom-hw: Delay enabling throttle_irqBjorn Andersson2022-02-091-1/+10
* 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
| |\ \