On Mon, Mar 7, 2022 at 10:42 AM Clément Léger <clement.leger@xxxxxxxxxxx> wrote: > > 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@xxxxxxxxxxx> > --- > > Changes in v2: Hmm, this seems to be a second v2. > - Rebased over tee-shm-for-v5.18 > - Switch to tee_shm_alloc_kernel_buf() > - Use export_uuid() to copy uuid > - Fix warnings reported by checkpatch > - Free SHM in error exit path > - Fix error messages to include ret value and fix wrong IOCTL names > - Use 100 columns char limit