Re: [U-Boot] [PATCH v2] power: extend prefix match to regulator-name property

2017-10-23 Thread Felix Brack
On 20.10.2017 15:34, Jaehoon Chung wrote: > On 10/18/2017 06:39 PM, Felix Brack wrote: >> This patch extends pmic_bind_children prefix matching. In addition to >> the node name the property regulator-name is used while trying to match >> prefixes. This allows assigning different drivers to

Re: [U-Boot] [PATCH v2] power: extend prefix match to regulator-name property

2017-10-22 Thread Simon Glass
On 18 October 2017 at 11:39, Felix Brack wrote: > This patch extends pmic_bind_children prefix matching. In addition to > the node name the property regulator-name is used while trying to match > prefixes. This allows assigning different drivers to regulator nodes > named

Re: [U-Boot] [PATCH v2] power: extend prefix match to regulator-name property

2017-10-20 Thread Jaehoon Chung
On 10/18/2017 06:39 PM, Felix Brack wrote: > This patch extends pmic_bind_children prefix matching. In addition to > the node name the property regulator-name is used while trying to match > prefixes. This allows assigning different drivers to regulator nodes > named regulator@1 and regulator@10

[U-Boot] [PATCH v2] power: extend prefix match to regulator-name property

2017-10-18 Thread Felix Brack
This patch extends pmic_bind_children prefix matching. In addition to the node name the property regulator-name is used while trying to match prefixes. This allows assigning different drivers to regulator nodes named regulator@1 and regulator@10 for example. I have discarded the idea of using