Re: [PATCH v2 6/8] clk: Allow parents to be specified without string names

2019-03-19 Thread Jerome Brunet
On Fri, 2019-03-15 at 10:16 -0700, Stephen Boyd wrote: > Quoting Jerome Brunet (2019-03-15 03:01:53) > > On Tue, 2019-02-26 at 14:34 -0800, Stephen Boyd wrote: > > > --- > > > drivers/clk/clk.c| 260 ++- > > > include/linux/clk-provider.h | 19 +++ > > >

Re: [PATCH v2 6/8] clk: Allow parents to be specified without string names

2019-03-15 Thread Stephen Boyd
Quoting Jerome Brunet (2019-03-15 03:01:53) > On Tue, 2019-02-26 at 14:34 -0800, Stephen Boyd wrote: > > --- > > drivers/clk/clk.c| 260 ++- > > include/linux/clk-provider.h | 19 +++ > > 2 files changed, 217 insertions(+), 62 deletions(-) > > Sorry fo

Re: [PATCH v2 6/8] clk: Allow parents to be specified without string names

2019-03-15 Thread Jerome Brunet
On Tue, 2019-02-26 at 14:34 -0800, Stephen Boyd wrote: > The common clk framework is lacking in ability to describe the clk > topology without specifying strings for every possible parent-child > link. There are a few drawbacks to the current approach: > > 1) String comparisons are used for every

Re: [PATCH v2 6/8] clk: Allow parents to be specified without string names

2019-03-06 Thread Jeffrey Hugo
On 3/6/2019 10:48 AM, Stephen Boyd wrote: Quoting Jeffrey Hugo (2019-03-02 13:25:06) On 2/26/2019 3:34 PM, Stephen Boyd wrote: The common clk framework is lacking in ability to describe the clk topology without specifying strings for every possible parent-child link. There are a few drawbacks t

Re: [PATCH v2 6/8] clk: Allow parents to be specified without string names

2019-03-06 Thread Stephen Boyd
Quoting Jerome Brunet (2019-03-02 10:40:42) > On Tue, 2019-02-26 at 14:34 -0800, Stephen Boyd wrote: > > The common clk framework is lacking in ability to describe the clk > > topology without specifying strings for every possible parent-child > > link. There are a few drawbacks to the current appr

Re: [PATCH v2 6/8] clk: Allow parents to be specified without string names

2019-03-06 Thread Stephen Boyd
Quoting Jeffrey Hugo (2019-03-02 13:25:06) > On 2/26/2019 3:34 PM, Stephen Boyd wrote: > > The common clk framework is lacking in ability to describe the clk > > topology without specifying strings for every possible parent-child > > link. There are a few drawbacks to the current approach: > > > >

Re: [PATCH v2 6/8] clk: Allow parents to be specified without string names

2019-03-02 Thread Jeffrey Hugo
On 2/26/2019 3:34 PM, Stephen Boyd wrote: The common clk framework is lacking in ability to describe the clk topology without specifying strings for every possible parent-child link. There are a few drawbacks to the current approach: 1) String comparisons are used for everything, including des

Re: [PATCH v2 6/8] clk: Allow parents to be specified without string names

2019-03-02 Thread Jerome Brunet
On Tue, 2019-02-26 at 14:34 -0800, Stephen Boyd wrote: > The common clk framework is lacking in ability to describe the clk > topology without specifying strings for every possible parent-child > link. There are a few drawbacks to the current approach: > > 1) String comparisons are used for every

[PATCH v2 6/8] clk: Allow parents to be specified without string names

2019-02-26 Thread Stephen Boyd
The common clk framework is lacking in ability to describe the clk topology without specifying strings for every possible parent-child link. There are a few drawbacks to the current approach: 1) String comparisons are used for everything, including describing topologies that are 'local' to a sin