]> 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)
committerKarel Balej <balejk@matfyz.cz>
Wed, 27 Mar 2024 21:54:44 +0000 (22:54 +0100)
commit33488b7a07594ee5a6ec16d9a680f09538eb73b9
tree7003bfa5e07481aeff427ffbaa6602a10fcfca5c
parent33cb66a51d9e4f087687740da863b33a7aa87ba6
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]