]> 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>
Mon, 18 Dec 2023 21:07:44 +0000 (22:07 +0100)
commit8373b1c1b414aef6a9c953efb1815e96685576db
treea3caa624cd2e398870d19e69fa7076b2f4eace9f
parent9094cbd89f57da7645381492345c03e4a9e49008
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]