aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-optee.c
Commit message (Collapse)AuthorAgeFilesLines
* rtc: optee: add RTC driver for OP-TEE RTC PTAClément Léger2022-03-251-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 <[email protected]> Reviewed-by: Jens Wiklander <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]