linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V12 0/9] Add Qualcomm Technologies, Inc. PM8008 regulator driver
@ 2022-05-11 13:18 Satya Priya
  2022-05-11 13:18 ` [PATCH V12 1/9] dt-bindings: mfd: pm8008: Add reset-gpios Satya Priya
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Satya Priya @ 2022-05-11 13:18 UTC (permalink / raw)
  To: Bjorn Andersson, Rob Herring
  Cc: Lee Jones, Liam Girdwood, Mark Brown, linux-arm-msm, devicetree,
	linux-kernel, swboyd, quic_collinsd, quic_subbaram,
	quic_jprakash, Satya Priya

Satya Priya (9):
  dt-bindings: mfd: pm8008: Add reset-gpios
  dt-bindings: mfd: pm8008: Change the address cells
  dt-bindings: mfd: pm8008: Add regulators for pm8008
  mfd: pm8008: Add reset-gpios
  mfd: pm8008: Remove the regmap member from pm8008_data struct
  mfd: pm8008: Use i2c_new_dummy_device() API
  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       |  69 ++++++-
 arch/arm64/boot/dts/qcom/pm8008.dtsi               |  54 +++++
 arch/arm64/boot/dts/qcom/sc7280-idp.dtsi           |  66 ++++++
 drivers/mfd/qcom-pm8008.c                          |  60 ++++--
 drivers/regulator/Kconfig                          |   9 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/qcom-pm8008-regulator.c          | 221 +++++++++++++++++++++
 include/linux/mfd/qcom_pm8008.h                    |   8 +
 8 files changed, 470 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/pm8008.dtsi
 create mode 100644 drivers/regulator/qcom-pm8008-regulator.c
 create mode 100644 include/linux/mfd/qcom_pm8008.h

-- 
2.7.4


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

end of thread, other threads:[~2022-05-19 12:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-11 13:18 [PATCH V12 0/9] Add Qualcomm Technologies, Inc. PM8008 regulator driver Satya Priya
2022-05-11 13:18 ` [PATCH V12 1/9] dt-bindings: mfd: pm8008: Add reset-gpios Satya Priya
2022-05-11 13:18 ` [PATCH V12 2/9] dt-bindings: mfd: pm8008: Change the address cells Satya Priya
2022-05-17 17:54   ` Rob Herring
2022-05-11 13:18 ` [PATCH V12 3/9] dt-bindings: mfd: pm8008: Add regulators for pm8008 Satya Priya
2022-05-17 17:55   ` Rob Herring
2022-05-11 13:18 ` [PATCH V12 4/9] mfd: pm8008: Add reset-gpios Satya Priya
2022-05-11 13:18 ` [PATCH V12 5/9] mfd: pm8008: Remove the regmap member from pm8008_data struct Satya Priya
2022-05-11 13:18 ` [PATCH V12 6/9] mfd: pm8008: Use i2c_new_dummy_device() API Satya Priya
2022-05-16 18:56   ` Stephen Boyd
2022-05-11 13:18 ` [PATCH V12 7/9] regulator: Add a regulator driver for the PM8008 PMIC Satya Priya
2022-05-16 12:12   ` Dan Carpenter
2022-05-16 19:03   ` Stephen Boyd
2022-05-19 12:06     ` Satya Priya Kakitapalli (Temp)
2022-05-11 13:18 ` [PATCH V12 8/9] arm64: dts: qcom: pm8008: Add base dts file Satya Priya
2022-05-11 13:18 ` [PATCH V12 9/9] 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).