Re: [U-Boot] [PATCH v2 17/29] dm: Introduce device sequence numbering

2014-07-18 Thread Simon Glass
Hi Jon, On 9 July 2014 07:53, Jon Loeliger wrote: > HI Simon, > > On Tue, Jul 8, 2014 at 10:38 PM, Simon Glass wrote: >> In U-Boot it is pretty common to number devices from 0 and access them >> on the command line using this numbering. While it may come to pass that >> we will move away from th

Re: [U-Boot] [PATCH v2 17/29] dm: Introduce device sequence numbering

2014-07-09 Thread Jon Loeliger
HI Simon, On Tue, Jul 8, 2014 at 10:38 PM, Simon Glass wrote: > In U-Boot it is pretty common to number devices from 0 and access them > on the command line using this numbering. While it may come to pass that > we will move away from this numbering, the possibility seems remote at > present. > >

[U-Boot] [PATCH v2 17/29] dm: Introduce device sequence numbering

2014-07-08 Thread Simon Glass
In U-Boot it is pretty common to number devices from 0 and access them on the command line using this numbering. While it may come to pass that we will move away from this numbering, the possibility seems remote at present. Given that devices within a uclass will have an implied numbering, it make