Re: [PATCH 2/2] tee: add a stub for tee_find_device

2021-10-05 Thread Tom Rini
On Thu, Sep 02, 2021 at 11:56:17AM +0200, Patrick Delaunay wrote: > Add stub for tee_find_device function when CONFIG_TEE is not activated > to simplify the caller code. > > This patch allows to remove the CONFIG_IS_ENABLED(OPTEE) tests > for stm32 platform. > > Signed-off-by: Patrick Delaunay

Re: [PATCH 2/2] tee: add a stub for tee_find_device

2021-09-13 Thread Jens Wiklander
Hi Patrick, On Thu, Sep 2, 2021 at 11:56 AM Patrick Delaunay wrote: > > Add stub for tee_find_device function when CONFIG_TEE is not activated > to simplify the caller code. > > This patch allows to remove the CONFIG_IS_ENABLED(OPTEE) tests > for stm32 platform. > > Signed-off-by: Patrick Delauna

Re: [PATCH 2/2] tee: add a stub for tee_find_device

2021-09-03 Thread Etienne Carriere
Hello Patrick, On Thu, 2 Sept 2021 at 11:56, Patrick Delaunay wrote: > Add stub for tee_find_device function when CONFIG_TEE is not activated > to simplify the caller code. > > This patch allows to remove the CONFIG_IS_ENABLED(OPTEE) tests > for stm32 platform. > > Signed-off-by: Patrick Delauna

[PATCH 2/2] tee: add a stub for tee_find_device

2021-09-02 Thread Patrick Delaunay
Add stub for tee_find_device function when CONFIG_TEE is not activated to simplify the caller code. This patch allows to remove the CONFIG_IS_ENABLED(OPTEE) tests for stm32 platform. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/fdt.c| 1 - board/st/common/stm32mp_mtdparts