]> 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)
committerKarel Balej <balejk@matfyz.cz>
Sat, 28 Oct 2023 18:35:45 +0000 (20:35 +0200)
commit9b70f131bb6f1b79aeb55b19477106443368a18e
treefda5fccd83311d46121be99791e168b9c36b209e
parent102a00da21c98fb28e074225605d12c8e6e35844
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]