Re: [PATCH] stm32mp: simplify the STM32MP15x package parsing code

2022-09-07 Thread Patrick DELAUNAY
Hi, On 6/20/22 09:50, Patrick Delaunay wrote: Simplify the package parsing code for STM32MP15X as package can be affected with get_cpu_package() result. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/stm32mp15x.c | 15 +++ 1 file changed, 3 insertions(+), 12

Re: [PATCH] stm32mp: simplify the STM32MP15x package parsing code

2022-07-07 Thread Patrice CHOTARD
Hi Patrick On 6/20/22 09:50, Patrick Delaunay wrote: > Simplify the package parsing code for STM32MP15X as package can be > affected with get_cpu_package() result. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/stm32mp15x.c | 15 +++ > 1 file changed, 3

[PATCH] stm32mp: simplify the STM32MP15x package parsing code

2022-06-20 Thread Patrick Delaunay
Simplify the package parsing code for STM32MP15X as package can be affected with get_cpu_package() result. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/stm32mp15x.c | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git