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

2017-10-25 Thread Chen-Yu Tsai
On Tue, Oct 24, 2017 at 2:30 PM, Felix Brack wrote: > On 23.10.2017 22:34, Chen-Yu Tsai wrote: >> On Tue, Oct 24, 2017 at 12:36 AM, Felix Brack wrote: >>> On 23.10.2017 16:36, Chen-Yu Tsai wrote: Hi, On Thu, Oct 12, 2017 at 11:40 PM, Felix Brack

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

2017-10-24 Thread Felix Brack
On 23.10.2017 22:34, Chen-Yu Tsai wrote: > On Tue, Oct 24, 2017 at 12:36 AM, Felix Brack wrote: >> On 23.10.2017 16:36, Chen-Yu Tsai wrote: >>> Hi, >>> >>> On Thu, Oct 12, 2017 at 11:40 PM, Felix Brack wrote: On 12.10.2017 14:53, Chen-Yu Tsai wrote: > On Thu,

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

2017-10-23 Thread Chen-Yu Tsai
On Tue, Oct 24, 2017 at 12:36 AM, Felix Brack wrote: > On 23.10.2017 16:36, Chen-Yu Tsai wrote: >> Hi, >> >> On Thu, Oct 12, 2017 at 11:40 PM, Felix Brack wrote: >>> On 12.10.2017 14:53, Chen-Yu Tsai wrote: On Thu, Oct 12, 2017 at 8:24 PM, Felix Brack

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

2017-10-23 Thread Felix Brack
On 23.10.2017 16:36, Chen-Yu Tsai wrote: > Hi, > > On Thu, Oct 12, 2017 at 11:40 PM, Felix Brack wrote: >> On 12.10.2017 14:53, Chen-Yu Tsai wrote: >>> On Thu, Oct 12, 2017 at 8:24 PM, Felix Brack wrote: On 12.10.2017 04:46, Chen-Yu Tsai wrote: > On Mon, Oct

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

2017-10-23 Thread Chen-Yu Tsai
Hi, On Thu, Oct 12, 2017 at 11:40 PM, Felix Brack wrote: > On 12.10.2017 14:53, Chen-Yu Tsai wrote: >> On Thu, Oct 12, 2017 at 8:24 PM, Felix Brack wrote: >>> On 12.10.2017 04:46, Chen-Yu Tsai wrote: On Mon, Oct 9, 2017 at 6:04 PM, Felix Brack

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

2017-10-13 Thread Felix Brack
Hello Simon, On 12.10.2017 04:07, Simon Glass wrote: > Hi Felix, > > On 9 October 2017 at 03:04, 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.

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

2017-10-12 Thread Felix Brack
On 12.10.2017 14:53, Chen-Yu Tsai wrote: > On Thu, Oct 12, 2017 at 8:24 PM, Felix Brack wrote: >> On 12.10.2017 04:46, Chen-Yu Tsai wrote: >>> On Mon, Oct 9, 2017 at 6:04 PM, Felix Brack wrote: This patch extends pmic_bind_children prefix matching. In addition to

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

2017-10-12 Thread Chen-Yu Tsai
On Thu, Oct 12, 2017 at 8:24 PM, Felix Brack wrote: > On 12.10.2017 04:46, Chen-Yu Tsai wrote: >> On Mon, Oct 9, 2017 at 6:04 PM, Felix Brack wrote: >>> This patch extends pmic_bind_children prefix matching. In addition to >>> the node name the property regulator-name

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

2017-10-12 Thread Felix Brack
On 12.10.2017 04:46, Chen-Yu Tsai wrote: > On Mon, Oct 9, 2017 at 6:04 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

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

2017-10-11 Thread Chen-Yu Tsai
On Mon, Oct 9, 2017 at 6:04 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

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

2017-10-11 Thread Simon Glass
Hi Felix, On 9 October 2017 at 03:04, 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 >

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

2017-10-09 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. Signed-off-by: Felix Brack