Re: [PATCH v2 01/15] arm: use of_platform_default_populate() to populate default bus

2016-02-22 Thread Nicolas Ferre
Le 27/01/2016 08:53, Kefeng Wang a écrit : > diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/arm/mach-at91/at91rm9200.c > index c1a7c6c..1904bc7 100644 > --- a/arch/arm/mach-at91/at91rm9200.c > +++ b/arch/arm/mach-at91/at91rm9200.c > @@ -31,7 +31,7 @@ static void __init

Re: [PATCH v2 01/15] arm: use of_platform_default_populate() to populate default bus

2016-02-22 Thread Nicolas Ferre
Le 27/01/2016 08:53, Kefeng Wang a écrit : > diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/arm/mach-at91/at91rm9200.c > index c1a7c6c..1904bc7 100644 > --- a/arch/arm/mach-at91/at91rm9200.c > +++ b/arch/arm/mach-at91/at91rm9200.c > @@ -31,7 +31,7 @@ static void __init

Re: [PATCH v2 01/15] arm: use of_platform_default_populate() to populate default bus

2016-02-16 Thread Krzysztof Hałasa
Kefeng Wang writes: > Use helper of_platform_default_populate() in linux/of_platform > when possible, instead of calling of_platform_populate() with > the default match table. > --- a/arch/arm/mach-cns3xxx/core.c > +++ b/arch/arm/mach-cns3xxx/core.c > @@ -395,8 +395,7

Re: [PATCH v2 01/15] arm: use of_platform_default_populate() to populate default bus

2016-02-16 Thread Krzysztof Hałasa
Kefeng Wang writes: > Use helper of_platform_default_populate() in linux/of_platform > when possible, instead of calling of_platform_populate() with > the default match table. > --- a/arch/arm/mach-cns3xxx/core.c > +++ b/arch/arm/mach-cns3xxx/core.c > @@ -395,8 +395,7 @@ static void __init

Re: [PATCH v2 01/15] arm: use of_platform_default_populate() to populate default bus

2016-02-01 Thread Heiko Stübner
Am Mittwoch, 27. Januar 2016, 15:53:00 schrieb Kefeng Wang: > Use helper of_platform_default_populate() in linux/of_platform > when possible, instead of calling of_platform_populate() with > the default match table. > > Signed-off-by: Kefeng Wang > --- > diff --git

Re: [PATCH v2 01/15] arm: use of_platform_default_populate() to populate default bus

2016-02-01 Thread Shawn Guo
On Wed, Jan 27, 2016 at 03:53:00PM +0800, Kefeng Wang wrote: > Use helper of_platform_default_populate() in linux/of_platform > when possible, instead of calling of_platform_populate() with > the default match table. > > Cc: Nicolas Ferre > Cc: Ray Jui > Cc: Lee Jones > Cc: Krzysztof Halasa >

Re: [PATCH v2 01/15] arm: use of_platform_default_populate() to populate default bus

2016-02-01 Thread Shawn Guo
On Wed, Jan 27, 2016 at 03:53:00PM +0800, Kefeng Wang wrote: > Use helper of_platform_default_populate() in linux/of_platform > when possible, instead of calling of_platform_populate() with > the default match table. > > Cc: Nicolas Ferre > Cc: Ray Jui

Re: [PATCH v2 01/15] arm: use of_platform_default_populate() to populate default bus

2016-02-01 Thread Heiko Stübner
Am Mittwoch, 27. Januar 2016, 15:53:00 schrieb Kefeng Wang: > Use helper of_platform_default_populate() in linux/of_platform > when possible, instead of calling of_platform_populate() with > the default match table. > > Signed-off-by: Kefeng Wang > --- > diff --git

[PATCH v2 01/15] arm: use of_platform_default_populate() to populate default bus

2016-01-26 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Cc: Nicolas Ferre Cc: Ray Jui Cc: Lee Jones Cc: Krzysztof Halasa Cc: Kukjin Kim Cc: Rob Herring Cc: Shawn Guo Cc: Santosh Shilimkar Cc:

[PATCH v2 01/15] arm: use of_platform_default_populate() to populate default bus

2016-01-26 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Cc: Nicolas Ferre Cc: Ray Jui Cc: Lee Jones Cc: Krzysztof Halasa