mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
mfd: rk808: Split into core and i2c
Split rk808 into a core and an i2c part in preparation for SPI support. Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> # for RTC Tested-by: Diederik de Haas <didi.debian@cknow.org> # Rock64, Quartz64 Model A + B Tested-by: Vincent Legoll <vincent.legoll@gmail.com> # Pine64 QuartzPro64 Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Link: https://lore.kernel.org/r/20230504173618.142075-6-sebastian.reichel@collabora.com Signed-off-by: Lee Jones <lee@kernel.org>
This commit is contained in:
committed by
Lee Jones
parent
049449976f
commit
c20e8c5b12
@@ -794,4 +794,10 @@ struct rk808 {
|
||||
const struct regmap_config *regmap_cfg;
|
||||
const struct regmap_irq_chip *regmap_irq_chip;
|
||||
};
|
||||
|
||||
void rk8xx_shutdown(struct device *dev);
|
||||
int rk8xx_probe(struct device *dev, int variant, unsigned int irq, struct regmap *regmap);
|
||||
int rk8xx_suspend(struct device *dev);
|
||||
int rk8xx_resume(struct device *dev);
|
||||
|
||||
#endif /* __LINUX_REGULATOR_RK808_H */
|
||||
|
||||
Reference in New Issue
Block a user