All of lore.kernel.org
 help / color / mirror / Atom feed
From: Georgi Djakov <georgi.djakov@linaro.org>
To: sboyd@codeaurora.org, mturquette@linaro.org
Cc: galak@codeaurora.org, linux-kernel@vger.kernel.org,
	linux-arm-msm@vger.kernel.org
Subject: [PATCH v3 0/3] clk: qcom: Introduce parent_map tables
Date: Fri, 20 Mar 2015 18:30:23 +0200	[thread overview]
Message-ID: <1426869026-26006-1-git-send-email-georgi.djakov@linaro.org> (raw)

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 v2:
 * Iterate over number of parents instad of using NULL terminated entries.
 * Moved call to qcom_find_src_index() at the top.

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      |   14 +++-
 drivers/clk/qcom/clk-rcg2.c     |   19 +++--
 drivers/clk/qcom/common.c       |   12 +++
 drivers/clk/qcom/common.h       |    4 +
 drivers/clk/qcom/gcc-apq8084.c  |   62 ++++++++-------
 drivers/clk/qcom/gcc-ipq806x.c  |   46 ++++++-----
 drivers/clk/qcom/gcc-msm8660.c  |   22 ++---
 drivers/clk/qcom/gcc-msm8960.c  |   32 ++++----
 drivers/clk/qcom/gcc-msm8974.c  |   30 +++----
 drivers/clk/qcom/lcc-ipq806x.c  |   12 +--
 drivers/clk/qcom/lcc-msm8960.c  |   12 +--
 drivers/clk/qcom/mmcc-apq8084.c |  168 ++++++++++++++++++++-------------------
 drivers/clk/qcom/mmcc-msm8960.c |   49 ++++++------
 drivers/clk/qcom/mmcc-msm8974.c |  134 ++++++++++++++++---------------
 15 files changed, 401 insertions(+), 314 deletions(-)

             reply	other threads:[~2015-03-20 16:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-20 16:30 Georgi Djakov [this message]
2015-03-20 16:30 ` [PATCH v3 1/3] clk: qcom: Fix clk_get_parent function return value Georgi Djakov
2015-03-20 16:30 ` [PATCH v3 2/3] clk: qcom: Do some error handling in configure_bank() Georgi Djakov
2015-03-20 16:30 ` [PATCH v3 3/3] clk: qcom: Introduce parent_map tables Georgi Djakov
2015-04-01 14:22   ` Hai Li
2015-04-01 19:46     ` Georgi Djakov
2015-03-23 23:24 ` [PATCH v3 0/3] " Stephen Boyd

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1426869026-26006-1-git-send-email-georgi.djakov@linaro.org \
    --to=georgi.djakov@linaro.org \
    --cc=galak@codeaurora.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.