[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230124184440.1421074-1-quic_bjorande@quicinc.com>
Date: Tue, 24 Jan 2023 10:44:37 -0800
From: Bjorn Andersson <quic_bjorande@...cinc.com>
To: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
CC: Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
<linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-arm-msm@...r.kernel.org>
Subject: [PATCH v2 0/3] regulator: Add Maxim MAX20411 support
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
Powered by blists - more mailing lists