From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Alim Akhtar <alim.akhtar@samsung.com>, linux-samsung-soc@vger.kernel.org
Cc: s.nawrocki@samsung.com, tomasz.figa@gmail.com, kgene@kernel.org,
mturquette@baylibre.com, amit.daniel@samsung.com
Subject: Re: [PATCH 4/4] clk: samsung: exynos7: correct nr_clk_ids for fsys1
Date: Tue, 25 Aug 2015 16:18:02 +0900 [thread overview]
Message-ID: <55DC16AA.9030900@samsung.com> (raw)
In-Reply-To: <1440414356-1805-5-git-send-email-alim.akhtar@samsung.com>
On 24.08.2015 20:05, Alim Akhtar wrote:
> nr_clk_ids for FSYS1 block is wrongly set as TOP1 block,
> this patch correct the same.
s/correct the same/corrects it/
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Best regards,
Krzysztof
>
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> ---
> drivers/clk/samsung/clk-exynos7.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/samsung/clk-exynos7.c b/drivers/clk/samsung/clk-exynos7.c
> index 2799568..0d7bb7c 100644
> --- a/drivers/clk/samsung/clk-exynos7.c
> +++ b/drivers/clk/samsung/clk-exynos7.c
> @@ -938,7 +938,7 @@ static struct samsung_cmu_info fsys1_cmu_info __initdata = {
> .nr_mux_clks = ARRAY_SIZE(fsys1_mux_clks),
> .gate_clks = fsys1_gate_clks,
> .nr_gate_clks = ARRAY_SIZE(fsys1_gate_clks),
> - .nr_clk_ids = TOP1_NR_CLK,
> + .nr_clk_ids = FSYS1_NR_CLK,
> .clk_regs = fsys1_clk_regs,
> .nr_clk_regs = ARRAY_SIZE(fsys1_clk_regs),
> };
>
next prev parent reply other threads:[~2015-08-25 7:18 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-24 11:05 [PATCH 0/4] Improvements on exynos7 clock Alim Akhtar
2015-08-24 11:05 ` [PATCH 1/4] clk: samsung: exynos7: Update CMU TOPC block clock Alim Akhtar
2015-08-25 7:02 ` Krzysztof Kozlowski
2015-08-25 15:59 ` Alim Akhtar
2015-08-24 11:05 ` [PATCH 2/4] clk: samsung: exynos7: Update CMU TOP1 block Alim Akhtar
2015-08-25 7:05 ` Krzysztof Kozlowski
2015-08-25 16:00 ` Alim Akhtar
2015-08-24 11:05 ` [PATCH 3/4] clk: samsung: exynos7: Correct nr_clk_ids for fsys0 Alim Akhtar
2015-08-25 7:16 ` Krzysztof Kozlowski
2015-08-25 16:02 ` Alim Akhtar
2015-08-24 11:05 ` [PATCH 4/4] clk: samsung: exynos7: correct nr_clk_ids for fsys1 Alim Akhtar
2015-08-25 7:18 ` Krzysztof Kozlowski [this message]
2015-08-25 16:02 ` Alim Akhtar
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=55DC16AA.9030900@samsung.com \
--to=k.kozlowski@samsung.com \
--cc=alim.akhtar@samsung.com \
--cc=amit.daniel@samsung.com \
--cc=kgene@kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=s.nawrocki@samsung.com \
--cc=tomasz.figa@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox