Re: [PATCH v8 03/14] optee: account for direction while converting parameters

2025-05-07 Thread Jens Wiklander
Hi Sumit, On Wed, May 7, 2025 at 2:42 PM Sumit Garg wrote: > > Hi Jens, > > On Fri, May 02, 2025 at 11:59:17AM +0200, Jens Wiklander wrote: > > The OP-TEE backend driver has two internal function pointers to convert > > between the subsystem type struct tee_param and the OP-TEE type struct > > op

Re: [PATCH v8 03/14] optee: account for direction while converting parameters

2025-05-07 Thread Sumit Garg
Hi Jens, On Fri, May 02, 2025 at 11:59:17AM +0200, Jens Wiklander wrote: > The OP-TEE backend driver has two internal function pointers to convert > between the subsystem type struct tee_param and the OP-TEE type struct > optee_msg_param. > > The conversion is done from one of the types to the ot

[PATCH v8 03/14] optee: account for direction while converting parameters

2025-05-02 Thread Jens Wiklander
The OP-TEE backend driver has two internal function pointers to convert between the subsystem type struct tee_param and the OP-TEE type struct optee_msg_param. The conversion is done from one of the types to the other, which is then involved in some operation and finally converted back to the orig