From: Mike Turquette <mturquette@linaro.org>
To: Georgi Djakov <gdjakov@mm-sol.com>, sboyd@codeaurora.org
Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
"Georgi Djakov" <gdjakov@mm-sol.com>
Subject: Re: [PATCH] clk: qcom: Fix blsp2_ahb_clk register offset
Date: Fri, 23 May 2014 15:55:26 -0700 [thread overview]
Message-ID: <20140523225526.23136.87517@quantum> (raw)
In-Reply-To: <1400604654-27701-1-git-send-email-gdjakov@mm-sol.com>
Quoting Georgi Djakov (2014-05-20 09:50:54)
> The address of the blsp2_ahb_clk register is incorrect. Fix it.
>
> Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
Applied to clk-next.
Regards,
Mike
> ---
> drivers/clk/qcom/gcc-msm8974.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/qcom/gcc-msm8974.c b/drivers/clk/qcom/gcc-msm8974.c
> index 51d457e..7968ed2 100644
> --- a/drivers/clk/qcom/gcc-msm8974.c
> +++ b/drivers/clk/qcom/gcc-msm8974.c
> @@ -1340,7 +1340,7 @@ static struct clk_branch gcc_blsp1_uart6_apps_clk = {
> };
>
> static struct clk_branch gcc_blsp2_ahb_clk = {
> - .halt_reg = 0x05c4,
> + .halt_reg = 0x0944,
> .halt_check = BRANCH_HALT_VOTED,
> .clkr = {
> .enable_reg = 0x1484,
> --
> 1.7.9.5
>
prev parent reply other threads:[~2014-05-23 22:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-20 16:50 [PATCH] clk: qcom: Fix blsp2_ahb_clk register offset Georgi Djakov
2014-05-20 17:38 ` Stephen Boyd
2014-05-23 22:55 ` Mike Turquette [this message]
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=20140523225526.23136.87517@quantum \
--to=mturquette@linaro.org \
--cc=gdjakov@mm-sol.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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 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).