linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V6 0/6] Add Qualcomm Technologies, Inc. PM8008 regulator driver
@ 2022-02-15  8:53 Satya Priya
  2022-02-15  8:53 ` [PATCH V6 1/6] dt-bindings: regulator: Add pm8008 regulator bindings Satya Priya
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Satya Priya @ 2022-02-15  8:53 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 (6):
  dt-bindings: regulator: Add pm8008 regulator bindings
  dt-bindings: mfd: pm8008: Add regulators node
  mfd: pm8008: Add mfd cell struct to register LDOs
  regulator: Add a regulator driver for the PM8008 PMIC
  arm64: dts: qcom: pm8008: Add base dts file
  arm64: dts: qcom: sc7280: Add pm8008 support for sc7280-idp

 .../devicetree/bindings/mfd/qcom,pm8008.yaml       |  49 ++++-
 .../bindings/regulator/qcom,pm8008-regulator.yaml  |  28 +++
 arch/arm64/boot/dts/qcom/pm8008.dtsi               |  46 +++++
 arch/arm64/boot/dts/qcom/sc7280-idp.dtsi           |  66 +++++++
 drivers/mfd/qcom-pm8008.c                          |  26 ++-
 drivers/regulator/Kconfig                          |   9 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/qcom-pm8008-regulator.c          | 213 +++++++++++++++++++++
 8 files changed, 431 insertions(+), 7 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/qcom,pm8008-regulator.yaml
 create mode 100644 arch/arm64/boot/dts/qcom/pm8008.dtsi
 create mode 100644 drivers/regulator/qcom-pm8008-regulator.c

-- 
2.7.4


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

end of thread, other threads:[~2022-02-16  9:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15  8:53 [PATCH V6 0/6] Add Qualcomm Technologies, Inc. PM8008 regulator driver Satya Priya
2022-02-15  8:53 ` [PATCH V6 1/6] dt-bindings: regulator: Add pm8008 regulator bindings Satya Priya
2022-02-15  8:53 ` [PATCH V6 2/6] dt-bindings: mfd: pm8008: Add regulators node Satya Priya
2022-02-16  2:04   ` Stephen Boyd
2022-02-16  9:49     ` Satya Priya Kakitapalli (Temp)
2022-02-16  4:31   ` Subbaraman Narayanamurthy
2022-02-16  9:50     ` Satya Priya Kakitapalli (Temp)
2022-02-15  8:53 ` [PATCH V6 3/6] mfd: pm8008: Add mfd cell struct to register LDOs Satya Priya
2022-02-15 13:46   ` kernel test robot
2022-02-15 14:18   ` kernel test robot
2022-02-16  2:58   ` Guru Das Srinagesh
2022-02-16  9:49     ` Satya Priya Kakitapalli (Temp)
2022-02-15  8:53 ` [PATCH V6 4/6] regulator: Add a regulator driver for the PM8008 PMIC Satya Priya
2022-02-15  8:53 ` [PATCH V6 5/6] arm64: dts: qcom: pm8008: Add base dts file Satya Priya
2022-02-15  8:53 ` [PATCH V6 6/6] arm64: dts: qcom: sc7280: Add pm8008 support for sc7280-idp Satya Priya

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