Re: [PATCH] of: Make of_node_name_eq() case insensitive

2019-01-25 Thread Rob Herring
On Thu, Jan 24, 2019 at 11:00 PM Florian Fainelli wrote: > > > > On 1/24/19 6:06 PM, Frank Rowand wrote: > > On 1/24/19 5:20 PM, Florian Fainelli wrote: > >> > >> > >> On 1/24/19 3:45 PM, Frank Rowand wrote: > >>> On 1/24/19 12:08 PM, Florian Fainelli wrote: > Since c32569e358ad ("regulator:

Re: [PATCH] of: Make of_node_name_eq() case insensitive

2019-01-24 Thread Florian Fainelli
On 1/24/19 6:06 PM, Frank Rowand wrote: > On 1/24/19 5:20 PM, Florian Fainelli wrote: >> >> >> On 1/24/19 3:45 PM, Frank Rowand wrote: >>> On 1/24/19 12:08 PM, Florian Fainelli wrote: Since c32569e358ad ("regulator: Use of_node_name_eq for node name comparisons") Vivien reported the

Re: [PATCH] of: Make of_node_name_eq() case insensitive

2019-01-24 Thread Frank Rowand
On 1/24/19 5:20 PM, Florian Fainelli wrote: > > > On 1/24/19 3:45 PM, Frank Rowand wrote: >> On 1/24/19 12:08 PM, Florian Fainelli wrote: >>> Since c32569e358ad ("regulator: Use of_node_name_eq for node name >>> comparisons") Vivien reported the mc13892-regulator complaining about >>> not being

Re: [PATCH] of: Make of_node_name_eq() case insensitive

2019-01-24 Thread Florian Fainelli
On 1/24/19 3:45 PM, Frank Rowand wrote: > On 1/24/19 12:08 PM, Florian Fainelli wrote: >> Since c32569e358ad ("regulator: Use of_node_name_eq for node name >> comparisons") Vivien reported the mc13892-regulator complaining about >> not being able to find regulators. >> >> This is because prior

Re: [PATCH] of: Make of_node_name_eq() case insensitive

2019-01-24 Thread Frank Rowand
On 1/24/19 12:08 PM, Florian Fainelli wrote: > Since c32569e358ad ("regulator: Use of_node_name_eq for node name > comparisons") Vivien reported the mc13892-regulator complaining about > not being able to find regulators. > > This is because prior to that commit we used of_node_cmp() to compare >

Re: [PATCH] of: Make of_node_name_eq() case insensitive

2019-01-24 Thread Vivien Didelot
Hi, On Thu, 24 Jan 2019 12:08:25 -0800, Florian Fainelli wrote: > Since c32569e358ad ("regulator: Use of_node_name_eq for node name > comparisons") Vivien reported the mc13892-regulator complaining about > not being able to find regulators. > > This is because prior to that commit we used

Re: [PATCH] of: Make of_node_name_eq() case insensitive

2019-01-24 Thread Joe Perches
On Thu, 2019-01-24 at 12:08 -0800, Florian Fainelli wrote: > Since c32569e358ad ("regulator: Use of_node_name_eq for node name > comparisons") Vivien reported the mc13892-regulator complaining about > not being able to find regulators. > > This is because prior to that commit we used

[PATCH] of: Make of_node_name_eq() case insensitive

2019-01-24 Thread Florian Fainelli
Since c32569e358ad ("regulator: Use of_node_name_eq for node name comparisons") Vivien reported the mc13892-regulator complaining about not being able to find regulators. This is because prior to that commit we used of_node_cmp() to compare the regulator array passed from mc13892_regulators down