From: afaerber@suse.de (Andreas Färber)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] clk: qcom: add clocks necessary for apq8064 sdcc
Date: Wed, 11 Jun 2014 11:14:09 +0200 [thread overview]
Message-ID: <53981DE1.3070007@suse.de> (raw)
In-Reply-To: <1402433906-19309-2-git-send-email-sboyd@codeaurora.org>
Am 10.06.2014 22:58, schrieb Stephen Boyd:
> From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
>
> This patch adds clocks necessary for SD card controller on apq8064 SOC.
> Without this patch the clocks are visible to the sdcc driver.
Was this maybe meant to read "invisible"?
Regards,
Andreas
>
> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
> Reviewed-by: Kumar Gala <galak@codeaurora.org>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
> drivers/clk/qcom/gcc-msm8960.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/drivers/clk/qcom/gcc-msm8960.c b/drivers/clk/qcom/gcc-msm8960.c
> index f4ffd91901f8..c47a75829b2b 100644
> --- a/drivers/clk/qcom/gcc-msm8960.c
> +++ b/drivers/clk/qcom/gcc-msm8960.c
> @@ -2876,6 +2876,14 @@ static struct clk_regmap *gcc_apq8064_clks[] = {
> [GSBI7_QUP_SRC] = &gsbi7_qup_src.clkr,
> [GSBI7_QUP_CLK] = &gsbi7_qup_clk.clkr,
> [GSBI7_H_CLK] = &gsbi7_h_clk.clkr,
> + [SDC1_SRC] = &sdc1_src.clkr,
> + [SDC1_CLK] = &sdc1_clk.clkr,
> + [SDC2_SRC] = &sdc2_src.clkr,
> + [SDC2_CLK] = &sdc2_clk.clkr,
> + [SDC3_SRC] = &sdc3_src.clkr,
> + [SDC3_CLK] = &sdc3_clk.clkr,
> + [SDC4_SRC] = &sdc4_src.clkr,
> + [SDC4_CLK] = &sdc4_clk.clkr,
> };
>
> static const struct regmap_config gcc_msm8960_regmap_config = {
>
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imend?rffer; HRB 16746 AG N?rnberg
next prev parent reply other threads:[~2014-06-11 9:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 20:58 [PATCH 0/2] Support apq8064 global clock control Stephen Boyd
2014-06-10 20:58 ` [PATCH 1/2] clk: qcom: add clocks necessary for apq8064 sdcc Stephen Boyd
2014-06-11 9:14 ` Andreas Färber [this message]
2014-06-11 11:11 ` Srinivas Kandagatla
2014-06-10 20:58 ` [PATCH 2/2] clk: qcom: Fully support apq8064 global clock control Stephen Boyd
2014-07-10 8:16 ` [PATCH v2 0/2] Support " Srinivas Kandagatla
2014-07-10 8:18 ` [PATCH v2 1/2] clk: qcom: add clocks necessary for apq8064 sdcc Srinivas Kandagatla
2014-07-10 8:18 ` [PATCH v2 2/2] clk: qcom: Fully support apq8064 global clock control Srinivas Kandagatla
2014-07-15 8:39 ` [PATCH v2 0/2] Support " Srinivas Kandagatla
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=53981DE1.3070007@suse.de \
--to=afaerber@suse.de \
--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).