From: Chanwoo Choi <cw00.choi@samsung.com>
To: s.nawrocki@samsung.com, tomasz.figa@gmail.com
Cc: mturquette@baylibre.com, sboyd@codeaurora.org, kgene@kernel.org,
k.kozlowski@samsung.com, chanwoo@kernel.org,
linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] clk: samsung: exynos5420: Add clocks for CMU_CDREX domain
Date: Mon, 22 Aug 2016 21:02:48 +0900 [thread overview]
Message-ID: <57BAE9E8.50703@samsung.com> (raw)
In-Reply-To: <1471855308-12791-1-git-send-email-cw00.choi@samsung.com>
Dear all,
Please ignore this patches because the CMU_CDREX
should support the 800MHz DRAM clock. But, following clk_summary
show the 825MHz clock. So, I need to change the clock rate
of fout_bpll or check it. After setting the DRAM clock
as 800MHz, I'll send the patches again.
Regards,
Chanwoo Choi
On 2016=EB=85=84 08=EC=9B=94 22=EC=9D=BC 17:41, Chanwoo Choi wrote:
> This patches add the clocks for CMU_CDREX (DRAM Express Controller)
> that generates the clocks for DRAM and NoC (Network on Chip) bus clock.
>
> [Result for clk_summary on exynos5422-odroidxu3 board]
> fout_bpll 0 0 825000000 0 0
> mout_bpll 0 0 825000000 0 0
> mout_mclk_cdrex 0 0 825000000 0 0
> dout_pclk_core_mem 0 0 206250000 0 0
> dout_sclk_cdrex 0 0 825000000 0 0
> dout_clk2x_phy0 0 0 825000000 0 0
> dout_aclk_cdrex1 0 0 412500000 0 0
> dout_pclk_cdrex 0 0 103125000 0 0
> dout_cclk_drex0 0 0 412500000 0 0
>
> Chanwoo Choi (2):
> dt-bindings: Add the clock id for CMU_CDREX (DRAM Express Controller)
> clk: samsung: exynos5420: Add clocks for CMU_CDREX domain
>
> drivers/clk/samsung/clk-exynos5420.c | 35 ++++++++++++++++++++++++++++++++++
> include/dt-bindings/clock/exynos5420.h | 11 ++++++++++-
> 2 files changed, 45 insertions(+), 1 deletion(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Chanwoo Choi <cw00.choi@samsung.com>
To: s.nawrocki@samsung.com, tomasz.figa@gmail.com
Cc: mturquette@baylibre.com, sboyd@codeaurora.org, kgene@kernel.org,
k.kozlowski@samsung.com, chanwoo@kernel.org,
linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] clk: samsung: exynos5420: Add clocks for CMU_CDREX domain
Date: Mon, 22 Aug 2016 21:02:48 +0900 [thread overview]
Message-ID: <57BAE9E8.50703@samsung.com> (raw)
In-Reply-To: <1471855308-12791-1-git-send-email-cw00.choi@samsung.com>
Dear all,
Please ignore this patches because the CMU_CDREX
should support the 800MHz DRAM clock. But, following clk_summary
show the 825MHz clock. So, I need to change the clock rate
of fout_bpll or check it. After setting the DRAM clock
as 800MHz, I'll send the patches again.
Regards,
Chanwoo Choi
On 2016년 08월 22일 17:41, Chanwoo Choi wrote:
> This patches add the clocks for CMU_CDREX (DRAM Express Controller)
> that generates the clocks for DRAM and NoC (Network on Chip) bus clock.
>
> [Result for clk_summary on exynos5422-odroidxu3 board]
> fout_bpll 0 0 825000000 0 0
> mout_bpll 0 0 825000000 0 0
> mout_mclk_cdrex 0 0 825000000 0 0
> dout_pclk_core_mem 0 0 206250000 0 0
> dout_sclk_cdrex 0 0 825000000 0 0
> dout_clk2x_phy0 0 0 825000000 0 0
> dout_aclk_cdrex1 0 0 412500000 0 0
> dout_pclk_cdrex 0 0 103125000 0 0
> dout_cclk_drex0 0 0 412500000 0 0
>
> Chanwoo Choi (2):
> dt-bindings: Add the clock id for CMU_CDREX (DRAM Express Controller)
> clk: samsung: exynos5420: Add clocks for CMU_CDREX domain
>
> drivers/clk/samsung/clk-exynos5420.c | 35 ++++++++++++++++++++++++++++++++++
> include/dt-bindings/clock/exynos5420.h | 11 ++++++++++-
> 2 files changed, 45 insertions(+), 1 deletion(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] clk: samsung: exynos5420: Add clocks for CMU_CDREX domain
Date: Mon, 22 Aug 2016 21:02:48 +0900 [thread overview]
Message-ID: <57BAE9E8.50703@samsung.com> (raw)
In-Reply-To: <1471855308-12791-1-git-send-email-cw00.choi@samsung.com>
Dear all,
Please ignore this patches because the CMU_CDREX
should support the 800MHz DRAM clock. But, following clk_summary
show the 825MHz clock. So, I need to change the clock rate
of fout_bpll or check it. After setting the DRAM clock
as 800MHz, I'll send the patches again.
Regards,
Chanwoo Choi
On 2016? 08? 22? 17:41, Chanwoo Choi wrote:
> This patches add the clocks for CMU_CDREX (DRAM Express Controller)
> that generates the clocks for DRAM and NoC (Network on Chip) bus clock.
>
> [Result for clk_summary on exynos5422-odroidxu3 board]
> fout_bpll 0 0 825000000 0 0
> mout_bpll 0 0 825000000 0 0
> mout_mclk_cdrex 0 0 825000000 0 0
> dout_pclk_core_mem 0 0 206250000 0 0
> dout_sclk_cdrex 0 0 825000000 0 0
> dout_clk2x_phy0 0 0 825000000 0 0
> dout_aclk_cdrex1 0 0 412500000 0 0
> dout_pclk_cdrex 0 0 103125000 0 0
> dout_cclk_drex0 0 0 412500000 0 0
>
> Chanwoo Choi (2):
> dt-bindings: Add the clock id for CMU_CDREX (DRAM Express Controller)
> clk: samsung: exynos5420: Add clocks for CMU_CDREX domain
>
> drivers/clk/samsung/clk-exynos5420.c | 35 ++++++++++++++++++++++++++++++++++
> include/dt-bindings/clock/exynos5420.h | 11 ++++++++++-
> 2 files changed, 45 insertions(+), 1 deletion(-)
>
next prev parent reply other threads:[~2016-08-22 12:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20160822084428epcas1p333bb92719d279a64e541ca70bdb7c0f3@epcas1p3.samsung.com>
2016-08-22 8:41 ` [PATCH 0/2] clk: samsung: exynos5420: Add clocks for CMU_CDREX domain Chanwoo Choi
2016-08-22 8:41 ` Chanwoo Choi
2016-08-22 8:41 ` [PATCH 1/2] dt-bindings: Add the clock id for CMU_CDREX (DRAM Express Controller) Chanwoo Choi
2016-08-22 8:41 ` Chanwoo Choi
2016-08-22 8:41 ` [PATCH 2/2] clk: samsung: exynos5420: Add clocks for CMU_CDREX domain Chanwoo Choi
2016-08-22 8:41 ` Chanwoo Choi
2016-08-22 12:02 ` Chanwoo Choi [this message]
2016-08-22 12:02 ` [PATCH 0/2] " Chanwoo Choi
2016-08-22 12:02 ` Chanwoo Choi
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=57BAE9E8.50703@samsung.com \
--to=cw00.choi@samsung.com \
--cc=chanwoo@kernel.org \
--cc=k.kozlowski@samsung.com \
--cc=kgene@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@codeaurora.org \
--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 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.