Re: [PATCH] clk: Do a DT parent lookup even when index < 0

2019-06-17 Thread Stephen Boyd
Quoting Stephen Boyd (2019-06-14 11:10:40) > We want to allow the parent lookup to happen even if the index is some > value less than 0. This may be the case if a clk provider only specifies > the .name member to match a string in the "clock-names" DT property. We > shouldn't require that the

Re: [PATCH] clk: Do a DT parent lookup even when index < 0

2019-06-16 Thread Chen-Yu Tsai
On Sat, Jun 15, 2019 at 2:10 AM Stephen Boyd wrote: > > We want to allow the parent lookup to happen even if the index is some > value less than 0. This may be the case if a clk provider only specifies > the .name member to match a string in the "clock-names" DT property. We > shouldn't require

[PATCH] clk: Do a DT parent lookup even when index < 0

2019-06-14 Thread Stephen Boyd
We want to allow the parent lookup to happen even if the index is some value less than 0. This may be the case if a clk provider only specifies the .name member to match a string in the "clock-names" DT property. We shouldn't require that the index be >= 0 to make this use case work. Fixes: