Re: NXP P50XX/e5500 secondary CPUs not onlined with current mainline (was [PATCH 20/21] of: use for_each_of_cpu_node iterator)

2018-11-01 Thread Michael Ellerman
Rob Herring writes: > On Wed, Oct 31, 2018 at 7:46 AM Michael Ellerman wrote: >> Rob Herring writes: >> > Use the for_each_of_cpu_node iterator to iterate over cpu nodes. This >> > has the side effect of defaulting to iterating using "cpu" node names in >> > preference to the deprecated (for

Re: NXP P50XX/e5500 secondary CPUs not onlined with current mainline (was [PATCH 20/21] of: use for_each_of_cpu_node iterator)

2018-11-01 Thread Michael Ellerman
Rob Herring writes: > On Wed, Oct 31, 2018 at 7:46 AM Michael Ellerman wrote: >> Rob Herring writes: >> > Use the for_each_of_cpu_node iterator to iterate over cpu nodes. This >> > has the side effect of defaulting to iterating using "cpu" node names in >> > preference to the deprecated (for

Re: NXP P50XX/e5500 secondary CPUs not onlined with current mainline (was [PATCH 20/21] of: use for_each_of_cpu_node iterator)

2018-10-31 Thread Rob Herring
On Wed, Oct 31, 2018 at 7:46 AM Michael Ellerman wrote: > > Hi Rob, > > This change is breaking some powerpc machines, ... > > Rob Herring writes: > > Use the for_each_of_cpu_node iterator to iterate over cpu nodes. This > > has the side effect of defaulting to iterating using "cpu" node names

Re: NXP P50XX/e5500 secondary CPUs not onlined with current mainline (was [PATCH 20/21] of: use for_each_of_cpu_node iterator)

2018-10-31 Thread Rob Herring
On Wed, Oct 31, 2018 at 7:46 AM Michael Ellerman wrote: > > Hi Rob, > > This change is breaking some powerpc machines, ... > > Rob Herring writes: > > Use the for_each_of_cpu_node iterator to iterate over cpu nodes. This > > has the side effect of defaulting to iterating using "cpu" node names

NXP P50XX/e5500 secondary CPUs not onlined with current mainline (was [PATCH 20/21] of: use for_each_of_cpu_node iterator)

2018-10-31 Thread Michael Ellerman
Hi Rob, This change is breaking some powerpc machines, ... Rob Herring writes: > Use the for_each_of_cpu_node iterator to iterate over cpu nodes. This > has the side effect of defaulting to iterating using "cpu" node names in > preference to the deprecated (for FDT) device_type == "cpu". > >

NXP P50XX/e5500 secondary CPUs not onlined with current mainline (was [PATCH 20/21] of: use for_each_of_cpu_node iterator)

2018-10-31 Thread Michael Ellerman
Hi Rob, This change is breaking some powerpc machines, ... Rob Herring writes: > Use the for_each_of_cpu_node iterator to iterate over cpu nodes. This > has the side effect of defaulting to iterating using "cpu" node names in > preference to the deprecated (for FDT) device_type == "cpu". > >