Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH V4 0/5] Add regulator support for IPQ9574 SoC
@ 2023-04-07 15:57 Devi Priya
  2023-04-07 15:57 ` [PATCH V4 1/5] regulator: qcom_smd: Add s1 sub-node to mp5496 regulator Devi Priya
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Devi Priya @ 2023-04-07 15:57 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, lgirdwood, broonie, robh+dt,
	krzysztof.kozlowski+dt, linux-arm-msm, linux-kernel, devicetree
  Cc: quic_srichara, quic_gokulsri, quic_sjaganat, quic_kathirav,
	quic_arajkuma, quic_anusha

IPQ9574 SoC uses the PMIC MP5496 and SMPA1 regulator for APSS voltage scaling.
This patch series adds support for the same and also enables the RPM 
communication over the RPMSG framework.

DTS patch depends on the below series
https://lore.kernel.org/linux-arm-msm/20230406061314.10916-1-quic_devipriy@quicinc.com/

[V4]:
	- Detailed change logs are added to the respective patches
[V3]:
	https://lore.kernel.org/linux-arm-msm/20230406070032.22243-1-quic_devipriy@quicinc.com/
	- Dropped PATCH [1/6] dt-bindings: soc: qcom: smd-rpm: Add IPQ9574 compatible
	  as it is available in linux-next/master
	- Dropped PATCH [4/6] regulator: qcom_smd: Add support to define the bootup voltage
	  and updated the nominal voltage in the Board DT as discussed
	- Splitted the board DT changes to a separate patch as suggested
	- Detailed change logs are added to the respective patches
[V2]:
	https://lore.kernel.org/linux-arm-msm/20230217142030.16012-1-quic_devipriy@quicinc.com/
	- Reordered the patches to have the bindings and driver changes
	  in place before the device tree support
	- Dropped the 'soc: qcom: smd-rpm: Add IPQ9574 compatible' since
	  it is already part of the linux-next/master
	- Detailed change log is added to the respective patches
[V1]:
	https://lore.kernel.org/linux-arm-msm/20230113150310.29709-1-quic_devipriy@quicinc.com/

Devi Priya (5):
  regulator: qcom_smd: Add s1 sub-node to mp5496 regulator
  regulator: qcom_smd: Add MP5496 S1 regulator
  arm64: dts: qcom: ipq9574: Add RPM related nodes
  arm64: dts: qcom: ipq9574: Add SMPA1 regulator node
  arm64: dts: qcom: ipq9574: Add cpufreq support

 .../regulator/qcom,smd-rpm-regulator.yaml     |  2 +-
 arch/arm64/boot/dts/qcom/ipq9574-rdp433.dts   | 19 +++++
 arch/arm64/boot/dts/qcom/ipq9574.dtsi         | 75 +++++++++++++++++++
 drivers/regulator/qcom_smd-regulator.c        |  5 +-
 4 files changed, 98 insertions(+), 3 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-05-26 19:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-07 15:57 [PATCH V4 0/5] Add regulator support for IPQ9574 SoC Devi Priya
2023-04-07 15:57 ` [PATCH V4 1/5] regulator: qcom_smd: Add s1 sub-node to mp5496 regulator Devi Priya
2023-04-07 15:57 ` [PATCH V4 2/5] regulator: qcom_smd: Add MP5496 S1 regulator Devi Priya
2023-04-07 19:36   ` Konrad Dybcio
2023-04-07 15:57 ` [PATCH V4 3/5] arm64: dts: qcom: ipq9574: Add RPM related nodes Devi Priya
2023-04-07 15:57 ` [PATCH V4 4/5] arm64: dts: qcom: ipq9574: Add SMPA1 regulator node Devi Priya
2023-04-07 19:37   ` Konrad Dybcio
2023-04-07 15:57 ` [PATCH V4 5/5] arm64: dts: qcom: ipq9574: Add cpufreq support Devi Priya
2023-04-11 14:40 ` (subset) [PATCH V4 0/5] Add regulator support for IPQ9574 SoC Mark Brown
2023-05-26 19:38 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox