Re: [U-Boot] [RFC PATCH 1/2] fdt: Add fdtdec_find_aliases() to deal with alias nodes

2012-01-11 Thread Simon Glass
Hi Stephen, On Tue, Jan 10, 2012 at 1:41 PM, Stephen Warren wrote: > On 01/10/2012 02:22 PM, Simon Glass wrote: >> Hi Stephen, >> >> On Tue, Jan 10, 2012 at 12:27 PM, Stephen Warren wrote: >>> On 12/26/2011 03:31 PM, Simon Glass wrote: Stephen Warren pointed out that we should use nodes whe

Re: [U-Boot] [RFC PATCH 1/2] fdt: Add fdtdec_find_aliases() to deal with alias nodes

2012-01-10 Thread Stephen Warren
On 01/10/2012 02:22 PM, Simon Glass wrote: > Hi Stephen, > > On Tue, Jan 10, 2012 at 12:27 PM, Stephen Warren wrote: >> On 12/26/2011 03:31 PM, Simon Glass wrote: >>> Stephen Warren pointed out that we should use nodes whether or not they >>> have an alias in the /aliases section. The aliases sec

Re: [U-Boot] [RFC PATCH 1/2] fdt: Add fdtdec_find_aliases() to deal with alias nodes

2012-01-10 Thread Simon Glass
Hi Stephen, On Tue, Jan 10, 2012 at 12:27 PM, Stephen Warren wrote: > On 12/26/2011 03:31 PM, Simon Glass wrote: >> Stephen Warren pointed out that we should use nodes whether or not they >> have an alias in the /aliases section. The aliases section specifies the >> order so far as it can, but is

Re: [U-Boot] [RFC PATCH 1/2] fdt: Add fdtdec_find_aliases() to deal with alias nodes

2012-01-10 Thread Stephen Warren
On 12/26/2011 03:31 PM, Simon Glass wrote: > Stephen Warren pointed out that we should use nodes whether or not they > have an alias in the /aliases section. The aliases section specifies the > order so far as it can, but is not essential. Operating without alisses > is useful when the enumerated o

Re: [U-Boot] [RFC PATCH 1/2] fdt: Add fdtdec_find_aliases() to deal with alias nodes

2012-01-03 Thread Simon Glass
Hi, On Mon, Dec 26, 2011 at 2:31 PM, Simon Glass wrote: > Stephen Warren pointed out that we should use nodes whether or not they > have an alias in the /aliases section. The aliases section specifies the > order so far as it can, but is not essential. Operating without alisses > is useful when t

[U-Boot] [RFC PATCH 1/2] fdt: Add fdtdec_find_aliases() to deal with alias nodes

2011-12-26 Thread Simon Glass
Stephen Warren pointed out that we should use nodes whether or not they have an alias in the /aliases section. The aliases section specifies the order so far as it can, but is not essential. Operating without alisses is useful when the enumerated order of nodes does not matter (admittedly rare in U