]> git.dujemihanovic.xyz Git - linux.git/commit
DONOTMERGE: mfd: 88pm88x: initialize 88pm886/88pm880 base support
authorYi Zhang <yizhang@marvell.com>
Fri, 12 Jun 2015 08:43:21 +0000 (16:43 +0800)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sun, 5 Nov 2023 13:50:00 +0000 (14:50 +0100)
commit414ec2fd6d2738d17a26836267ed53dc6c7a8ffb
tree4fcd216110ada9bfe0674d0ce6ee7c3a269e88ca
parentf615d6386a6c2ad8b7da2c060729cb0d664a3cd5
DONOTMERGE: mfd: 88pm88x: initialize 88pm886/88pm880 base support

88pm886 and 88pm880 are combo PMIC chip, which integrates
regulator, onkey, rtc, gpadc, charger, fuelgauge function;

this patch add the basic support for them, adding related resource, such as
interrupt, preparing for the client-device driver

Signed-off-by: Yi Zhang <yizhang@marvell.com>
14 files changed:
drivers/mfd/88pm880-table.c [new file with mode: 0644]
drivers/mfd/88pm886-table.c [new file with mode: 0644]
drivers/mfd/88pm88x-core.c [new file with mode: 0644]
drivers/mfd/88pm88x-i2c.c [new file with mode: 0644]
drivers/mfd/88pm88x-irq.c [new file with mode: 0644]
drivers/mfd/88pm88x.h [new file with mode: 0644]
drivers/mfd/Kconfig
drivers/mfd/Makefile
include/linux/mfd/88pm880-reg.h [new file with mode: 0644]
include/linux/mfd/88pm880.h [new file with mode: 0644]
include/linux/mfd/88pm886-reg.h [new file with mode: 0644]
include/linux/mfd/88pm886.h [new file with mode: 0644]
include/linux/mfd/88pm88x-reg.h [new file with mode: 0644]
include/linux/mfd/88pm88x.h [new file with mode: 0644]