[PATCH v1 0/2] regulator: max77838: add max77838 regulator driver

Ivaylo Ivanov posted 2 patches 2 weeks, 4 days ago
.../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
[PATCH v1 0/2] regulator: max77838: add max77838 regulator driver
Posted by Ivaylo Ivanov 2 weeks, 4 days ago
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
Re: [PATCH v1 0/2] regulator: max77838: add max77838 regulator driver
Posted by Mark Brown 2 weeks, 2 days ago
On Sun, 14 Sep 2025 16:02:28 +0300, Ivaylo Ivanov wrote:
> 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
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/2] dt-bindings: regulator: document max77838 pmic
      commit: 0f101028407605c7b7cea53946ee4d25f82cfb6c
[2/2] regulator: max77838: add max77838 regulator driver
      commit: 41b5c85ba94057c955f0f6348c551093917da06d

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark