Re: [PATCH v3 2/4] optee: account for direction while converting parameters

2024-12-05 Thread Jens Wiklander
On Tue, Dec 3, 2024 at 11:35 AM Sumit Garg wrote: > > On Tue, 3 Dec 2024 at 15:58, Jens Wiklander wrote: > > > > Hi Sumit, > > > > On Tue, Dec 3, 2024 at 9:27 AM Sumit Garg wrote: > > > > > > Hi Jens, > > > > > > On Thu, 28 Nov 2024 at 20:39, Jens Wiklander > > > wrote: > > > > > > > > The OP-

Re: [PATCH v3 2/4] optee: account for direction while converting parameters

2024-12-03 Thread Sumit Garg
On Tue, 3 Dec 2024 at 15:58, Jens Wiklander wrote: > > Hi Sumit, > > On Tue, Dec 3, 2024 at 9:27 AM Sumit Garg wrote: > > > > Hi Jens, > > > > On Thu, 28 Nov 2024 at 20:39, Jens Wiklander > > wrote: > > > > > > The OP-TEE backend driver has two internal function pointers to convert > > > betwee

Re: [PATCH v3 2/4] optee: account for direction while converting parameters

2024-12-03 Thread Jens Wiklander
Hi Sumit, On Tue, Dec 3, 2024 at 9:27 AM Sumit Garg wrote: > > Hi Jens, > > On Thu, 28 Nov 2024 at 20:39, 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_

Re: [PATCH v3 2/4] optee: account for direction while converting parameters

2024-12-03 Thread Sumit Garg
Hi Jens, On Thu, 28 Nov 2024 at 20:39, 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 other, which

[PATCH v3 2/4] optee: account for direction while converting parameters

2024-11-28 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