linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V8 0/7] Add Qualcomm Technologies, Inc. PM8008 regulator driver
@ 2022-03-25 11:58 Satya Priya
  2022-03-25 11:58 ` [PATCH V8 1/7] dt-bindings: mfd: pm8008: Modify the compatible as per driver Satya Priya
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Satya Priya @ 2022-03-25 11:58 UTC (permalink / raw)
  To: Bjorn Andersson, Rob Herring
  Cc: Lee Jones, Liam Girdwood, Mark Brown, Das Srinagesh,
	linux-arm-msm, devicetree, linux-kernel, swboyd, quic_collinsd,
	quic_subbaram, quic_jprakash, Satya Priya

Satya Priya (7):
  dt-bindings: mfd: pm8008: Modify the compatible as per driver
  dt-bindings: mfd: pm8008: Add pm8008 regulator bindings
  mfd: pm8008: Add mfd cell struct to register LDOs
  regulator: Add a regulator driver for the PM8008 PMIC
  arm64: dts: qcom: pm8008-infra: Add base dts file for pm8008 infra
  arm64: dts: qcom: pm8008-regulators: Add base dts file for pm8008
    regulators
  arm64: dts: qcom: sc7280: Add pm8008 support for sc7280-idp

 .../bindings/mfd/qcom,pm8008-regulators.yaml       |  87 +++++++++
 .../devicetree/bindings/mfd/qcom,pm8008.yaml       |  15 +-
 arch/arm64/boot/dts/qcom/pm8008-infra.dtsi         |   9 +
 arch/arm64/boot/dts/qcom/pm8008-regulators.dtsi    |  37 ++++
 arch/arm64/boot/dts/qcom/sc7280-idp.dtsi           |  70 +++++++
 drivers/mfd/qcom-pm8008.c                          |  94 +++++++++-
 drivers/regulator/Kconfig                          |   9 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/qcom-pm8008-regulator.c          | 205 +++++++++++++++++++++
 9 files changed, 513 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mfd/qcom,pm8008-regulators.yaml
 create mode 100644 arch/arm64/boot/dts/qcom/pm8008-infra.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pm8008-regulators.dtsi
 create mode 100644 drivers/regulator/qcom-pm8008-regulator.c

-- 
2.7.4


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

end of thread, other threads:[~2022-04-04 12:53 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25 11:58 [PATCH V8 0/7] Add Qualcomm Technologies, Inc. PM8008 regulator driver Satya Priya
2022-03-25 11:58 ` [PATCH V8 1/7] dt-bindings: mfd: pm8008: Modify the compatible as per driver Satya Priya
2022-03-25 18:02   ` Stephen Boyd
2022-03-30 10:55     ` Satya Priya Kakitapalli (Temp)
2022-03-31 21:15       ` Stephen Boyd
2022-04-04 12:53         ` Satya Priya Kakitapalli (Temp)
2022-03-25 11:58 ` [PATCH V8 2/7] dt-bindings: mfd: pm8008: Add pm8008 regulator bindings Satya Priya
2022-03-25 18:08   ` Stephen Boyd
2022-03-30 10:56     ` Satya Priya Kakitapalli (Temp)
2022-03-25 11:58 ` [PATCH V8 3/7] mfd: pm8008: Add mfd cell struct to register LDOs Satya Priya
2022-03-25 11:58 ` [PATCH V8 4/7] regulator: Add a regulator driver for the PM8008 PMIC Satya Priya
2022-03-25 11:58 ` [PATCH V8 5/7] arm64: dts: qcom: pm8008-infra: Add base dts file for pm8008 infra Satya Priya
2022-03-25 11:58 ` [PATCH V8 6/7] arm64: dts: qcom: pm8008-regulators: Add base dts file for pm8008 regulators Satya Priya
2022-03-25 17:43   ` Stephen Boyd
2022-03-30 10:36     ` Satya Priya Kakitapalli (Temp)
2022-03-25 11:58 ` [PATCH V8 7/7] arm64: dts: qcom: sc7280: Add pm8008 support for sc7280-idp Satya Priya
2022-03-25 17:48   ` Stephen Boyd
2022-03-30 10:44     ` Satya Priya Kakitapalli (Temp)
2022-03-31 21:18       ` Stephen Boyd
2022-04-01 10:48         ` Satya Priya Kakitapalli (Temp)
2022-04-01 18:48           ` Stephen Boyd

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).