Re: [PATCH v6 2/8] ARM: sunxi: Split out the various machines into separate files

2014-04-23 Thread Maxime Ripard
On Wed, Apr 23, 2014 at 02:33:50PM +0200, Arnd Bergmann wrote: > On Thursday 17 April 2014, Maxime Ripard wrote: > > This will allow to add per-SoC hooks more easily. > > > > Signed-off-by: Maxime Ripard > > --- > > arch/arm/mach-sunxi/Makefile | 6 +- > > arch/arm/mach-sunxi/restart.c | 104

Re: [PATCH v6 2/8] ARM: sunxi: Split out the various machines into separate files

2014-04-23 Thread Arnd Bergmann
On Wednesday 23 April 2014 15:28:29 Maxime Ripard wrote: > On Wed, Apr 23, 2014 at 02:33:50PM +0200, Arnd Bergmann wrote: > > On Thursday 17 April 2014, Maxime Ripard wrote: > > > This will allow to add per-SoC hooks more easily. > > > > > > Signed-off-by: Maxime Ripard > > > --- > > > arch/arm/

Re: [PATCH v6 2/8] ARM: sunxi: Split out the various machines into separate files

2014-04-23 Thread Arnd Bergmann
On Thursday 17 April 2014, Maxime Ripard wrote: > This will allow to add per-SoC hooks more easily. > > Signed-off-by: Maxime Ripard > --- > arch/arm/mach-sunxi/Makefile | 6 +- > arch/arm/mach-sunxi/restart.c | 104 +++ > arch/arm/mach-sunxi/restart.h | 20 ++ >

[PATCH v6 2/8] ARM: sunxi: Split out the various machines into separate files

2014-04-17 Thread Maxime Ripard
This will allow to add per-SoC hooks more easily. Signed-off-by: Maxime Ripard --- arch/arm/mach-sunxi/Makefile | 6 +- arch/arm/mach-sunxi/restart.c | 104 +++ arch/arm/mach-sunxi/restart.h | 20 ++ arch/arm/mach-sunxi/sun4i.c | 36 ++ arch/arm/mach-su