Commit Graph

2 Commits

Author SHA1 Message Date
Zhipeng Wang
2f455bcc12 MA-21077 mfd: Remove __init from fp9931_exit
The function fp9931_exit is defined with the __init annotation, which
means that it can only be called during the initialization phase of
the module. However, this function is registered as the
module exit function using the module_exit macro.

To fix this issue, remove the __init annotation from the
fp9931_exit function.

Change-Id: I7bc17298577c44a9a67445be4a479234f7298a36
Signed-off-by: Zhipeng Wang <zhipeng.wang_1@nxp.com>
2023-10-30 16:09:25 +08:00
Robby Cai
e36acf9685 LF-3299-1 mfd: add core driver for FP9931 PMIC
FP9931 is a PMIC IC which comes from Fitipower Corp. It can
be used to for voltages power on or down sequence and timing
configuration for different e-ink panels, and also it has a
thermistor for temperature detection. Add this core driver
to handle regulators device and hwmon device.

Signed-off-by: Robby Cai <robby.cai@nxp.com>
Signed-off-by: Fancy Fang <chen.fang@nxp.com>
Reviewed-by: G.n. Zhou <guoniu.zhou@nxp.com>
2023-10-30 16:09:24 +08:00