public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] regulator: max77838: add max77838 regulator driver
@ 2025-09-14 13:02 Ivaylo Ivanov
  2025-09-14 13:02 ` [PATCH v1 1/2] dt-bindings: regulator: document max77838 pmic Ivaylo Ivanov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ivaylo Ivanov @ 2025-09-14 13:02 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Liam Girdwood, Mark Brown
  Cc: linux-samsung-soc, devicetree, linux-kernel

Hey folks,

This patchset adds support for the max77838 PMIC. It's used on the Galaxy
S7 lineup of phones, and provides regulators for the display.

Best regards,
Ivaylo

Ivaylo Ivanov (2):
  dt-bindings: regulator: document max77838 pmic
  regulator: max77838: add max77838 regulator driver

 .../bindings/regulator/maxim,max77838.yaml    |  68 ++++++
 MAINTAINERS                                   |   7 +
 drivers/regulator/Kconfig                     |   8 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77838-regulator.c        | 221 ++++++++++++++++++
 5 files changed, 305 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/maxim,max77838.yaml
 create mode 100644 drivers/regulator/max77838-regulator.c

-- 
2.43.0


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

end of thread, other threads:[~2025-09-16 14:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-14 13:02 [PATCH v1 0/2] regulator: max77838: add max77838 regulator driver Ivaylo Ivanov
2025-09-14 13:02 ` [PATCH v1 1/2] dt-bindings: regulator: document max77838 pmic Ivaylo Ivanov
2025-09-14 15:10   ` Igor Belwon
2025-09-15 17:43   ` Conor Dooley
2025-09-14 13:02 ` [PATCH v1 2/2] regulator: max77838: add max77838 regulator driver Ivaylo Ivanov
2025-09-14 15:25   ` Igor Belwon
2025-09-16 14:03 ` [PATCH v1 0/2] " Mark Brown

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