]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mfd: Add driver for Marvell 88PM886 PMIC
authorKarel Balej <balejk@matfyz.cz>
Fri, 31 May 2024 17:34:57 +0000 (19:34 +0200)
committerLee Jones <lee@kernel.org>
Fri, 28 Jun 2024 14:41:05 +0000 (15:41 +0100)
commit860f8e3beac0b800bbe20f23c5f3440b1c470b8f
tree66e1b60c55b726e9249f0cf4977f43073fe48251
parentc4725350a9f76fbec45cbbfffb20be2e574eb6ef
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>
Link: https://lore.kernel.org/r/20240531175109.15599-3-balejk@matfyz.cz
Signed-off-by: Lee Jones <lee@kernel.org>
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]