[PATCH 3/5] clk: rockchip: introduce the div_ops handling for composite branches

2014-11-03 Thread Kever Yang
Rockchip Socs have a lot of clock node registered as composite branch which include mux, divider and gate, most of them use the same ops handling callback, we still need special ops handling for some special clock node and this patch make it possible. Signed-off-by: Kever Yang ---

[PATCH 3/5] clk: rockchip: introduce the div_ops handling for composite branches

2014-11-03 Thread Kever Yang
Rockchip Socs have a lot of clock node registered as composite branch which include mux, divider and gate, most of them use the same ops handling callback, we still need special ops handling for some special clock node and this patch make it possible. Signed-off-by: Kever Yang