Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-08 Thread Frank Rowand
On 06/08/17 02:05, Mark Rutland wrote: > On Wed, Jun 07, 2017 at 08:49:43PM -0700, Frank Rowand wrote: >> On 06/07/17 11:39, Wesley Terpstra wrote: >>> It was a while ago that I debugged this. I already reported this bug >>> to Benjamin Herrenschmidt (now in CC), and I believe he has a patch of

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-08 Thread Frank Rowand
On 06/08/17 02:05, Mark Rutland wrote: > On Wed, Jun 07, 2017 at 08:49:43PM -0700, Frank Rowand wrote: >> On 06/07/17 11:39, Wesley Terpstra wrote: >>> It was a while ago that I debugged this. I already reported this bug >>> to Benjamin Herrenschmidt (now in CC), and I believe he has a patch of

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-08 Thread Mark Rutland
On Wed, Jun 07, 2017 at 08:49:43PM -0700, Frank Rowand wrote: > On 06/07/17 11:39, Wesley Terpstra wrote: > > It was a while ago that I debugged this. I already reported this bug > > to Benjamin Herrenschmidt (now in CC), and I believe he has a patch of > > his own to fix the same issue. > > > >

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-08 Thread Mark Rutland
On Wed, Jun 07, 2017 at 08:49:43PM -0700, Frank Rowand wrote: > On 06/07/17 11:39, Wesley Terpstra wrote: > > It was a while ago that I debugged this. I already reported this bug > > to Benjamin Herrenschmidt (now in CC), and I believe he has a patch of > > his own to fix the same issue. > > > >

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-07 Thread Frank Rowand
On 06/07/17 11:39, Wesley Terpstra wrote: > It was a while ago that I debugged this. I already reported this bug > to Benjamin Herrenschmidt (now in CC), and I believe he has a patch of > his own to fix the same issue. > > As I understand it, of_core_init sets up the OF entries in >

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-07 Thread Frank Rowand
On 06/07/17 11:39, Wesley Terpstra wrote: > It was a while ago that I debugged this. I already reported this bug > to Benjamin Herrenschmidt (now in CC), and I believe he has a patch of > his own to fix the same issue. > > As I understand it, of_core_init sets up the OF entries in >

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-07 Thread Benjamin Herrenschmidt
On Wed, 2017-06-07 at 11:39 -0700, Wesley Terpstra wrote: > It was a while ago that I debugged this. I already reported this bug > to Benjamin Herrenschmidt (now in CC), and I believe he has a patch of > his own to fix the same issue. > > As I understand it, of_core_init sets up the OF entries in

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-07 Thread Benjamin Herrenschmidt
On Wed, 2017-06-07 at 11:39 -0700, Wesley Terpstra wrote: > It was a while ago that I debugged this. I already reported this bug > to Benjamin Herrenschmidt (now in CC), and I believe he has a patch of > his own to fix the same issue. > > As I understand it, of_core_init sets up the OF entries in

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-07 Thread Wesley Terpstra
It was a while ago that I debugged this. I already reported this bug to Benjamin Herrenschmidt (now in CC), and I believe he has a patch of his own to fix the same issue. As I understand it, of_core_init sets up the OF entries in /sys/firmware/devicetree. During platform bringup, when the system

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-07 Thread Wesley Terpstra
It was a while ago that I debugged this. I already reported this bug to Benjamin Herrenschmidt (now in CC), and I believe he has a patch of his own to fix the same issue. As I understand it, of_core_init sets up the OF entries in /sys/firmware/devicetree. During platform bringup, when the system

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-07 Thread Mark Rutland
On Wed, Jun 07, 2017 at 09:07:20AM +0200, Geert Uytterhoeven wrote: > CC devicetree folks > > On Wed, Jun 7, 2017 at 12:59 AM, Palmer Dabbelt wrote: > > From: "Wesley W. Terpstra" > > > > This fixes: [0.01] cpu cpu0: Error -2 creating of_node link

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-07 Thread Mark Rutland
On Wed, Jun 07, 2017 at 09:07:20AM +0200, Geert Uytterhoeven wrote: > CC devicetree folks > > On Wed, Jun 7, 2017 at 12:59 AM, Palmer Dabbelt wrote: > > From: "Wesley W. Terpstra" > > > > This fixes: [0.01] cpu cpu0: Error -2 creating of_node link > > ... which you get for every CPU on

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-07 Thread Geert Uytterhoeven
CC devicetree folks On Wed, Jun 7, 2017 at 12:59 AM, Palmer Dabbelt wrote: > From: "Wesley W. Terpstra" > > This fixes: [0.01] cpu cpu0: Error -2 creating of_node link > ... which you get for every CPU on all architectures with a OF cpu/ node. > >

Re: [PATCH 03/17] base: fix order of OF initialization

2017-06-07 Thread Geert Uytterhoeven
CC devicetree folks On Wed, Jun 7, 2017 at 12:59 AM, Palmer Dabbelt wrote: > From: "Wesley W. Terpstra" > > This fixes: [0.01] cpu cpu0: Error -2 creating of_node link > ... which you get for every CPU on all architectures with a OF cpu/ node. > > This affects riscv, nios, etc. > >

[PATCH 03/17] base: fix order of OF initialization

2017-06-06 Thread Palmer Dabbelt
From: "Wesley W. Terpstra" This fixes: [0.01] cpu cpu0: Error -2 creating of_node link ... which you get for every CPU on all architectures with a OF cpu/ node. This affects riscv, nios, etc. Signed-off-by: Palmer Dabbelt --- drivers/base/init.c

[PATCH 03/17] base: fix order of OF initialization

2017-06-06 Thread Palmer Dabbelt
From: "Wesley W. Terpstra" This fixes: [0.01] cpu cpu0: Error -2 creating of_node link ... which you get for every CPU on all architectures with a OF cpu/ node. This affects riscv, nios, etc. Signed-off-by: Palmer Dabbelt --- drivers/base/init.c | 2 +- 1 file changed, 1