]> git.dujemihanovic.xyz Git - linux.git/commit
mfd: add driver for Marvell 88PM886 PMIC
authorKarel Balej <balejk@matfyz.cz>
Sun, 17 Dec 2023 12:00:20 +0000 (13:00 +0100)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 17 Apr 2024 18:28:41 +0000 (20:28 +0200)
commitfbd8cb774a9cbbe137d34afaa1191d565c2deb31
treee74b27cfdcc5b4680dbabe609cdd52d5c7f9406e
parent8c65dff028b8163a2f685dbf6947a46ba931b666
mfd: add driver for Marvell 88PM886 PMIC

Marvell 88PM886 is a PMIC which provides various functions such as
onkey, battery, charger and regulators. It is found for instance in the
samsung,coreprimevelte smartphone with which this was tested. Implement
basic support to allow for the use of regulators and onkey.

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