From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 07/27] ARM: shmobile: r8a7740: Add interim sh-eth device name to clocks list
Date: Fri, 07 Jun 2013 11:30:04 +0000 [thread overview]
Message-ID: <51B1C43C.9010805@cogentembedded.com> (raw)
In-Reply-To: <1370591517-20239-8-git-send-email-horms+renesas@verge.net.au>
Hello.
On 07-06-2013 11:51, Simon Horman wrote:
> From: Bastian Hecht <hechtb@gmail.com>
> When we use the ethernet device via DT setup, we need to add it
> to a lookup list until this is properly handled later in a DT-only
> fashion.
> Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> arch/arm/mach-shmobile/clock-r8a7740.c | 1 +
> 1 file changed, 1 insertion(+)
> diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c
> index 54afa04..008b11c 100644
> --- a/arch/arm/mach-shmobile/clock-r8a7740.c
> +++ b/arch/arm/mach-shmobile/clock-r8a7740.c
> @@ -592,6 +592,7 @@ static struct clk_lookup lookups[] = {
> CLKDEV_DEV_ID("sh_mmcif", &mstp_clks[MSTP312]),
> CLKDEV_DEV_ID("e6bd0000.mmcif", &mstp_clks[MSTP312]),
> CLKDEV_DEV_ID("sh-eth", &mstp_clks[MSTP309]),
> + CLKDEV_DEV_ID("e9a00000.sh-eth", &mstp_clks[MSTP309]),
I don't quite understand why this is needed. There's no device tree
support for the 'sh_eth' driver yet. Oh well...
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 07/27] ARM: shmobile: r8a7740: Add interim sh-eth device name to clocks list
Date: Fri, 07 Jun 2013 15:30:04 +0400 [thread overview]
Message-ID: <51B1C43C.9010805@cogentembedded.com> (raw)
In-Reply-To: <1370591517-20239-8-git-send-email-horms+renesas@verge.net.au>
Hello.
On 07-06-2013 11:51, Simon Horman wrote:
> From: Bastian Hecht <hechtb@gmail.com>
> When we use the ethernet device via DT setup, we need to add it
> to a lookup list until this is properly handled later in a DT-only
> fashion.
> Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
> arch/arm/mach-shmobile/clock-r8a7740.c | 1 +
> 1 file changed, 1 insertion(+)
> diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c
> index 54afa04..008b11c 100644
> --- a/arch/arm/mach-shmobile/clock-r8a7740.c
> +++ b/arch/arm/mach-shmobile/clock-r8a7740.c
> @@ -592,6 +592,7 @@ static struct clk_lookup lookups[] = {
> CLKDEV_DEV_ID("sh_mmcif", &mstp_clks[MSTP312]),
> CLKDEV_DEV_ID("e6bd0000.mmcif", &mstp_clks[MSTP312]),
> CLKDEV_DEV_ID("sh-eth", &mstp_clks[MSTP309]),
> + CLKDEV_DEV_ID("e9a00000.sh-eth", &mstp_clks[MSTP309]),
I don't quite understand why this is needed. There's no device tree
support for the 'sh_eth' driver yet. Oh well...
WBR, Sergei
next prev parent reply other threads:[~2013-06-07 11:30 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-07 7:51 [GIT PULL v2 00/27] Renesas ARM-based SoC updates for v3.11 Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 01/27] ARM: shmobile: r8a7740: Make private clock arrays static Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 02/27] ARM: shmobile: r8a7778: correct model name in Kconfig Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 03/27] ARM: shmobile: sh73a0: Use DEFINE_RES_MEM*() everywhere Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 04/27] ARM: shmobile: remove ";" from SH_FIXED_RATIO_CLK*() macro Simon Horman
2013-06-07 7:51 ` [PATCH 04/27] ARM: shmobile: remove "; " " Simon Horman
2013-06-07 7:51 ` [PATCH 05/27] ARM: shmobile: use do{ }while() on SH_CLK_SET_RATIO() Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 06/27] ARM: shmobile: r8a7778: fixup Ether setup code position Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 07/27] ARM: shmobile: r8a7740: Add interim sh-eth device name to clocks list Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 11:30 ` Sergei Shtylyov [this message]
2013-06-07 11:30 ` Sergei Shtylyov
2013-06-07 7:51 ` [PATCH 08/27] ARM: shmobile: r8a7740: Add I2C DT clock names Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 09/27] ARM: shmobile: r8a7740: add TPU PWM support Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 10/27] ARM: shmobile: r8a73a4: add main clock Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 11/27] ARM: shmobile: r8a73a4: add pll clocks Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 12/27] ARM: shmobile: r8a73a4: add div4 clocks Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 13/27] ARM: shmobile: r8a73a4: add div6 clocks Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 14/27] ARM: shmobile: r8a7779: Add PCIe clocks Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 15/27] ARM: shmobile: r8a7778: use fixed ratio clock Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 16/27] ARM: shmobile: r8a7778: add SDHI clock support Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 17/27] ARM: shmobile: r8a7778: Register SDHI device Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 18/27] ARM: shmobile: r8a7790: add main clock Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 19/27] ARM: shmobile: r8a7790: add div4 clocks Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 20/27] ARM: shmobile: r8a7790: add div6 clocks Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 21/27] ARM: shmobile: r8a7790: Make private clock arrays static Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 22/27] ARM: shmobile: r8a7790: add TPU PWM support Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 23/27] ARM: shmobile: sh73a0: add support for adjusting CPU frequency Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 24/27] ARM: shmobile: sh73a0: add CPUFreq support Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 25/27] ARM: shmobile: sh73a0: Always use shmobile_setup_delay() Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 26/27] ARM: shmobile: sh73a0: do not overwrite all div4 clock operations Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-07 7:51 ` [PATCH 27/27] ARM: shmobile: sh73a0: div4 clocks must check the kick bit before changing rate Simon Horman
2013-06-07 7:51 ` Simon Horman
2013-06-11 7:19 ` [GIT PULL v2 00/27] Renesas ARM-based SoC updates for v3.11 Olof Johansson
2013-06-11 7:19 ` Olof Johansson
2013-06-11 7:23 ` Olof Johansson
2013-06-11 7:23 ` Olof Johansson
2013-06-11 8:01 ` Simon Horman
2013-06-11 8:01 ` Simon Horman
2013-06-11 8:12 ` Olof Johansson
2013-06-11 8:12 ` Olof Johansson
2013-06-11 7:31 ` Simon Horman
2013-06-11 7:31 ` Simon Horman
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=51B1C43C.9010805@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.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.