All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Mike Turquette <mturquette@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] qcom clocks changes for 3.18
Date: Tue, 23 Sep 2014 16:06:16 -0700	[thread overview]
Message-ID: <20140923230616.GI10233@codeaurora.org> (raw)

Hi Mike,

A smallish pull request for 3.18. The next batch of stuff is
going to require more review from your side (cpufreq, nss, etc.)

The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef:

  Linux 3.17-rc2 (2014-08-25 15:36:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git tags/qcom-clocks-for-3.18

for you to fetch changes up to 229fd4a505553c3a475b90e9aa8e452f5d78eb3b:

  clk: qcom: Add support for banked MD RCGs (2014-09-22 15:16:54 -0700)

----------------------------------------------------------------
qcom clock changes for 3.18

Some fixes for the IPQ driver and some code consolidation
and refactoring.

----------------------------------------------------------------
Andy Gross (1):
      clk: qcom: Add IPQ8064 PLL required for USB

Stephen Boyd (3):
      clk: qcom: Consolidate frequency finding logic
      clk: qcom: Add support for setting rates on PLLs
      clk: qcom: Add support for banked MD RCGs

 drivers/clk/qcom/clk-pll.c      |  68 +++++++++++++++++++++++-
 drivers/clk/qcom/clk-pll.h      |  20 +++++++
 drivers/clk/qcom/clk-rcg.c      | 115 +++++++++++++++++++---------------------
 drivers/clk/qcom/clk-rcg.h      |   6 ++-
 drivers/clk/qcom/clk-rcg2.c     |  19 ++-----
 drivers/clk/qcom/common.c       |  16 ++++++
 drivers/clk/qcom/common.h       |   4 ++
 drivers/clk/qcom/gcc-ipq806x.c  |  31 ++++++++++-
 drivers/clk/qcom/mmcc-msm8960.c |  28 +++++++---
 9 files changed, 219 insertions(+), 88 deletions(-)

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation

WARNING: multiple messages have this Message-ID (diff)
From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] qcom clocks changes for 3.18
Date: Tue, 23 Sep 2014 16:06:16 -0700	[thread overview]
Message-ID: <20140923230616.GI10233@codeaurora.org> (raw)

Hi Mike,

A smallish pull request for 3.18. The next batch of stuff is
going to require more review from your side (cpufreq, nss, etc.)

The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef:

  Linux 3.17-rc2 (2014-08-25 15:36:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git tags/qcom-clocks-for-3.18

for you to fetch changes up to 229fd4a505553c3a475b90e9aa8e452f5d78eb3b:

  clk: qcom: Add support for banked MD RCGs (2014-09-22 15:16:54 -0700)

----------------------------------------------------------------
qcom clock changes for 3.18

Some fixes for the IPQ driver and some code consolidation
and refactoring.

----------------------------------------------------------------
Andy Gross (1):
      clk: qcom: Add IPQ8064 PLL required for USB

Stephen Boyd (3):
      clk: qcom: Consolidate frequency finding logic
      clk: qcom: Add support for setting rates on PLLs
      clk: qcom: Add support for banked MD RCGs

 drivers/clk/qcom/clk-pll.c      |  68 +++++++++++++++++++++++-
 drivers/clk/qcom/clk-pll.h      |  20 +++++++
 drivers/clk/qcom/clk-rcg.c      | 115 +++++++++++++++++++---------------------
 drivers/clk/qcom/clk-rcg.h      |   6 ++-
 drivers/clk/qcom/clk-rcg2.c     |  19 ++-----
 drivers/clk/qcom/common.c       |  16 ++++++
 drivers/clk/qcom/common.h       |   4 ++
 drivers/clk/qcom/gcc-ipq806x.c  |  31 ++++++++++-
 drivers/clk/qcom/mmcc-msm8960.c |  28 +++++++---
 9 files changed, 219 insertions(+), 88 deletions(-)

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation

             reply	other threads:[~2014-09-23 23:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-23 23:06 Stephen Boyd [this message]
2014-09-23 23:06 ` [GIT PULL] qcom clocks changes for 3.18 Stephen Boyd
2014-09-26 23:15 ` Mike Turquette
2014-09-26 23:15   ` Mike Turquette

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=20140923230616.GI10233@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@linaro.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.