aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-optee.c
AgeCommit message (Collapse)AuthorFilesLines
2022-03-25rtc: optee: add RTC driver for OP-TEE RTC PTAClément Léger1-0/+362
This drivers allows to communicate with a RTC PTA handled by OP-TEE [1]. This PTA allows to query RTC information, set/get time and set/get offset depending on the supported features. [1] https://github.com/OP-TEE/optee_os/pull/5179 Signed-off-by: Clément Léger <clement.leger@bootlin.com> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20220308133505.471601-1-clement.leger@bootlin.com