[U-Boot] [PATCH 1/4] dm: core: Add of_alias_get_highest_id()

2019-01-18 Thread Michal Simek
The same functionality was added to Linux for i2c bus registration with this commit message: " of: base: add function to get highest id of an alias stem I2C supports adding adapters using either a dynamic or fixed id. The latter is provided by aliases in the DT case. To prevent id collisions of t

Re: [U-Boot] [PATCH 1/4] dm: core: Add of_alias_get_highest_id()

2019-02-01 Thread Simon Glass
Hi Michal, On Thu, 31 Jan 2019 at 03:19, Michal Simek wrote: > > On 31. 01. 19 11:04, Simon Glass wrote: > > Hi Michal, > > > > On Fri, 18 Jan 2019 at 08:13, Michal Simek wrote: > >> > >> The same functionality was added to Linux for i2c bus registration with this > >> commit message: > >> > >>

Re: [U-Boot] [PATCH 1/4] dm: core: Add of_alias_get_highest_id()

2019-01-28 Thread Michal Simek
Hi Simon, On 18. 01. 19 16:13, Michal Simek wrote: > The same functionality was added to Linux for i2c bus registration with this > commit message: > > " > of: base: add function to get highest id of an alias stem > > I2C supports adding adapters using either a dynamic or fixed id. The > latter

Re: [U-Boot] [PATCH 1/4] dm: core: Add of_alias_get_highest_id()

2019-01-31 Thread Simon Glass
Hi Michal, On Fri, 18 Jan 2019 at 08:13, Michal Simek wrote: > > The same functionality was added to Linux for i2c bus registration with this > commit message: > > " > of: base: add function to get highest id of an alias stem > > I2C supports adding adapters using either a dynamic or fixed id. Th

Re: [U-Boot] [PATCH 1/4] dm: core: Add of_alias_get_highest_id()

2019-01-31 Thread Michal Simek
On 31. 01. 19 11:04, Simon Glass wrote: > Hi Michal, > > On Fri, 18 Jan 2019 at 08:13, Michal Simek wrote: >> >> The same functionality was added to Linux for i2c bus registration with this >> commit message: >> >> " >> of: base: add function to get highest id of an alias stem >> >> I2C supports