[linux-sunxi] Re: [PATCH v2 03/10] clk: sunxi: Let divs clocks read the base factor clock name from devicetree

2015-05-18 Thread Jens Kuske
Hi, On 05/16/15 04:10, Chen-Yu Tsai wrote: 2015年5月16日 上午12:39於 Jens Kuske jensku...@gmail.com寫道: [..] @@ -1141,6 +1133,7 @@ static void __init sunxi_divs_clk_setup(struct device_node *node, struct clk_gate *gate = NULL; struct clk_fixed_factor *fix_factor; struct

[linux-sunxi] Re: [PATCH v2 03/10] clk: sunxi: Let divs clocks read the base factor clock name from devicetree

2015-05-17 Thread Maxime Ripard
On Fri, May 15, 2015 at 06:38:53PM +0200, Jens Kuske wrote: Currently, the sunxi clock driver gets the name for the base factor clock of divs clocks from the name field in factors_data. This prevents reusing of the factor clock for clocks with same properties, but different name. This commit

[linux-sunxi] Re: [PATCH v2 03/10] clk: sunxi: Let divs clocks read the base factor clock name from devicetree

2015-05-15 Thread Chen-Yu Tsai
2015年5月16日 上午12:39於 Jens Kuske jensku...@gmail.com寫道: Currently, the sunxi clock driver gets the name for the base factor clock of divs clocks from the name field in factors_data. This prevents reusing of the factor clock for clocks with same properties, but different name. This commit makes