Re: [PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-30 Thread Maxime Ripard
Hi, On Mon, Apr 28, 2014 at 06:08:53PM -0700, Olof Johansson wrote: > On Wed, Apr 23, 2014 at 9:02 AM, Arnd Bergmann wrote: > > On Wednesday 23 April 2014 17:04:36 Maxime Ripard wrote: > >> > >> -static void __init sunxi_dt_init(void) > >> -{ > >> - of_platform_populate(NULL,

Re: [PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-30 Thread Maxime Ripard
Hi, On Mon, Apr 28, 2014 at 06:08:53PM -0700, Olof Johansson wrote: On Wed, Apr 23, 2014 at 9:02 AM, Arnd Bergmann a...@arndb.de wrote: On Wednesday 23 April 2014 17:04:36 Maxime Ripard wrote: -static void __init sunxi_dt_init(void) -{ - of_platform_populate(NULL,

Re: [PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-28 Thread Olof Johansson
On Wed, Apr 23, 2014 at 9:02 AM, Arnd Bergmann wrote: > On Wednesday 23 April 2014 17:04:36 Maxime Ripard wrote: >> >> -static void __init sunxi_dt_init(void) >> -{ >> - of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); >> -} >> - >> -static const char * const

Re: [PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-28 Thread Olof Johansson
On Wed, Apr 23, 2014 at 9:02 AM, Arnd Bergmann a...@arndb.de wrote: On Wednesday 23 April 2014 17:04:36 Maxime Ripard wrote: -static void __init sunxi_dt_init(void) -{ - of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); -} - -static const char * const

Re: [PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-24 Thread Maxime Ripard
On Wed, Apr 23, 2014 at 06:02:51PM +0200, Arnd Bergmann wrote: > On Wednesday 23 April 2014 17:04:36 Maxime Ripard wrote: > > > > -static void __init sunxi_dt_init(void) > > -{ > > - of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); > > -} > > - > > -static const char *

Re: [PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-24 Thread Maxime Ripard
On Wed, Apr 23, 2014 at 06:02:51PM +0200, Arnd Bergmann wrote: On Wednesday 23 April 2014 17:04:36 Maxime Ripard wrote: -static void __init sunxi_dt_init(void) -{ - of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); -} - -static const char * const

Re: [PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-23 Thread Arnd Bergmann
On Wednesday 23 April 2014 17:04:36 Maxime Ripard wrote: > > -static void __init sunxi_dt_init(void) > -{ > - of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); > -} > - > -static const char * const sunxi_board_dt_compat[] = { > - "allwinner,sun4i-a10", > -

[PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-23 Thread Maxime Ripard
The sun4i and sun7i machines are nothing more than a generic machine now, we can completely remove them. Only stays the sun6i machine, that needs to have its reset controller enabled before the timers. Signed-off-by: Maxime Ripard --- arch/arm/mach-sunxi/sunxi.c | 29

[PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-23 Thread Maxime Ripard
The sun4i and sun7i machines are nothing more than a generic machine now, we can completely remove them. Only stays the sun6i machine, that needs to have its reset controller enabled before the timers. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com --- arch/arm/mach-sunxi/sunxi.c

Re: [PATCH 5/5] ARM: sunxi: Remove sun4i and sun7i machine definitions

2014-04-23 Thread Arnd Bergmann
On Wednesday 23 April 2014 17:04:36 Maxime Ripard wrote: -static void __init sunxi_dt_init(void) -{ - of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); -} - -static const char * const sunxi_board_dt_compat[] = { - allwinner,sun4i-a10, -