[PATCH v2 0/3] clk: qcom: Introduce parent_map tables

From: Georgi Djakov
Date: Thu Mar 19 2015 - 04:30:15 EST


This patchset introduces the parent_map index tables, which solve the
issue discussed here [1].
While doing this, fix also some of the code around (patches 1 and 2)

[1] https://lkml.org/lkml/2015/3/5/682

Patchset based on clk-next.

Changes since v1:
* Squash the last patches to make this bisectable.

Georgi Djakov (3):
clk: qcom: Fix clk_get_parent function return value
clk: qcom: Do some error handling in configure_bank()
clk: qcom: Introduce parent_map tables

drivers/clk/qcom/clk-rcg.c | 99 +++++++++++++++-------
drivers/clk/qcom/clk-rcg.h | 15 +++-
drivers/clk/qcom/clk-rcg2.c | 18 ++--
drivers/clk/qcom/common.c | 17 ++++
drivers/clk/qcom/common.h | 2 +
drivers/clk/qcom/gcc-apq8084.c | 70 ++++++++-------
drivers/clk/qcom/gcc-ipq806x.c | 51 ++++++-----
drivers/clk/qcom/gcc-msm8660.c | 24 +++---
drivers/clk/qcom/gcc-msm8960.c | 35 ++++----
drivers/clk/qcom/gcc-msm8974.c | 33 +++++---
drivers/clk/qcom/lcc-ipq806x.c | 13 +--
drivers/clk/qcom/lcc-msm8960.c | 13 +--
drivers/clk/qcom/mmcc-apq8084.c | 178 +++++++++++++++++++++------------------
drivers/clk/qcom/mmcc-msm8960.c | 53 ++++++------
drivers/clk/qcom/mmcc-msm8974.c | 142 ++++++++++++++++---------------
15 files changed, 448 insertions(+), 315 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/