Re: [PATCHv11 01/49] clk: add support for registering clocks from description

2013-12-20 Thread Tero Kristo
On 12/20/2013 12:53 PM, Paul Walmsley wrote: On Thu, 19 Dec 2013, Tero Kristo wrote: From: Mike Turquette Is this E-mail address correct? It's one byte off of the Signed-off-by: address. No it is not, just my typo there. :P Will fix that for next rev. clk_register_desc is the primary

Re: [PATCHv11 01/49] clk: add support for registering clocks from description

2013-12-20 Thread Paul Walmsley
On Thu, 19 Dec 2013, Tero Kristo wrote: > From: Mike Turquette Is this E-mail address correct? It's one byte off of the Signed-off-by: address. > clk_register_desc is the primary interface for populating the clock tree > with new clock nodes. In time, this will replace the various hardware-sp

[PATCHv11 01/49] clk: add support for registering clocks from description

2013-12-19 Thread Tero Kristo
From: Mike Turquette clk_register_desc is the primary interface for populating the clock tree with new clock nodes. In time, this will replace the various hardware-specific registration functions (e.g. clk_register_gate). Signed-off-by: Mike Turquette Signed-off-by: Tero Kristo --- drivers/cl