From: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
To: Krzysztof Kozlowski <krzk@kernel.org>,
Rob Herring <robh@kernel.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v1 0/2] regulator: max77838: add max77838 regulator driver
Date: Sun, 14 Sep 2025 16:02:28 +0300 [thread overview]
Message-ID: <20250914130230.2622030-1-ivo.ivanov.ivanov1@gmail.com> (raw)
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
next reply other threads:[~2025-09-14 13:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-14 13:02 Ivaylo Ivanov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250914130230.2622030-1-ivo.ivanov.ivanov1@gmail.com \
--to=ivo.ivanov.ivanov1@gmail.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox