Re: [PATCH v6 02/10] optee: pass parent device to tee_device_alloc()

2025-03-10 Thread Sumit Garg
On Wed, Mar 05, 2025 at 02:04:08PM +0100, Jens Wiklander wrote: > During probing of the OP-TEE driver, pass the parent device to > tee_device_alloc() so the dma_mask of the new devices can be updated > accordingly. > > Signed-off-by: Jens Wiklander > --- > drivers/tee/optee/ffa_abi.c | 8 ---

[PATCH v6 02/10] optee: pass parent device to tee_device_alloc()

2025-03-05 Thread Jens Wiklander
During probing of the OP-TEE driver, pass the parent device to tee_device_alloc() so the dma_mask of the new devices can be updated accordingly. Signed-off-by: Jens Wiklander --- drivers/tee/optee/ffa_abi.c | 8 drivers/tee/optee/smc_abi.c | 4 ++-- 2 files changed, 6 insertions(+), 6 d