mbox series

[0/3] Qcom CPUFreq HW driver cleanups

Message ID 20221102083239.53826-1-manivannan.sadhasivam@linaro.org
Headers show
Series Qcom CPUFreq HW driver cleanups | expand

Message

Manivannan Sadhasivam Nov. 2, 2022, 8:32 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/

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, 8:45 a.m. UTC | #1
On 02-11-22, 14:02, 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/

On what have you rebased it ? This should be based of my cpufreq/arm/linux-next
branch.