From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH repost] ARM: shmobile: sh73a0: Remove spurious 0x from SCIFB clock name
Date: Fri, 22 Aug 2014 03:53:13 +0000 [thread overview]
Message-ID: <20140822035313.GP9099@verge.net.au> (raw)
In-Reply-To: <20140818235634.GK1623@verge.net.au>
On Tue, Aug 19, 2014 at 08:56:34AM +0900, Simon Horman wrote:
> Hi Geert, thanks for noting that.
>
> I will add this back to the devel branch in the renesas tree.
>
> Olof, could you pick up the patch below for v3.17-rcX?
Olof, I have two more clock fixes for v3.17.
I'll send a pull request for them and the one below once
things have sat in next for a bit.
>
> On Mon, Aug 18, 2014 at 10:32:19AM +0200, Geert Uytterhoeven wrote:
> > Hi Simon, Olof,
> >
> > On Thu, Jul 31, 2014 at 2:42 AM, Simon Horman
> > <horms+renesas@verge.net.au> wrote:
> > > A stray '0x' crept into a0f7e7496d56ac2d ("ARM: shmobile: sh73a0: add CMT1
> > > clock support for DT"). This patch removes it.
> > >
> > > This change should not have any run-time affect at this time as
> > > the clock in question is used by a SCIF device that is not enabled by
> > > default.
> > >
> > > Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > ---
> > > arch/arm/mach-shmobile/clock-sh73a0.c | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > Hi Olof,
> > >
> > > this is a repost of the patch you asked for so you can apply it directly
> > > rather than as pulling a pull request.
> >
> > It seems Olof missed this one.
> > As a consequence, we now have the bad version in v3.17-rc1, and in
> > renesas-devel-20140818-v3.17-rc1.
> >
> > > diff --git a/arch/arm/mach-shmobile/clock-sh73a0.c b/arch/arm/mach-shmobile/clock-sh73a0.c
> > > index 0d77f65..b0993a5 100644
> > > --- a/arch/arm/mach-shmobile/clock-sh73a0.c
> > > +++ b/arch/arm/mach-shmobile/clock-sh73a0.c
> > > @@ -644,7 +644,7 @@ static struct clk_lookup lookups[] = {
> > > CLKDEV_DEV_ID("sh-sci.5", &mstp_clks[MSTP207]), /* SCIFA5 */
> > > CLKDEV_DEV_ID("e6cb0000.serial", &mstp_clks[MSTP207]), /* SCIFA5 */
> > > CLKDEV_DEV_ID("sh-sci.8", &mstp_clks[MSTP206]), /* SCIFB */
> > > - CLKDEV_DEV_ID("0xe6c3000.serial", &mstp_clks[MSTP206]), /* SCIFB */
> > > + CLKDEV_DEV_ID("e6c3000.serial", &mstp_clks[MSTP206]), /* SCIFB */
> > > CLKDEV_DEV_ID("sh-sci.0", &mstp_clks[MSTP204]), /* SCIFA0 */
> > > CLKDEV_DEV_ID("e6c40000.serial", &mstp_clks[MSTP204]), /* SCIFA0 */
> > > CLKDEV_DEV_ID("sh-sci.1", &mstp_clks[MSTP203]), /* SCIFA1 */
> > > --
> > > 2.0.1
> > >
> > > --
> > > To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> > Gr{oetje,eeting}s,
> >
> > Geert
> >
> > --
> > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> >
> > In personal conversations with technical people, I call myself a hacker. But
> > when I'm talking to journalists I just say "programmer" or something like that.
> > -- Linus Torvalds
> >
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH repost] ARM: shmobile: sh73a0: Remove spurious 0x from SCIFB clock name
Date: Fri, 22 Aug 2014 12:53:13 +0900 [thread overview]
Message-ID: <20140822035313.GP9099@verge.net.au> (raw)
In-Reply-To: <20140818235634.GK1623@verge.net.au>
On Tue, Aug 19, 2014 at 08:56:34AM +0900, Simon Horman wrote:
> Hi Geert, thanks for noting that.
>
> I will add this back to the devel branch in the renesas tree.
>
> Olof, could you pick up the patch below for v3.17-rcX?
Olof, I have two more clock fixes for v3.17.
I'll send a pull request for them and the one below once
things have sat in next for a bit.
>
> On Mon, Aug 18, 2014 at 10:32:19AM +0200, Geert Uytterhoeven wrote:
> > Hi Simon, Olof,
> >
> > On Thu, Jul 31, 2014 at 2:42 AM, Simon Horman
> > <horms+renesas@verge.net.au> wrote:
> > > A stray '0x' crept into a0f7e7496d56ac2d ("ARM: shmobile: sh73a0: add CMT1
> > > clock support for DT"). This patch removes it.
> > >
> > > This change should not have any run-time affect at this time as
> > > the clock in question is used by a SCIF device that is not enabled by
> > > default.
> > >
> > > Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > ---
> > > arch/arm/mach-shmobile/clock-sh73a0.c | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > Hi Olof,
> > >
> > > this is a repost of the patch you asked for so you can apply it directly
> > > rather than as pulling a pull request.
> >
> > It seems Olof missed this one.
> > As a consequence, we now have the bad version in v3.17-rc1, and in
> > renesas-devel-20140818-v3.17-rc1.
> >
> > > diff --git a/arch/arm/mach-shmobile/clock-sh73a0.c b/arch/arm/mach-shmobile/clock-sh73a0.c
> > > index 0d77f65..b0993a5 100644
> > > --- a/arch/arm/mach-shmobile/clock-sh73a0.c
> > > +++ b/arch/arm/mach-shmobile/clock-sh73a0.c
> > > @@ -644,7 +644,7 @@ static struct clk_lookup lookups[] = {
> > > CLKDEV_DEV_ID("sh-sci.5", &mstp_clks[MSTP207]), /* SCIFA5 */
> > > CLKDEV_DEV_ID("e6cb0000.serial", &mstp_clks[MSTP207]), /* SCIFA5 */
> > > CLKDEV_DEV_ID("sh-sci.8", &mstp_clks[MSTP206]), /* SCIFB */
> > > - CLKDEV_DEV_ID("0xe6c3000.serial", &mstp_clks[MSTP206]), /* SCIFB */
> > > + CLKDEV_DEV_ID("e6c3000.serial", &mstp_clks[MSTP206]), /* SCIFB */
> > > CLKDEV_DEV_ID("sh-sci.0", &mstp_clks[MSTP204]), /* SCIFA0 */
> > > CLKDEV_DEV_ID("e6c40000.serial", &mstp_clks[MSTP204]), /* SCIFA0 */
> > > CLKDEV_DEV_ID("sh-sci.1", &mstp_clks[MSTP203]), /* SCIFA1 */
> > > --
> > > 2.0.1
> > >
> > > --
> > > To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> > > the body of a message to majordomo at vger.kernel.org
> > > More majordomo info at http://vger.kernel.org/majordomo-info.html
> >
> > Gr{oetje,eeting}s,
> >
> > Geert
> >
> > --
> > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
> >
> > In personal conversations with technical people, I call myself a hacker. But
> > when I'm talking to journalists I just say "programmer" or something like that.
> > -- Linus Torvalds
> >
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2014-08-22 3:53 UTC|newest]
Thread overview: 110+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-06 4:44 [GIT PULL] Fourth Round of Renesas ARM Based SoC DT Updates for v3.15 Simon Horman
2014-03-06 4:44 ` Simon Horman
2014-03-06 4:44 ` [PATCH 1/7] ARM: shmobile: r8a7790: add Ether DT support Simon Horman
2014-03-06 4:44 ` Simon Horman
2014-03-06 4:44 ` [PATCH 2/7] ARM: shmobile: lager: " Simon Horman
2014-03-06 4:44 ` Simon Horman
2014-03-06 4:44 ` [PATCH 3/7] ARM: shmobile: r8a7791: " Simon Horman
2014-03-06 4:44 ` Simon Horman
2014-03-06 4:44 ` [PATCH 4/7] ARM: shmobile: koelsch: " Simon Horman
2014-03-06 4:44 ` Simon Horman
2014-03-06 4:44 ` [PATCH 5/7] ARM: shmobile: r8a7791: fix clock index for i2c5 Simon Horman
2014-03-06 4:44 ` Simon Horman
2014-03-06 4:44 ` [PATCH 6/7] ARM: shmobile: Add SDHI devices to r8a7791 DTSI Simon Horman
2014-03-06 4:44 ` Simon Horman
2014-03-06 4:44 ` [PATCH 7/7] ARM: shmobile: Add SDHI devices for Koelsch DTS Simon Horman
2014-03-06 4:44 ` Simon Horman
2014-03-14 0:34 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Clock Updates for v3.15 Simon Horman
2014-03-14 0:34 ` Simon Horman
2014-03-14 0:34 ` [PATCH] ARM: shmobile: r8a7791: Fix SCIFA3-5 clocks Simon Horman
2014-03-14 0:34 ` Simon Horman
2014-03-17 7:50 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Clock Updates for v3.15 Olof Johansson
2014-03-17 7:50 ` Olof Johansson
2014-03-17 7:46 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC DT " Olof Johansson
2014-03-17 7:46 ` Olof Johansson
2014-04-03 6:16 ` Magnus Damm
2014-04-03 6:16 ` Magnus Damm
2014-04-03 6:23 ` Olof Johansson
2014-04-03 6:23 ` Olof Johansson
2014-04-03 6:45 ` Magnus Damm
2014-04-03 6:45 ` Magnus Damm
2014-07-17 23:55 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Defconfig Updates for v3.17 Simon Horman
2014-07-17 23:55 ` Simon Horman
2014-07-17 23:55 ` [PATCH 1/2] ARM: shmobile: genmai: remove defconfig Simon Horman
2014-07-17 23:55 ` Simon Horman
2014-07-17 23:55 ` [PATCH 2/2] ARM: shmobile: defconfig: Remove MACH_GENMAI Simon Horman
2014-07-17 23:55 ` Simon Horman
2014-07-19 18:52 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Defconfig Updates for v3.17 Olof Johansson
2014-07-19 18:52 ` Olof Johansson
2014-07-31 0:33 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Clock " Simon Horman
2014-07-31 0:33 ` Simon Horman
2014-07-31 0:33 ` [PATCH] ARM: shmobile: sh73a0: Remove spurious 0x from SCIFB clock name Simon Horman
2014-07-31 0:33 ` Simon Horman
2014-07-31 0:35 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Clock Updates for v3.17 Olof Johansson
2014-07-31 0:35 ` Olof Johansson
2014-07-31 0:42 ` Simon Horman
2014-07-31 0:42 ` Simon Horman
2014-07-31 0:42 ` [PATCH repost] ARM: shmobile: sh73a0: Remove spurious 0x from SCIFB clock name Simon Horman
2014-07-31 0:42 ` Simon Horman
2014-07-31 4:07 ` Andreas Färber
2014-07-31 4:07 ` Andreas Färber
2014-08-18 8:32 ` Geert Uytterhoeven
2014-08-18 8:32 ` Geert Uytterhoeven
2014-08-18 23:56 ` Simon Horman
2014-08-18 23:56 ` Simon Horman
2014-08-22 3:53 ` Simon Horman [this message]
2014-08-22 3:53 ` Simon Horman
2014-09-11 0:57 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC DT Updates for v3.18 Simon Horman
2014-09-11 0:57 ` Simon Horman
2014-09-11 0:57 ` [PATCH 1/3] ARM: shmobile: lager: correct memory map Simon Horman
2014-09-11 0:57 ` Simon Horman
2014-09-11 0:57 ` [PATCH 2/3] ARM: shmobile: Initial r8a7794 SoC device tree Simon Horman
2014-09-11 0:57 ` Simon Horman
2014-09-11 0:57 ` [PATCH 3/3] ARM: shmobile: Initial Alt board " Simon Horman
2014-09-11 0:57 ` Simon Horman
2014-09-24 12:24 ` Geert Uytterhoeven
2014-09-24 12:24 ` Geert Uytterhoeven
2014-09-24 13:46 ` Geert Uytterhoeven
2014-09-24 13:46 ` Geert Uytterhoeven
2014-09-11 8:21 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC DT Updates for v3.18 Arnd Bergmann
2014-09-11 8:21 ` Arnd Bergmann
2014-09-11 8:46 ` Geert Uytterhoeven
2014-09-11 8:46 ` Geert Uytterhoeven
2014-09-11 8:54 ` Arnd Bergmann
2014-09-11 8:54 ` Arnd Bergmann
2014-09-16 1:57 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Defconfig " Simon Horman
2014-09-16 1:57 ` Simon Horman
2014-09-16 1:57 ` [PATCH] ARM: shmobile: Enable r8a7794 SoC in shmobile_defconfig Simon Horman
2014-09-16 1:57 ` Simon Horman
2014-09-24 18:18 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Defconfig Updates for v3.18 Olof Johansson
2014-09-24 18:18 ` Olof Johansson
2014-09-16 1:57 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Soc " Simon Horman
2014-09-16 1:57 ` Simon Horman
2014-09-16 1:57 ` [PATCH] ARM: shmobile: r8a7794: Remove unnecessary #ifdef CONFIG_USE_OF Simon Horman
2014-09-16 1:57 ` Simon Horman
2014-09-24 18:18 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Soc Updates for v3.18 Olof Johansson
2014-09-24 18:18 ` Olof Johansson
2014-11-21 0:55 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Updates for v3.19 Simon Horman
2014-11-21 0:55 ` Simon Horman
2014-11-21 0:55 ` [PATCH] ARM: shmobile: Add early debugging support using SCIF(A) Simon Horman
2014-11-21 0:55 ` Simon Horman
2014-11-21 12:04 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC Updates for v3.19 Arnd Bergmann
2014-11-21 12:04 ` Arnd Bergmann
2015-08-12 8:15 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC DT Updates for v4.3 Simon Horman
2015-08-12 8:15 ` Simon Horman
2015-08-12 8:15 ` [PATCH 1/7] ARM: shmobile: r7s72100 dtsi: Add CPG/MSTP Clock Domain Simon Horman
2015-08-12 8:15 ` Simon Horman
2015-08-12 8:15 ` [PATCH 2/7] ARM: shmobile: r8a7778 " Simon Horman
2015-08-12 8:15 ` Simon Horman
2015-08-12 8:15 ` [PATCH 3/7] ARM: shmobile: r8a7779 " Simon Horman
2015-08-12 8:15 ` Simon Horman
2015-08-12 8:15 ` [PATCH 4/7] ARM: shmobile: r8a7790 " Simon Horman
2015-08-12 8:15 ` Simon Horman
2015-08-12 8:15 ` [PATCH 5/7] ARM: shmobile: r8a7791 " Simon Horman
2015-08-12 8:15 ` Simon Horman
2015-08-12 8:15 ` [PATCH 6/7] ARM: shmobile: r8a7793 " Simon Horman
2015-08-12 8:15 ` Simon Horman
2015-08-12 8:15 ` [PATCH 7/7] ARM: shmobile: r8a7794 " Simon Horman
2015-08-12 8:15 ` Simon Horman
2015-08-18 20:31 ` [GIT PULL] Fourth Round of Renesas ARM Based SoC DT Updates for v4.3 Olof Johansson
2015-08-18 20:31 ` Olof Johansson
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=20140822035313.GP9099@verge.net.au \
--to=horms@verge.net.au \
--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.