power: pmic: add the base MAX8907 PMIC support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 6 Oct 2024 11:50:02 +0000 (14:50 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 8 May 2025 05:30:53 +0000 (08:30 +0300)
commit68d1b0f84aa8128eeed4a1d13ddf8e5a57630011
treeb7d89427047913f5afc4b83f28bac7dea9177b5d
parenta87b564018ac3a2beb460439ba002e4c0cb59998
power: pmic: add the base MAX8907 PMIC support

Add basic i2c based read/write functions to access PMIC registers.

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