[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200413164440.1138178-1-iskren.chernev@gmail.com>
Date: Mon, 13 Apr 2020 19:44:37 +0300
From: Iskren Chernev <iskren.chernev@...il.com>
To: linux-arm-msm@...r.kernel.org
Cc: Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
devicetree@...r.kernel.org, Liam Girdwood <lgirdwood@...il.com>,
linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
~postmarketos/upstreaming@...ts.sr.ht,
Iskren Chernev <iskren.chernev@...il.com>
Subject: [PATCH 0/3] regulator: max77826: Add MAX77826 support
The MAX77826 is a PMIC found on the Samsung Galaxy S5 (klte) and possibly other
devices. It is produced by Maxim Integrated and contains 15 LDOs a buck and
a buck boost regulator.
Iskren Chernev (3):
regulator: max77826: Add max77826 regulator driver
dt-bindings: regulator: Add document bindings for max77826
ARM: dts: qcom: msm8974-klte: Add max77826 pmic node
.../bindings/regulator/maxim,max77826.yaml | 70 ++++
.../boot/dts/qcom-msm8974-samsung-klte.dts | 110 +++++++
arch/arm/boot/dts/qcom-msm8974.dtsi | 11 +
drivers/regulator/Kconfig | 10 +
drivers/regulator/Makefile | 1 +
drivers/regulator/max77826-regulator.c | 301 ++++++++++++++++++
6 files changed, 503 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77826.yaml
create mode 100644 drivers/regulator/max77826-regulator.c
base-commit: 3b2804993d1e9f2b01f4264993009d3e48722e0d
--
2.26.0
Powered by blists - more mailing lists