Re: [PATCH 2/2] arm: mach-k3: common: Add a release_resources_for_core_shutdown() stub

2021-09-17 Thread Tom Rini
On Tue, Jul 27, 2021 at 06:24:40PM -0500, Suman Anna wrote: > Add a weak release_resources_for_core_shutdown() stub implementation > that can be overridden by actual implementation if a SoC supports that > function. > > Signed-off-by: Suman Anna > Reviewed-by: Nishanth Menon Applied to

Re: [PATCH 2/2] arm: mach-k3: common: Add a release_resources_for_core_shutdown() stub

2021-08-27 Thread Nishanth Menon
On 18:24-20210727, Suman Anna wrote: > Add a weak release_resources_for_core_shutdown() stub implementation > that can be overridden by actual implementation if a SoC supports that > function. > > Signed-off-by: Suman Anna > --- > arch/arm/mach-k3/common.c | 5 + > 1 file changed, 5

[PATCH 2/2] arm: mach-k3: common: Add a release_resources_for_core_shutdown() stub

2021-07-27 Thread Suman Anna
Add a weak release_resources_for_core_shutdown() stub implementation that can be overridden by actual implementation if a SoC supports that function. Signed-off-by: Suman Anna --- arch/arm/mach-k3/common.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/mach-k3/common.c