From: "Shimoda, Yoshihiro" <yoshihiro.shimoda.uh@renesas.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
Linux-sh list <linux-sh@vger.kernel.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Subject: Re: [PATCH] sh: sh7757: switch RSPI clock to dev ID match
Date: Wed, 12 Feb 2014 00:36:03 +0000 [thread overview]
Message-ID: <52FAC1F3.4050806@renesas.com> (raw)
In-Reply-To: <CAMuHMdUYc8Ceid2z3c2Bm1ZDteu2iV-O4cPX4LdxiTnzhsh_Rw@mail.gmail.com>
Hi Geert-san,
(2014/02/07 21:45), Geert Uytterhoeven wrote:
> On Sun, Jan 12, 2014 at 11:30 AM, Geert Uytterhoeven
> <geert@linux-m68k.org> wrote:
>> From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
>>
>> Switch the RSPI MSTP clock on SH7757 from a con ID match to a dev ID
>> match, so we can start looking it up using clk_get() with a NULL ID.
>>
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
>> ---
>> Untested, as I don't have the hardware, but this is a prerequisite for
>> "spi: rspi: Use NULL as the clock ID".
>
> Is there anyone who can test this?
>
> "spi: rspi: Use NULL as the clock ID" is queued for v3.15:
> https://git.kernel.org/cgit/linux/kernel/git/broonie/spi.git/commit/drivers/spi/spi-rspi.c?h=for-next&id)f397b739ceef90c8b848f6579cbacd088e896e
> and this patch should go in first.
>
> Thanks!
>
>> arch/sh/kernel/cpu/sh4a/clock-sh7757.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7757.c b/arch/sh/kernel/cpu/sh4a/clock-sh7757.c
>> index e84a43229b9c..5c0e3c335161 100644
>> --- a/arch/sh/kernel/cpu/sh4a/clock-sh7757.c
>> +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7757.c
>> @@ -132,7 +132,7 @@ static struct clk_lookup lookups[] = {
>> CLKDEV_CON_ID("usb_fck", &mstp_clks[MSTP103]),
>> CLKDEV_DEV_ID("renesas_usbhs.0", &mstp_clks[MSTP102]),
>> CLKDEV_CON_ID("mmc0", &mstp_clks[MSTP220]),
>> - CLKDEV_CON_ID("rspi2", &mstp_clks[MSTP127]),
>> + CLKDEV_DEV_ID("rspi.2", &mstp_clks[MSTP127]),
>> };
>>
>> int __init arch_clk_init(void)
I could test this patch. And then, the patch worked correctly.
Best regards,
Yoshihiro Shimoda
> 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
>
WARNING: multiple messages have this Message-ID (diff)
From: "Shimoda, Yoshihiro" <yoshihiro.shimoda.uh@renesas.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
Linux-sh list <linux-sh@vger.kernel.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Subject: Re: [PATCH] sh: sh7757: switch RSPI clock to dev ID match
Date: Wed, 12 Feb 2014 09:36:03 +0900 [thread overview]
Message-ID: <52FAC1F3.4050806@renesas.com> (raw)
In-Reply-To: <CAMuHMdUYc8Ceid2z3c2Bm1ZDteu2iV-O4cPX4LdxiTnzhsh_Rw@mail.gmail.com>
Hi Geert-san,
(2014/02/07 21:45), Geert Uytterhoeven wrote:
> On Sun, Jan 12, 2014 at 11:30 AM, Geert Uytterhoeven
> <geert@linux-m68k.org> wrote:
>> From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
>>
>> Switch the RSPI MSTP clock on SH7757 from a con ID match to a dev ID
>> match, so we can start looking it up using clk_get() with a NULL ID.
>>
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
>> ---
>> Untested, as I don't have the hardware, but this is a prerequisite for
>> "spi: rspi: Use NULL as the clock ID".
>
> Is there anyone who can test this?
>
> "spi: rspi: Use NULL as the clock ID" is queued for v3.15:
> https://git.kernel.org/cgit/linux/kernel/git/broonie/spi.git/commit/drivers/spi/spi-rspi.c?h=for-next&id=29f397b739ceef90c8b848f6579cbacd088e896e
> and this patch should go in first.
>
> Thanks!
>
>> arch/sh/kernel/cpu/sh4a/clock-sh7757.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/sh/kernel/cpu/sh4a/clock-sh7757.c b/arch/sh/kernel/cpu/sh4a/clock-sh7757.c
>> index e84a43229b9c..5c0e3c335161 100644
>> --- a/arch/sh/kernel/cpu/sh4a/clock-sh7757.c
>> +++ b/arch/sh/kernel/cpu/sh4a/clock-sh7757.c
>> @@ -132,7 +132,7 @@ static struct clk_lookup lookups[] = {
>> CLKDEV_CON_ID("usb_fck", &mstp_clks[MSTP103]),
>> CLKDEV_DEV_ID("renesas_usbhs.0", &mstp_clks[MSTP102]),
>> CLKDEV_CON_ID("mmc0", &mstp_clks[MSTP220]),
>> - CLKDEV_CON_ID("rspi2", &mstp_clks[MSTP127]),
>> + CLKDEV_DEV_ID("rspi.2", &mstp_clks[MSTP127]),
>> };
>>
>> int __init arch_clk_init(void)
I could test this patch. And then, the patch worked correctly.
Best regards,
Yoshihiro Shimoda
> 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
>
next prev parent reply other threads:[~2014-02-12 0:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-12 10:30 [PATCH] sh: sh7757: switch RSPI clock to dev ID match Geert Uytterhoeven
2014-01-12 10:30 ` Geert Uytterhoeven
2014-02-07 12:45 ` Geert Uytterhoeven
2014-02-07 12:45 ` Geert Uytterhoeven
2014-02-12 0:36 ` Shimoda, Yoshihiro [this message]
2014-02-12 0:36 ` Shimoda, Yoshihiro
2014-02-12 8:20 ` Geert Uytterhoeven
2014-02-12 8:20 ` Geert Uytterhoeven
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=52FAC1F3.4050806@renesas.com \
--to=yoshihiro.shimoda.uh@renesas.com \
--cc=geert+renesas@linux-m68k.org \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sh@vger.kernel.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.