Re: [PATCH] of: reduce the number of PROBE_DEFERs

2013-08-22 Thread Grant Likely
On Thu, Aug 22, 2013 at 9:00 AM, Jean-Francois Moine wrote: > On Tue, 20 Aug 2013 11:13:24 +0100 > Grant Likely wrote: > >> On Tue, Aug 20, 2013 at 11:01 AM, Jean-Francois Moine >> wrote: >> > This patch populates the platform from the device tree into two steps: >> > the first step creates the

Re: [PATCH] of: reduce the number of PROBE_DEFERs

2013-08-22 Thread Jean-Francois Moine
On Tue, 20 Aug 2013 11:13:24 +0100 Grant Likely wrote: > On Tue, Aug 20, 2013 at 11:01 AM, Jean-Francois Moine wrote: > > This patch populates the platform from the device tree into two steps: > > the first step creates the nodes that are referenced by a phandle, > > the second step creates the

Re: [PATCH] of: reduce the number of PROBE_DEFERs

2013-08-20 Thread Grant Likely
On Tue, Aug 20, 2013 at 11:01 AM, Jean-Francois Moine wrote: > This patch populates the platform from the device tree into two steps: > the first step creates the nodes that are referenced by a phandle, > the second step creates the other nodes. > > This permits to reduce the number of PROBE_DEFER