Re: [PATCHv11 05/49] clk: gate: add support for registering gate clock from descriptor

2013-12-20 Thread Paul Walmsley
On Thu, 19 Dec 2013, Tero Kristo wrote: New clk_register_desc() call can be used to register this clock type now. Signed-off-by: Tero Kristo t-kri...@ti.com ... diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index 7dd6842..27a9765 100644 ---

[PATCHv11 05/49] clk: gate: add support for registering gate clock from descriptor

2013-12-19 Thread Tero Kristo
New clk_register_desc() call can be used to register this clock type now. Signed-off-by: Tero Kristo t-kri...@ti.com --- drivers/clk/clk-gate.c | 31 +++ include/linux/clk-provider.h | 19 +++ 2 files changed, 50 insertions(+) diff --git