power: regulator: max9807: add regulator support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 6 Oct 2024 11:59:54 +0000 (14:59 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 8 May 2025 05:30:53 +0000 (08:30 +0300)
commit5204a362b8c80049e5242d92994637b3bac94d14
tree28ea8511953d93f7057b454194e12a75ef1ce8e4
parent68d1b0f84aa8128eeed4a1d13ddf8e5a57630011
power: regulator: max9807: add regulator support

Added a new regulator driver for the MAXIM MAX8907 PMIC, providing
essential regulator functionalities and incorporated the necessary binding
framework within the core PMIC driver.

Tested-by: Ion Agorria <ion@agorria.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/power/pmic/max8907.c
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/max8907_regulator.c [new file with mode: 0644]
include/power/max8907.h [new file with mode: 0644]