Re: [PATCH 10/36] ARM: s5pv210: use private pm save/restore

2019-10-23 Thread Arnd Bergmann
> > diff --git a/arch/arm/mach-s5pv210/regs-clock.h > > b/arch/arm/mach-s5pv210/regs-clock.h > > index 2a35c831a9b0..8c7530614e37 100644 > > --- a/arch/arm/mach-s5pv210/regs-clock.h > > +++ b/arch/arm/mach-s5pv210/regs-clock.h > > @@ -9,7 +9,7 @@ > > #ifndef __ASM_ARCH_REGS_CLOCK_H > > #define _

Re: [PATCH 10/36] ARM: s5pv210: use private pm save/restore

2019-10-23 Thread Krzysztof Kozlowski
On Thu, Oct 10, 2019 at 10:29:54PM +0200, Arnd Bergmann wrote: > The pm save/restore code is fairly small, so in order to > separate the s3c and s5p platforms, adding an s5p specific > copy instead of sharing it is actually easier. > > Signed-off-by: Arnd Bergmann > --- > arch/arm/mach-s5pv210/M

[PATCH 10/36] ARM: s5pv210: use private pm save/restore

2019-10-10 Thread Arnd Bergmann
The pm save/restore code is fairly small, so in order to separate the s3c and s5p platforms, adding an s5p specific copy instead of sharing it is actually easier. Signed-off-by: Arnd Bergmann --- arch/arm/mach-s5pv210/Makefile | 7 - arch/arm/mach-s5pv210/pm.c | 45 +