mbox series

[v2,0/3] Qcom CPUFreq HW driver cleanups

Message ID 20221102090038.64541-1-manivannan.sadhasivam@linaro.org (mailing list archive)
Headers show
Series Qcom CPUFreq HW driver cleanups | expand

Message

Manivannan Sadhasivam Nov. 2, 2022, 9 a.m. UTC
Hello,

This series contains cleanup patches targeting the Qcom CPUFreq HW driver.
This is a spun off of the clock provier series [1].

Thanks,
Mani

[1] https://lore.kernel.org/lkml/20221025073254.1564622-2-manivannan.sadhasivam@linaro.org/T/

Changes in v2:

* Rebased on top of cpufreq/arm/linux-next branch

Manivannan Sadhasivam (3):
  cpufreq: qcom-hw: Allocate qcom_cpufreq_data during probe
  cpufreq: qcom-hw: Use cached dev pointer in probe()
  cpufreq: qcom-hw: Move soc_data to struct qcom_cpufreq

 drivers/cpufreq/qcom-cpufreq-hw.c | 118 ++++++++++++++----------------
 1 file changed, 54 insertions(+), 64 deletions(-)

Comments

Viresh Kumar Nov. 2, 2022, 9:05 a.m. UTC | #1
On 02-11-22, 14:30, Manivannan Sadhasivam wrote:
> Hello,
> 
> This series contains cleanup patches targeting the Qcom CPUFreq HW driver.
> This is a spun off of the clock provier series [1].
> 
> Thanks,
> Mani
> 
> [1] https://lore.kernel.org/lkml/20221025073254.1564622-2-manivannan.sadhasivam@linaro.org/T/
> 
> Changes in v2:
> 
> * Rebased on top of cpufreq/arm/linux-next branch

Applied. Thanks.