On Sat, Mar 01, 2025 at 01:07:13AM +0530, Kaustabh Chakraborty wrote: > 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: Kaustabh Chakraborty <kauschluss@xxxxxxxxxxx> > --- > drivers/mfd/sec-core.c | 12 +++ > drivers/mfd/sec-irq.c | 34 +++++++ > include/linux/mfd/samsung/core.h | 1 + > include/linux/mfd/samsung/irq.h | 44 +++++++++ > include/linux/mfd/samsung/s2mpu05.h | 183 ++++++++++++++++++++++++++++++++++++ > 5 files changed, 274 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> Best regards, Krzysztof