+13
−0
+1
−0
drivers/mfd/hi6421-pmic-core.c
0 → 100644
+113
−0
include/linux/mfd/hi6421-pmic.h
0 → 100644
+41
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This adds driver to support HiSilicon Hi6421 PMIC. Hi6421 includes multi- functions, such as regulators, codec, ADCs, Coulomb counter, etc. This driver includes core APIs _only_. Drivers for individul components, like voltage regulators, are implemented in corresponding driver directories and files. Registers in Hi6421 are memory mapped, so using regmap-mmio API. Signed-off-by:Guodong Xu <guodong.xu@linaro.org> Signed-off-by:
Lee Jones <lee.jones@linaro.org>