All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V13 0/9] Add Qualcomm Technologies, Inc. PM8008 regulator driver
@ 2022-05-20 10:49 Satya Priya
  2022-05-20 10:49 ` [PATCH V13 1/9] dt-bindings: mfd: pm8008: Add reset-gpios Satya Priya
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Satya Priya @ 2022-05-20 10:49 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          | 225 +++++++++++++++++++++
 include/linux/mfd/qcom_pm8008.h                    |   8 +
 8 files changed, 474 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] 15+ messages in thread

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 10:49 [PATCH V13 0/9] Add Qualcomm Technologies, Inc. PM8008 regulator driver Satya Priya
2022-05-20 10:49 ` [PATCH V13 1/9] dt-bindings: mfd: pm8008: Add reset-gpios Satya Priya
2022-05-20 10:49 ` [PATCH V13 2/9] dt-bindings: mfd: pm8008: Change the address cells Satya Priya
2022-05-20 10:49 ` [PATCH V13 3/9] dt-bindings: mfd: pm8008: Add regulators for pm8008 Satya Priya
2022-05-20 10:49 ` [PATCH V13 4/9] mfd: pm8008: Add reset-gpios Satya Priya
2022-05-20 10:49 ` [PATCH V13 5/9] mfd: pm8008: Remove the regmap member from pm8008_data struct Satya Priya
2022-05-20 10:49 ` [PATCH V13 6/9] mfd: pm8008: Use i2c_new_dummy_device() API Satya Priya
2022-05-20 10:49 ` [PATCH V13 7/9] regulator: Add a regulator driver for the PM8008 PMIC Satya Priya
2022-05-21  2:56   ` Stephen Boyd
     [not found]     ` <e70aceba-02d5-15b5-46d0-d5ed5706e81a@quicinc.com>
2022-05-27 21:02       ` Stephen Boyd
2022-05-30 10:33         ` Satya Priya Kakitapalli (Temp)
2022-06-01  2:06           ` Stephen Boyd
2022-06-01 11:18             ` Satya Priya Kakitapalli (Temp)
2022-05-20 10:49 ` [PATCH V13 8/9] arm64: dts: qcom: pm8008: Add base dts file Satya Priya
2022-05-20 10:49 ` [PATCH V13 9/9] arm64: dts: qcom: sc7280: Add pm8008 support for sc7280-idp Satya Priya

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.