linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] regulator: max77826: Add MAX77826 support
@ 2020-04-14 17:22 Iskren Chernev
  2020-04-14 17:22 ` [PATCH v2 1/3] regulator: max77826: Add max77826 regulator driver Iskren Chernev
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Iskren Chernev @ 2020-04-14 17:22 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: Andy Gross, Bjorn Andersson, devicetree, Liam Girdwood,
	linux-kernel, Mark Brown, Rob Herring, ~postmarketos/upstreaming,
	Iskren Chernev

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.

v1: https://lkml.org/lkml/2020/4/13/489

changes in v2:
- change compatible string from maxim,max77826-regulator to maxim,max77826
- reword DT bindings patch message

Iskren Chernev (3):
  regulator: max77826: Add max77826 regulator driver
  regulator: Document bindings for max77826
  ARM: dts: qcom: msm8974-klte: Add max77826 pmic node

 .../bindings/regulator/maxim,max77826.yaml    |  69 ++++
 .../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, 502 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77826.yaml
 create mode 100644 drivers/regulator/max77826-regulator.c

--
2.26.0


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

end of thread, other threads:[~2020-04-14 18:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 17:22 [PATCH v2 0/3] regulator: max77826: Add MAX77826 support Iskren Chernev
2020-04-14 17:22 ` [PATCH v2 1/3] regulator: max77826: Add max77826 regulator driver Iskren Chernev
2020-04-14 18:01   ` Applied "regulator: max77826: Add max77826 regulator driver" to the regulator tree Mark Brown
2020-04-14 17:22 ` [PATCH v2 2/3] regulator: Document bindings for max77826 Iskren Chernev
2020-04-14 18:01   ` Applied "regulator: Document bindings for max77826" to the regulator tree Mark Brown
2020-04-14 17:22 ` [PATCH v2 3/3] ARM: dts: qcom: msm8974-klte: Add max77826 pmic node Iskren Chernev

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).