Re: [PATCH 5/7] stm32mp: cmd_stm32key: add get_misc_dev function

2021-07-16 Thread Patrick DELAUNAY
Hi, On 6/28/21 2:56 PM, Patrick Delaunay wrote: Add a helper function to access to BSEC misc driver. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/cmd_stm32key.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) Applied to u-boot-stm/master, thanks!

[PATCH 5/7] stm32mp: cmd_stm32key: add get_misc_dev function

2021-07-01 Thread Hexagon Email Recovery
This message could not be delivered immediately due to an internal mail routing issue. The mail routing error has been resolved in the meantime. We apologize for the delay in delivery and any inconvenience this may have caused. In case of any questions please contact us via i...@hexagon.com. Ori

Re: [PATCH 5/7] stm32mp: cmd_stm32key: add get_misc_dev function

2021-07-01 Thread Patrice CHOTARD
Hi Patrick On 6/28/21 2:56 PM, Patrick Delaunay wrote: > Add a helper function to access to BSEC misc driver. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/cmd_stm32key.c | 19 +-- > 1 file changed, 13 insertions(+), 6 deletions(-) > > diff --git a/arch/a

[PATCH 5/7] stm32mp: cmd_stm32key: add get_misc_dev function

2021-06-28 Thread Patrick Delaunay
Add a helper function to access to BSEC misc driver. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/cmd_stm32key.c | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-stm32mp/cmd_stm32key.c b/arch/arm/mach-stm32mp/cmd_stm32key.c ind