Re: [PATCH v7 07/11] firmware: qcom: tzmem: export shm_bridge create/delete

2025-08-13 Thread Kuldeep Singh
On 8/13/2025 6:05 AM, Amirreza Zarrabi wrote: > Anyone with access to contiguous physical memory should be able to > share memory with QTEE using shm_bridge. > > Tested-by: Neil Armstrong > Tested-by: Harshal Dev > Signed-off-by: Amirreza Zarrabi Reviewed-by: Kuldeep S

Re: [PATCH v5 08/12] firmware: qcom: tzmem: export shm_bridge create/delete

2025-07-01 Thread Kuldeep Singh
On 5/27/2025 12:26 PM, Amirreza Zarrabi wrote: > Anyone with access to contiguous physical memory should be able to > share memory with QTEE using shm_bridge. > > Tested-by: Neil Armstrong > Signed-off-by: Amirreza Zarrabi > --- > drivers/firmware/qcom/qcom_tzmem.c | 57 > +

Re: [PATCH v4 08/11] tee: add Qualcomm TEE driver

2025-05-15 Thread Kuldeep Singh
On 5/14/2025 6:55 PM, Sumit Garg wrote: > Hi Amir, > > Apologies for getting to this patch review a bit late, mostly due to > it's enormous size. > > On Mon, Apr 28, 2025 at 11:06:29PM -0700, Amirreza Zarrabi wrote: >> Introduce qcomtee_object, which represents an object in both QTEE and >> th

Re: [PATCH v4 06/11] firmware: qcom: scm: remove unused arguments to the shm_brige

2025-05-05 Thread Kuldeep Singh
On 4/29/2025 11:36 AM, Amirreza Zarrabi wrote: > shm_bridge create/delete functions always use the scm device. > There is no need to pass it as an argument. > > Signed-off-by: Amirreza Zarrabi There are 2 type of APIs exposed by tzmem driver for pool creation. devm_qcom_tzmem_pool_new and qc