]> 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>
Sat, 29 Jun 2024 10:52:29 +0000 (12:52 +0200)
commitcb8ff5e66f6f4c47706c3f8967f255e1746c3299
treeeed47c235da4e632170b5944af3d63b417e00518
parent749e48a0619daab0d2de0fa557283f3a61370333
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]