From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [Linux-kernel] [PATCH 2/3] ARM: shmobile: r8a7790: specify multiple parents for cpg_clks
Date: Wed, 05 Feb 2014 10:57:07 +0000 [thread overview]
Message-ID: <1949387.Spln3q4hDr@avalon> (raw)
In-Reply-To: <52F21448.6060408@codethink.co.uk>
Hi Ben,
On Wednesday 05 February 2014 10:36:56 Ben Dooks wrote:
> On 05/02/14 10:32, Laurent Pinchart wrote:
> > On Wednesday 05 February 2014 09:15:31 Ben Dooks wrote:
> >> On 04/02/14 18:17, William Towle wrote:
> >>> The current drivers/clk/shmobile/clk-rcar-gen2.c uses the
> >>> extal_clk reference for the parent of all the clocks that
> >>> it registers. However the lb, qspi, sdh, sd0 and sd1 clocks
> >>> are all parented to either pll1 or pll1_div2 which means
> >>> that the clock rates are incorrect.
> >>>
> >>> This is part of the fix that corrects the SDHI0 clock
> >>>
> >>> rate error where it reports 1MHz instead of 97.5:
> >>> sh_mobile_sdhi ee100000.sd: mmc0 base at 0xee100000 clock rate 1
> >>> MHz
> >>>
> >>> Notes:
> >>> - May require cross-merge with clk-rcar-gen2.c fix
> >>> - Also not clear which clock "z" is to fix it.
> >>
> >> Laurent, if you could give us an idea of how to fix this then
> >> it would be helpful to get this patch fully fixed.
> >
> > I've already sent a patch that fixes this issue.
> >
> > "clk: shmobile: rcar-gen2: Fix clock parent all non-PLL clocks"
> >
> > (http://www.spinics.net/lists/linux-sh/msg27275.html)
> >
> > I've just pinged Mike to ask him to pick it up for v3.14.
>
> I just saw and commented on it. I think the DT is the nicer way
> of actually doing this, especially if the driver may get re-used
> in future.
I've replied to that in the other mail thread, we can continue the discussion
there.
> There's also an issue with SDHI0/1 divider table which has been posted too.
I've replied to that patch as well.
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [Linux-kernel] [PATCH 2/3] ARM: shmobile: r8a7790: specify multiple parents for cpg_clks
Date: Wed, 05 Feb 2014 11:57:07 +0100 [thread overview]
Message-ID: <1949387.Spln3q4hDr@avalon> (raw)
In-Reply-To: <52F21448.6060408@codethink.co.uk>
Hi Ben,
On Wednesday 05 February 2014 10:36:56 Ben Dooks wrote:
> On 05/02/14 10:32, Laurent Pinchart wrote:
> > On Wednesday 05 February 2014 09:15:31 Ben Dooks wrote:
> >> On 04/02/14 18:17, William Towle wrote:
> >>> The current drivers/clk/shmobile/clk-rcar-gen2.c uses the
> >>> extal_clk reference for the parent of all the clocks that
> >>> it registers. However the lb, qspi, sdh, sd0 and sd1 clocks
> >>> are all parented to either pll1 or pll1_div2 which means
> >>> that the clock rates are incorrect.
> >>>
> >>> This is part of the fix that corrects the SDHI0 clock
> >>>
> >>> rate error where it reports 1MHz instead of 97.5:
> >>> sh_mobile_sdhi ee100000.sd: mmc0 base at 0xee100000 clock rate 1
> >>> MHz
> >>>
> >>> Notes:
> >>> - May require cross-merge with clk-rcar-gen2.c fix
> >>> - Also not clear which clock "z" is to fix it.
> >>
> >> Laurent, if you could give us an idea of how to fix this then
> >> it would be helpful to get this patch fully fixed.
> >
> > I've already sent a patch that fixes this issue.
> >
> > "clk: shmobile: rcar-gen2: Fix clock parent all non-PLL clocks"
> >
> > (http://www.spinics.net/lists/linux-sh/msg27275.html)
> >
> > I've just pinged Mike to ask him to pick it up for v3.14.
>
> I just saw and commented on it. I think the DT is the nicer way
> of actually doing this, especially if the driver may get re-used
> in future.
I've replied to that in the other mail thread, we can continue the discussion
there.
> There's also an issue with SDHI0/1 divider table which has been posted too.
I've replied to that patch as well.
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-02-05 10:57 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-04 18:17 Clock divisor/parent settings changes William Towle
2014-02-04 18:17 ` William Towle
2014-02-04 18:17 ` [PATCH 1/3] clk: rcar-h2: fix sd0/sd1 divisor table William Towle
2014-02-04 18:17 ` William Towle
2014-02-05 10:56 ` Laurent Pinchart
2014-02-05 10:56 ` Laurent Pinchart
2014-02-05 11:55 ` Ben Dooks
2014-02-05 11:55 ` Ben Dooks
2014-02-05 12:41 ` Ben Dooks
2014-02-05 12:41 ` Ben Dooks
2014-02-05 13:07 ` Laurent Pinchart
2014-02-05 13:07 ` Laurent Pinchart
2014-02-06 0:43 ` Kuninori Morimoto
2014-02-06 0:43 ` Kuninori Morimoto
2014-02-07 6:43 ` Kuninori Morimoto
2014-02-07 6:43 ` Kuninori Morimoto
2014-02-07 9:55 ` Ben Dooks
2014-02-07 9:55 ` Ben Dooks
2014-02-04 18:17 ` [PATCH 2/3] ARM: shmobile: r8a7790: specify multiple parents for cpg_clks William Towle
2014-02-04 18:17 ` William Towle
2014-02-05 9:15 ` [Linux-kernel] " Ben Dooks
2014-02-05 9:15 ` Ben Dooks
2014-02-05 10:32 ` Laurent Pinchart
2014-02-05 10:32 ` Laurent Pinchart
2014-02-05 10:36 ` Ben Dooks
2014-02-05 10:36 ` Ben Dooks
2014-02-05 10:57 ` Laurent Pinchart [this message]
2014-02-05 10:57 ` Laurent Pinchart
2014-02-04 18:17 ` [PATCH 3/3] clk: shmobile: handle multiple parent clocks for cpg clocks William Towle
2014-02-04 18:17 ` William Towle
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=1949387.Spln3q4hDr@avalon \
--to=laurent.pinchart@ideasonboard.com \
--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 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.