devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add CPUFreq support for SM8250 SoC
@ 2020-09-15  7:24 Manivannan Sadhasivam
  2020-09-15  7:24 ` [PATCH v2 1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Document Qcom EPSS compatible Manivannan Sadhasivam
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Manivannan Sadhasivam @ 2020-09-15  7:24 UTC (permalink / raw)
  To: rjw, viresh.kumar, robh+dt, agross, bjorn.andersson
  Cc: amitk, linux-pm, devicetree, linux-kernel, linux-arm-msm,
	dmitry.baryshkov, tdas, Manivannan Sadhasivam

Hello,

This series adds CPUFreq support for Qualcomm SM8250 SoC. The existing
qcom-hw driver is reworked to support the EPSS block on this SoC which
handles the CPUFreq duties.

The EPSS block supports additional features for which incremental patches
will be submitted on top of this series!

Thanks,
Mani

Changes in v2:

* Dropped the regmap conversion patch
* Used "qcom,cpufreq-epss" compatible and "epss_soc_data" for dev data
* Switched to "of_device_get_match_data" API
* Collected reviews from Amit, Viresh and Bjorn
* Dropped patch [3/7] which got applied by Viresh

Bjorn Andersson (1):
  arm64: dts: qcom: sm8250: Add cpufreq hw node

Manivannan Sadhasivam (4):
  dt-bindings: cpufreq: cpufreq-qcom-hw: Document Qcom EPSS compatible
  cpufreq: qcom-hw: Use devm_platform_ioremap_resource() to simplify
    code
  cpufreq: qcom-hw: Use of_device_get_match_data for offsets and row
    size
  cpufreq: qcom-hw: Add cpufreq support for SM8250 SoC

 .../bindings/cpufreq/cpufreq-qcom-hw.txt      |   2 +-
 arch/arm64/boot/dts/qcom/sm8250.dtsi          |  22 ++++
 drivers/cpufreq/qcom-cpufreq-hw.c             | 107 ++++++++++++------
 3 files changed, 93 insertions(+), 38 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-09-16  7:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-15  7:24 [PATCH v2 0/5] Add CPUFreq support for SM8250 SoC Manivannan Sadhasivam
2020-09-15  7:24 ` [PATCH v2 1/5] dt-bindings: cpufreq: cpufreq-qcom-hw: Document Qcom EPSS compatible Manivannan Sadhasivam
2020-09-15  7:24 ` [PATCH v2 2/5] arm64: dts: qcom: sm8250: Add cpufreq hw node Manivannan Sadhasivam
2020-09-15  7:24 ` [PATCH v2 3/5] cpufreq: qcom-hw: Use devm_platform_ioremap_resource() to simplify code Manivannan Sadhasivam
2020-09-15  7:24 ` [PATCH v2 4/5] cpufreq: qcom-hw: Use of_device_get_match_data for offsets and row size Manivannan Sadhasivam
2020-09-15 15:21   ` Bjorn Andersson
2020-09-15  7:24 ` [PATCH v2 5/5] cpufreq: qcom-hw: Add cpufreq support for SM8250 SoC Manivannan Sadhasivam
2020-09-16  7:10 ` [PATCH v2 0/5] Add CPUFreq " Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).