Re: [PATCH v2 06/14] stm32mp: add soc.c file

2024-01-19 Thread Patrice CHOTARD
On 1/15/24 17:26, Igor Opaniuk wrote: > On Mon, Jan 15, 2024 at 3:07 PM Patrick Delaunay > wrote: >> >> Add a new file soc.c for common functions between stm32mp1 and stm32mp2 >> family and move print_cpuinfo() in this new file. >> >> Reviewed-by: Patrice Chotard >> Signed-off-by: Patrick Dela

Re: [PATCH v2 06/14] stm32mp: add soc.c file

2024-01-15 Thread Igor Opaniuk
On Mon, Jan 15, 2024 at 3:07 PM Patrick Delaunay wrote: > > Add a new file soc.c for common functions between stm32mp1 and stm32mp2 > family and move print_cpuinfo() in this new file. > > Reviewed-by: Patrice Chotard > Signed-off-by: Patrick Delaunay > --- > > (no changes since v1) > > arch/arm

[PATCH v2 06/14] stm32mp: add soc.c file

2024-01-15 Thread Patrick Delaunay
Add a new file soc.c for common functions between stm32mp1 and stm32mp2 family and move print_cpuinfo() in this new file. Reviewed-by: Patrice Chotard Signed-off-by: Patrick Delaunay --- (no changes since v1) arch/arm/mach-stm32mp/Makefile | 1 + arch/arm/mach-stm32mp/soc.c |