Re: [PATCH v2 06/12] arm: mach-k3: Make release_resources_for_core_shutdown() common

2023-04-06 Thread Christian Gmeiner
> > This function is the same for each device when it needs to shutdown > the R5 core. Move this to the common section and move the remaining > device specific ID list to the device hardware include. > > Signed-off-by: Andrew Davis Reviewed-by: Christian Gmeiner > --- >

[PATCH v2 06/12] arm: mach-k3: Make release_resources_for_core_shutdown() common

2023-04-05 Thread Andrew Davis
This function is the same for each device when it needs to shutdown the R5 core. Move this to the common section and move the remaining device specific ID list to the device hardware include. Signed-off-by: Andrew Davis --- arch/arm/mach-k3/am642_init.c | 51 -