Re: [PATCH v3] dm: uclass: don't assign aliased seq numbers

2020-03-02 Thread Simon Glass
Hi Michael, On Wed, 5 Feb 2020 at 13:05, Simon Glass wrote: > > On Mon, 3 Feb 2020 at 10:12, Michael Walle wrote: > > > > If there are aliases for an uclass, set the base for the "dynamically" > > allocated numbers next to the highest alias. > > > > Please note, that this might lead to holes in

Re: [PATCH v3] dm: uclass: don't assign aliased seq numbers

2020-02-20 Thread Michal Simek
On 20. 02. 20 21:16, Michael Walle wrote: > > Hi Michal, > > Am 2020-02-20 11:14, schrieb Michal Simek: >> On 20. 02. 20 10:52, Michael Walle wrote: >>> Hi Michal, >>> >>> Am 2020-02-20 09:30, schrieb Michal Simek: On 03. 02. 20 18:11, Michael Walle wrote: > If there are aliases for an u

Re: [PATCH v3] dm: uclass: don't assign aliased seq numbers

2020-02-20 Thread Michael Walle
Hi Michal, Am 2020-02-20 11:14, schrieb Michal Simek: On 20. 02. 20 10:52, Michael Walle wrote: Hi Michal, Am 2020-02-20 09:30, schrieb Michal Simek: On 03. 02. 20 18:11, Michael Walle wrote: If there are aliases for an uclass, set the base for the "dynamically" allocated numbers next to

Re: [PATCH v3] dm: uclass: don't assign aliased seq numbers

2020-02-20 Thread Michal Simek
On 20. 02. 20 10:52, Michael Walle wrote: > Hi Michal, > > Am 2020-02-20 09:30, schrieb Michal Simek: >> On 03. 02. 20 18:11, Michael Walle wrote: >>> If there are aliases for an uclass, set the base for the "dynamically" >>> allocated numbers next to the highest alias. >>> >>> Please note, that t

Re: [PATCH v3] dm: uclass: don't assign aliased seq numbers

2020-02-20 Thread Michael Walle
Hi Michal, Am 2020-02-20 09:30, schrieb Michal Simek: On 03. 02. 20 18:11, Michael Walle wrote: If there are aliases for an uclass, set the base for the "dynamically" allocated numbers next to the highest alias. Please note, that this might lead to holes in the sequences, depending on the devi

Re: [PATCH v3] dm: uclass: don't assign aliased seq numbers

2020-02-20 Thread Michal Simek
On 03. 02. 20 18:11, Michael Walle wrote: > If there are aliases for an uclass, set the base for the "dynamically" > allocated numbers next to the highest alias. > > Please note, that this might lead to holes in the sequences, depending > on the device tree. For example if there is only an alias "

Re: [PATCH v3] dm: uclass: don't assign aliased seq numbers

2020-02-05 Thread Simon Glass
On Mon, 3 Feb 2020 at 10:12, Michael Walle wrote: > > If there are aliases for an uclass, set the base for the "dynamically" > allocated numbers next to the highest alias. > > Please note, that this might lead to holes in the sequences, depending > on the device tree. For example if there is only