Re: [U-Boot] [PATCH 1/2] dm: device: Request next sequence number

2019-09-27 Thread sjg
On Sat, 14 Sep 2019 at 06:41, Thomas Fitzsimmons wrote: > > Hi Bin, > > Bin Meng writes: > > [...] > > > On Fri, Sep 6, 2019 at 7:52 PM Thomas Fitzsimmons > > wrote: > >> > >> For CONFIG_OF_PRIOR_STAGE, in the absence of a device tree alias for a > >> given device, use the next request number f

Re: [U-Boot] [PATCH 1/2] dm: device: Request next sequence number

2019-09-26 Thread Simon Glass
On Sat, 14 Sep 2019 at 06:41, Thomas Fitzsimmons wrote: > > Hi Bin, > > Bin Meng writes: > > [...] > > > On Fri, Sep 6, 2019 at 7:52 PM Thomas Fitzsimmons > > wrote: > >> > >> For CONFIG_OF_PRIOR_STAGE, in the absence of a device tree alias for a > >> given device, use the next request number f

Re: [U-Boot] [PATCH 1/2] dm: device: Request next sequence number

2019-09-14 Thread Thomas Fitzsimmons
Hi Bin, Bin Meng writes: [...] > On Fri, Sep 6, 2019 at 7:52 PM Thomas Fitzsimmons wrote: >> >> For CONFIG_OF_PRIOR_STAGE, in the absence of a device tree alias for a >> given device, use the next request number for that type of device. >> This allows aliases to be used when they're available,

Re: [U-Boot] [PATCH 1/2] dm: device: Request next sequence number

2019-09-06 Thread Bin Meng
Hi Thomas, On Fri, Sep 6, 2019 at 7:52 PM Thomas Fitzsimmons wrote: > > For CONFIG_OF_PRIOR_STAGE, in the absence of a device tree alias for a > given device, use the next request number for that type of device. > This allows aliases to be used when they're available, while still > allowing unali

[U-Boot] [PATCH 1/2] dm: device: Request next sequence number

2019-09-06 Thread Thomas Fitzsimmons
For CONFIG_OF_PRIOR_STAGE, in the absence of a device tree alias for a given device, use the next request number for that type of device. This allows aliases to be used when they're available, while still allowing unaliased devices to be probed. Signed-off-by: Thomas Fitzsimmons Cc: Bin Meng Cc: