From: Stephen Boyd <sboyd@codeaurora.org>
To: linux-arm-msm@vger.kernel.org
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Mike Turquette <mturquette@linaro.org>,
Rob Clark <robdclark@gmail.com>
Subject: [PATCH 0/2] APQ8064 multimedia clock driver
Date: Tue, 15 Jul 2014 15:59:40 -0700 [thread overview]
Message-ID: <1405465182-925-1-git-send-email-sboyd@codeaurora.org> (raw)
These two patches add support for the APQ8064 multimedia clock
controller. They rely on a couple other patches to this
driver[1][2].
Stephen Boyd (2):
clk: qcom: pll: Add support for configuring SR PLLs
clk: qcom: Add support for APQ8064 multimedia clocks
.../devicetree/bindings/clock/qcom,mmcc.txt | 1 +
drivers/clk/qcom/clk-pll.c | 15 +-
drivers/clk/qcom/clk-pll.h | 2 +
drivers/clk/qcom/mmcc-msm8960.c | 433 ++++++++++++++++++++-
include/dt-bindings/clock/qcom,mmcc-msm8960.h | 8 +
include/dt-bindings/reset/qcom,mmcc-msm8960.h | 8 +
6 files changed, 462 insertions(+), 5 deletions(-)
[1] https://patchwork.kernel.org/patch/4561071/
[2] https://patchwork.kernel.org/patch/4510951/
--
The Qualcomm Innovation Center, Inc. is a member of the 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: [PATCH 0/2] APQ8064 multimedia clock driver
Date: Tue, 15 Jul 2014 15:59:40 -0700 [thread overview]
Message-ID: <1405465182-925-1-git-send-email-sboyd@codeaurora.org> (raw)
These two patches add support for the APQ8064 multimedia clock
controller. They rely on a couple other patches to this
driver[1][2].
Stephen Boyd (2):
clk: qcom: pll: Add support for configuring SR PLLs
clk: qcom: Add support for APQ8064 multimedia clocks
.../devicetree/bindings/clock/qcom,mmcc.txt | 1 +
drivers/clk/qcom/clk-pll.c | 15 +-
drivers/clk/qcom/clk-pll.h | 2 +
drivers/clk/qcom/mmcc-msm8960.c | 433 ++++++++++++++++++++-
include/dt-bindings/clock/qcom,mmcc-msm8960.h | 8 +
include/dt-bindings/reset/qcom,mmcc-msm8960.h | 8 +
6 files changed, 462 insertions(+), 5 deletions(-)
[1] https://patchwork.kernel.org/patch/4561071/
[2] https://patchwork.kernel.org/patch/4510951/
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
next reply other threads:[~2014-07-15 22:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-15 22:59 Stephen Boyd [this message]
2014-07-15 22:59 ` [PATCH 0/2] APQ8064 multimedia clock driver Stephen Boyd
2014-07-15 22:59 ` [PATCH 1/2] clk: qcom: pll: Add support for configuring SR PLLs Stephen Boyd
2014-07-15 22:59 ` Stephen Boyd
2014-07-15 22:59 ` [PATCH 2/2] clk: qcom: Add support for APQ8064 multimedia clocks Stephen Boyd
2014-07-15 22:59 ` 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=1405465182-925-1-git-send-email-sboyd@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 \
--cc=robdclark@gmail.com \
/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.