* [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.15
@ 2014-03-10 8:36 Simon Horman
2014-03-10 8:36 ` [PATCH] ARM: shmobile: r7s72100: fix bus clock calculation Simon Horman
2014-03-17 7:49 ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.15 Olof Johansson
0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2014-03-10 8:36 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider this third round of Renesas ARM based SoC clock updates
for v3.15.
I am posting this series after the release of v3.14-rc6 as it only
contains a fix.
This pull request is based on the previous round of
such requests, tagged as renesas-clock2-for-v3.15,
which I have already sent a pull-request for.
The following changes since commit 9ced1d47719b5f32e4231338dd362c136518ed08:
ARM: shmobile: r8a7790: add sound SCU clock support (2014-02-24 10:03:02 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-clock3-for-v3.15
for you to fetch changes up to d93023f81d2c79595e64e4f516f03af4e4c73c13:
ARM: shmobile: r7s72100: fix bus clock calculation (2014-03-06 13:22:02 +0900)
----------------------------------------------------------------
Third Round of Renesas ARM Based SoC Clock Updates for v3.15
r7s72100 (RZ/A1H) SoC
* Correct bus clock calculation
----------------------------------------------------------------
Wolfram Sang (1):
ARM: shmobile: r7s72100: fix bus clock calculation
arch/arm/mach-shmobile/clock-r7s72100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: shmobile: r7s72100: fix bus clock calculation
2014-03-10 8:36 [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.15 Simon Horman
@ 2014-03-10 8:36 ` Simon Horman
2014-03-17 7:49 ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.15 Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2014-03-10 8:36 UTC (permalink / raw)
To: linux-arm-kernel
From: Wolfram Sang <wsa@sang-engineering.com>
The picture in the datasheet is a little misleading, yet the divider of
the bus_clk is 1/3 and not 2/3.
Signed-off-by: Wolfram Sang <wsa@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/mach-shmobile/clock-r7s72100.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-shmobile/clock-r7s72100.c b/arch/arm/mach-shmobile/clock-r7s72100.c
index f17a5db..bee0073 100644
--- a/arch/arm/mach-shmobile/clock-r7s72100.c
+++ b/arch/arm/mach-shmobile/clock-r7s72100.c
@@ -70,7 +70,7 @@ static struct clk pll_clk = {
static unsigned long bus_recalc(struct clk *clk)
{
- return clk->parent->rate * 2 / 3;
+ return clk->parent->rate / 3;
}
static struct sh_clk_ops bus_clk_ops = {
--
1.8.5.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.15
2014-03-10 8:36 [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.15 Simon Horman
2014-03-10 8:36 ` [PATCH] ARM: shmobile: r7s72100: fix bus clock calculation Simon Horman
@ 2014-03-17 7:49 ` Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2014-03-17 7:49 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Mar 10, 2014 at 05:36:43PM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider this third round of Renesas ARM based SoC clock updates
> for v3.15.
>
> I am posting this series after the release of v3.14-rc6 as it only
> contains a fix.
>
> This pull request is based on the previous round of
> such requests, tagged as renesas-clock2-for-v3.15,
> which I have already sent a pull-request for.
>
>
> The following changes since commit 9ced1d47719b5f32e4231338dd362c136518ed08:
>
> ARM: shmobile: r8a7790: add sound SCU clock support (2014-02-24 10:03:02 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-clock3-for-v3.15
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-17 7:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 8:36 [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.15 Simon Horman
2014-03-10 8:36 ` [PATCH] ARM: shmobile: r7s72100: fix bus clock calculation Simon Horman
2014-03-17 7:49 ` [GIT PULL] Third Round of Renesas ARM Based SoC Clock Updates for v3.15 Olof Johansson
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).