Re: [RESEND PATCH v3 1/2] of: base: Introduce of_alias_get_alias_list() to check alias IDs

2018-10-08 Thread Michal Simek
Hi Geert, On 27.9.2018 09:22, Michal Simek wrote: > On 27.9.2018 09:19, Geert Uytterhoeven wrote: >> Hi Michal, >> >> On Wed, Sep 26, 2018 at 1:01 PM Michal Simek wrote: >>> On 24.9.2018 09:41, Geert Uytterhoeven wrote: On Thu, Sep 20, 2018 at 1:42 PM Michal Simek wrote: > The fun

Re: [RESEND PATCH v3 1/2] of: base: Introduce of_alias_get_alias_list() to check alias IDs

2018-09-27 Thread Michal Simek
On 27.9.2018 09:19, Geert Uytterhoeven wrote: > Hi Michal, > > On Wed, Sep 26, 2018 at 1:01 PM Michal Simek wrote: >> On 24.9.2018 09:41, Geert Uytterhoeven wrote: >>> On Thu, Sep 20, 2018 at 1:42 PM Michal Simek >>> wrote: The function travels the lookup table to record alias ids for the

Re: [RESEND PATCH v3 1/2] of: base: Introduce of_alias_get_alias_list() to check alias IDs

2018-09-27 Thread Geert Uytterhoeven
Hi Michal, On Wed, Sep 26, 2018 at 1:01 PM Michal Simek wrote: > On 24.9.2018 09:41, Geert Uytterhoeven wrote: > > On Thu, Sep 20, 2018 at 1:42 PM Michal Simek > > wrote: > >> The function travels the lookup table to record alias ids for the given > >> device match structures and alias stem. >

Re: [RESEND PATCH v3 1/2] of: base: Introduce of_alias_get_alias_list() to check alias IDs

2018-09-26 Thread Michal Simek
On 24.9.2018 09:41, Geert Uytterhoeven wrote: > Hi Michal, > > On Thu, Sep 20, 2018 at 1:42 PM Michal Simek wrote: >> The function travels the lookup table to record alias ids for the given >> device match structures and alias stem. >> This function will be used by serial drivers to check if requ

Re: [RESEND PATCH v3 1/2] of: base: Introduce of_alias_get_alias_list() to check alias IDs

2018-09-24 Thread Geert Uytterhoeven
Hi Michal, On Thu, Sep 20, 2018 at 1:42 PM Michal Simek wrote: > The function travels the lookup table to record alias ids for the given > device match structures and alias stem. > This function will be used by serial drivers to check if requested alias > is allocated or free to use. > > Signed-o

[RESEND PATCH v3 1/2] of: base: Introduce of_alias_get_alias_list() to check alias IDs

2018-09-20 Thread Michal Simek
The function travels the lookup table to record alias ids for the given device match structures and alias stem. This function will be used by serial drivers to check if requested alias is allocated or free to use. Signed-off-by: Michal Simek Reviewed-by: Rob Herring --- Changes in v3: - Fix sub