[PATCH v1 4/9] clk: qcom: Make RCGs use the parent_map struct

2015-03-18 Thread Georgi Djakov
Switch RCG functions to use of the newly introduced parent_map struct. Signed-off-by: Georgi Djakov --- drivers/clk/qcom/clk-rcg.c | 13 - drivers/clk/qcom/clk-rcg.h |4 ++-- drivers/clk/qcom/clk-rcg2.c | 11 +++ 3 files changed, 17 insertions(+), 11 deletions(-)

[PATCH v1 4/9] clk: qcom: Make RCGs use the parent_map struct

2015-03-18 Thread Georgi Djakov
Switch RCG functions to use of the newly introduced parent_map struct. Signed-off-by: Georgi Djakov georgi.dja...@linaro.org --- drivers/clk/qcom/clk-rcg.c | 13 - drivers/clk/qcom/clk-rcg.h |4 ++-- drivers/clk/qcom/clk-rcg2.c | 11 +++ 3 files changed, 17