]> 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>
Wed, 27 Dec 2023 12:32:23 +0000 (13:32 +0100)
commit9ca4c11382358b91cb4f166291db2a8926cd5643
treebde328ad1ac8a0d02155b18a4ae2710fd88c345a
parenta5c4f06afb20018b497ffb6c0fff6a96ce0a2054
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]