Re: [PATCH 01/24] ARM: at91: pm: move pm_bu to soc_pm data structure

2021-03-31 Thread Alexandre Belloni
On 31/03/2021 13:58:45+0300, Claudiu Beznea wrote: > Move pm_bu to soc_pm data structure. > > Signed-off-by: Claudiu Beznea Reviewed-by: Alexandre Belloni > --- > arch/arm/mach-at91/pm.c | 34 +- > 1 file changed, 21 insertions(+), 13 deletions(-) > > diff --gi

[PATCH 01/24] ARM: at91: pm: move pm_bu to soc_pm data structure

2021-03-31 Thread Claudiu Beznea
Move pm_bu to soc_pm data structure. Signed-off-by: Claudiu Beznea --- arch/arm/mach-at91/pm.c | 34 +- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/arch/arm/mach-at91/pm.c b/arch/arm/mach-at91/pm.c index 90dcdfe3b3d0..e13ceef7ac9a 100644 --- a/