regulator: max77838: add max77838 regulator driver
authorIvaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Sun, 14 Sep 2025 13:02:30 +0000 (16:02 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 15 Sep 2025 18:27:50 +0000 (19:27 +0100)
commit6a1f303cba45fa3b612d5a2898b1b1b045eb74e3
tree1acfe8053a291975889d60422e6811d6a9afa7f6
parent0f101028407605c7b7cea53946ee4d25f82cfb6c
regulator: max77838: add max77838 regulator driver

The max77838 PMIC contains a BUCK regulator and 4 LDOs. It's primarily
used in the Samsung Galaxy S7 lineup and is accessed over I2C.

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Link: https://patch.msgid.link/20250914130230.2622030-3-ivo.ivanov.ivanov1@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
MAINTAINERS
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/max77838-regulator.c [new file with mode: 0644]