On Tue, Feb 04, 2025 at 02:06:28AM +0530, Kaustabh Chakraborty wrote: > From: Sergey Lisov <sleirsgoevy@xxxxxxxxx> > > Add support for Samsung's S2MPU05 PMIC. It's the primary PMIC used by > Exynos7870 devices. It houses regulators (21 LDOs and 5 BUCKs) and a RTC > clock device. > > Signed-off-by: Sergey Lisov <sleirsgoevy@xxxxxxxxx> > Signed-off-by: Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx> > --- > drivers/mfd/sec-core.c | 12 +++ > drivers/mfd/sec-irq.c | 85 ++++++++++++++++++++ > include/linux/mfd/samsung/core.h | 1 + > include/linux/mfd/samsung/irq.h | 44 +++++++++++ > include/linux/mfd/samsung/s2mpu05.h | 152 ++++++++++++++++++++++++++++++++++++ > 5 files changed, 294 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof