Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 0/3] regulator: Add Maxim MAX20411 support
@ 2023-01-24 18:44 Bjorn Andersson
  2023-01-24 18:44 ` [PATCH v2 1/3] regulator: dt-bindings: Describe Maxim MAX20411 Bjorn Andersson
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Bjorn Andersson @ 2023-01-24 18:44 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, linux-kernel,
	devicetree, linux-arm-msm

Introduce binding and driver for the Maxim MAX20411, and wire these up
on the Qualcomm SA8295P ADP.

Bjorn Andersson (3):
  regulator: dt-bindings: Describe Maxim MAX20411
  regulator: Introduce Maxim MAX20411 Step-Down converter
  arm64: dts: qcom: sa8295p-adp: Add max20411 on i2c12

 .../bindings/regulator/maxim,max20411.yaml    |  58 +++++++
 arch/arm64/boot/dts/qcom/sa8295p-adp.dts      |  41 +++++
 drivers/regulator/Kconfig                     |   8 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max20411-regulator.c        | 163 ++++++++++++++++++
 5 files changed, 271 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max20411.yaml
 create mode 100644 drivers/regulator/max20411-regulator.c

-- 
2.25.1


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

end of thread, other threads:[~2023-01-30  3:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-24 18:44 [PATCH v2 0/3] regulator: Add Maxim MAX20411 support Bjorn Andersson
2023-01-24 18:44 ` [PATCH v2 1/3] regulator: dt-bindings: Describe Maxim MAX20411 Bjorn Andersson
2023-01-24 18:44 ` [PATCH v2 2/3] regulator: Introduce Maxim MAX20411 Step-Down converter Bjorn Andersson
2023-01-24 18:44 ` [PATCH v2 3/3] arm64: dts: qcom: sa8295p-adp: Add max20411 on i2c12 Bjorn Andersson
2023-01-26 22:54   ` Andrew Halaney
2023-01-26 23:35     ` Konrad Dybcio
2023-01-26 23:43       ` Andrew Halaney
2023-01-30  3:57         ` Bjorn Andersson
2023-01-27  9:55   ` Johan Hovold
2023-01-30  3:56     ` Bjorn Andersson
2023-01-26  0:29 ` [PATCH v2 0/3] regulator: Add Maxim MAX20411 support Mark Brown

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