diff options
author | Clément Léger <clement.leger@bootlin.com> | 2022-03-08 14:35:05 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-03-25 11:42:50 +0100 |
commit | 81c2f059ab90b221931e78503c80dcd8fbadac53 (patch) | |
tree | 13b54441bdc678003776ad8659c9a8f6c4cfc208 /MAINTAINERS | |
parent | 870c54e1a3e111613cd68e5cc867455dc4765cd6 (diff) |
rtc: optee: add RTC driver for OP-TEE RTC PTA
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
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ea3e6c914384..8201e8fc20c5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14356,6 +14356,12 @@ L: op-tee@lists.trustedfirmware.org S: Maintained F: drivers/char/hw_random/optee-rng.c +OP-TEE RTC DRIVER +M: Clément Léger <clement.leger@bootlin.com> +L: linux-rtc@vger.kernel.org +S: Maintained +F: drivers/rtc/rtc-optee.c + OPA-VNIC DRIVER M: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com> M: Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com> |