]> git.dujemihanovic.xyz Git - linux.git/commit
regulator: add 88pm88x regulators driver
authorKarel Balej <balejk@matfyz.cz>
Wed, 27 Dec 2023 19:50:46 +0000 (20:50 +0100)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 20 Jan 2024 19:52:02 +0000 (20:52 +0100)
commit12b66a0877f9aa331a958f4b66af72dc30631cc9
treee59308f202a682ae4a42a85adefcdd1294f82003
parent2e099fc4a1bd336b616fef16410554fbe29944ee
regulator: add 88pm88x regulators driver

Support the LDO and buck regulators of the Marvell 88PM886 PMIC. Support
for 88PM880 is not included but should be easy to implement being just a
matter of defining the additional LDOs and all bucks and modifying the
88PM88X MFD driver appropriately.

Signed-off-by: Karel Balej <balejk@matfyz.cz>
drivers/mfd/88pm88x.c
drivers/regulator/88pm88x-regulator.c [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/Makefile
include/linux/mfd/88pm88x.h