]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtc: add driver for Marvell 88PM886 PMIC RTC
authorKarel Balej <balejk@matfyz.cz>
Sat, 12 Oct 2024 19:31:39 +0000 (21:31 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 11 Nov 2024 22:37:50 +0000 (23:37 +0100)
commit82ee16cfb290ae259d1cd6658a6988b430258e94
tree5e3ecbd5a3ecb88d61372c5fbff4754931da47ec
parente8ba8a2bc4f60a1065f23d6a0e7cbea945a0f40d
rtc: add driver for Marvell 88PM886 PMIC RTC

RTC lives on the chip's base register page. Add the relevant register
definitions and implement a basic set/read time functionality. Tested
with the samsung,coreprimevelte smartphone which contains this PMIC and
whose vendor kernel tree has also served as the sole reference for this.

Signed-off-by: Karel Balej <balejk@matfyz.cz>
Acked-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20241012193345.18594-2-balejk@matfyz.cz
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
MAINTAINERS
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-88pm886.c [new file with mode: 0644]
include/linux/mfd/88pm886.h