Re: [PATCH v2 10/13] event: Convert arch_cpu_init_dm() to use events

2022-03-10 Thread Tom Rini
On Fri, Mar 04, 2022 at 08:43:05AM -0700, Simon Glass wrote: > Instead of a special function, send an event after driver model is inited > and adjust the boards which use this function. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP

[PATCH v2 10/13] event: Convert arch_cpu_init_dm() to use events

2022-03-04 Thread Simon Glass
Instead of a special function, send an event after driver model is inited and adjust the boards which use this function. Signed-off-by: Simon Glass --- Changes in v2: - Convert arch/arm/mach-imx/imx8/cpu.c also - Add DM_EVENT to ARCH_IMX8 too - Tidy up galileo defconfig and rename