Re: [PATCH 21/21] clk: ux500: Supply provider look-up functionality to support Device Tree

2013-06-12 Thread Grant Likely
On Tue, 4 Jun 2013 12:57:06 +0200, Linus Walleij wrote: > On Mon, Jun 3, 2013 at 3:42 PM, Lee Jones wrote: > > > In this patch we're populating a clk_data array, one clock per element to > > act as a clk look-up using indexes supplied from Device Tree. > > > > Cc: Mike Turquette > > Signed-off

Re: [PATCH 21/21] clk: ux500: Supply provider look-up functionality to support Device Tree

2013-06-11 Thread Mike Turquette
Quoting Arnd Bergmann (2013-06-04 13:52:03) > On Tuesday 04 June 2013, Linus Walleij wrote: > > The whole thing is very different from other DT clock things > > I've seen, usually you add a compatible node for each > > clock type, and a node for each physical gate. But there > > may be several ways

Re: [PATCH 21/21] clk: ux500: Supply provider look-up functionality to support Device Tree

2013-06-05 Thread Lee Jones
On Tue, 04 Jun 2013, Arnd Bergmann wrote: > On Tuesday 04 June 2013, Linus Walleij wrote: > > The whole thing is very different from other DT clock things > > I've seen, usually you add a compatible node for each > > clock type, and a node for each physical gate. But there > > may be several ways

Re: [PATCH 21/21] clk: ux500: Supply provider look-up functionality to support Device Tree

2013-06-04 Thread Arnd Bergmann
On Tuesday 04 June 2013, Linus Walleij wrote: > The whole thing is very different from other DT clock things > I've seen, usually you add a compatible node for each > clock type, and a node for each physical gate. But there > may be several ways to skin this cat... > Based on the IRC discussion w

Re: [PATCH 21/21] clk: ux500: Supply provider look-up functionality to support Device Tree

2013-06-04 Thread Linus Walleij
On Mon, Jun 3, 2013 at 3:42 PM, Lee Jones wrote: > In this patch we're populating a clk_data array, one clock per element to > act as a clk look-up using indexes supplied from Device Tree. > > Cc: Mike Turquette > Signed-off-by: Lee Jones This needs to be patch 1/21 because otherwise the rest

Re: [PATCH 21/21] clk: ux500: Supply provider look-up functionality to support Device Tree

2013-06-03 Thread Arnd Bergmann
On Monday 03 June 2013 14:42:45 Lee Jones wrote: > In this patch we're populating a clk_data array, one clock per element to > act as a clk look-up using indexes supplied from Device Tree. This is the first time I actually take a closer look at clock bindings. It feels odd to have a single index w

[PATCH 21/21] clk: ux500: Supply provider look-up functionality to support Device Tree

2013-06-03 Thread Lee Jones
In this patch we're populating a clk_data array, one clock per element to act as a clk look-up using indexes supplied from Device Tree. Cc: Mike Turquette Signed-off-by: Lee Jones --- drivers/clk/ux500/u8500_clk.c | 154 - 1 file changed, 153 insertions(