From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] IPQ NSS/GMAC clock support
Date: Wed, 6 Aug 2014 11:15:09 -0700 [thread overview]
Message-ID: <1407348912-9124-1-git-send-email-sboyd@codeaurora.org> (raw)
The NSS and GMAC clocks were missing from the initial IPQ clock
control driver. This patch series adds them by adding support for
PLL rate switching, generalizing the dyn_rcg code a bit to deal
with more exotic variants of the register layouts, and finally
adding support for the clocks. Please note that the last patch
depends on the safe switch hook that I've already sent out[1].
Stephen Boyd (3):
clk: qcom: Add support for setting rates on PLLs
clk: qcom: Add support for banked MD RCGs
clk: qcom: Add support for NSS/GMAC clocks and resets
drivers/clk/qcom/clk-pll.c | 68 ++-
drivers/clk/qcom/clk-pll.h | 20 +
drivers/clk/qcom/clk-rcg.c | 99 ++--
drivers/clk/qcom/clk-rcg.h | 6 +-
drivers/clk/qcom/gcc-ipq806x.c | 710 ++++++++++++++++++++++++++-
drivers/clk/qcom/mmcc-msm8960.c | 28 +-
include/dt-bindings/clock/qcom,gcc-ipq806x.h | 3 +
include/dt-bindings/reset/qcom,gcc-ipq806x.h | 43 ++
8 files changed, 919 insertions(+), 58 deletions(-)
[1] https://lkml.org/lkml/2014/6/24/921
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
next reply other threads:[~2014-08-06 18:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-06 18:15 Stephen Boyd [this message]
2014-08-06 18:15 ` [PATCH 1/3] clk: qcom: Add support for setting rates on PLLs Stephen Boyd
2014-08-06 18:15 ` [PATCH 2/3] clk: qcom: Add support for banked MD RCGs Stephen Boyd
2014-08-06 18:15 ` [PATCH 3/3] clk: qcom: Add support for NSS/GMAC clocks and resets 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=1407348912-9124-1-git-send-email-sboyd@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).