linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add alarm operation to the rtc-optee driver
@ 2025-07-15 14:07 Clément Le Goffic
  2025-07-15 14:07 ` [PATCH 1/3] rtc: rtc-optee: fix memory leak on driver removal Clément Le Goffic
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Clément Le Goffic @ 2025-07-15 14:07 UTC (permalink / raw)
  To: Clément Léger, Alexandre Belloni, Jens Wiklander
  Cc: linux-rtc, linux-kernel, Clément Le Goffic, linux-stm32

The optee-rtc driver is used to query the rtc handled by OP-TEE OS
through PTA (Pseudo Trusted Application) call.
This serie fixes memory concerns and add alarm operations for the
rtc-optee driver as the RTC PTA now support them [1].

For the alarm notification, the OP-TEE OS secure world will be
able to inform the kernel when a secured alarm will occured
through a notification sent to a kernel thread waiting in OP-TEE OS.

[1]: https://github.com/OP-TEE/optee_os/pull/7440

Signed-off-by: Clément Le Goffic <clement.legoffic@foss.st.com>
---
Clément Le Goffic (3):
      rtc: rtc-optee: fix memory leak on driver removal
      rtc: optee: remove unnecessary memory operations
      rtc: optee: add alarm related rtc ops to optee rtc driver

 drivers/rtc/rtc-optee.c | 464 ++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 426 insertions(+), 38 deletions(-)
---
base-commit: 155a3c003e555a7300d156a5252c004c392ec6b0
change-id: 20250224-upstream-optee-rtc-0cf0b9f45351

Best regards,
--  
Clément Le Goffic <clement.legoffic@foss.st.com>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-15 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15 14:07 [PATCH 0/3] Add alarm operation to the rtc-optee driver Clément Le Goffic
2025-07-15 14:07 ` [PATCH 1/3] rtc: rtc-optee: fix memory leak on driver removal Clément Le Goffic
2025-07-15 14:07 ` [PATCH 2/3] rtc: optee: remove unnecessary memory operations Clément Le Goffic
2025-07-15 14:07 ` [PATCH 3/3] rtc: optee: add alarm related rtc ops to optee rtc driver Clément Le Goffic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).