All of lore.kernel.org
 help / color / mirror / Atom feed
From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 4/5] ARM: davinci: da850: add DT node for eth0.
Date: Thu, 15 Aug 2013 23:30:24 +0400	[thread overview]
Message-ID: <520D2C50.4040902@cogentembedded.com> (raw)
In-Reply-To: <1376546497-26931-5-git-send-email-prabhakar.csengg@gmail.com>

Hello.

On 15-08-2013 10:01, Lad, Prabhakar wrote:

> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>

> Add eth0 device tree node information and pinmux for mii to da850 by
> providing interrupt details and local mac address of eth0.

> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
[...]

> @@ -226,6 +242,20 @@
>   			#size-cells = <0>;
>   			reg = <0x224000 0x1000>;
>   		};
> +		eth0: emac at 1e20000 {

    According to the ePAPR spec[1] section 2.2.2, the node should be named 
"ethernet".

[1] http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf

WBR, Sergei

WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
Cc: Sekhar Nori <nsekhar@ti.com>,
	DLOS <davinci-linux-open-source@linux.davincidsp.com>,
	LKML <linux-kernel@vger.kernel.org>,
	devicetree-discuss@lists.ozlabs.org,
	linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org
Subject: Re: [PATCH v4 4/5] ARM: davinci: da850: add DT node for eth0.
Date: Thu, 15 Aug 2013 23:30:24 +0400	[thread overview]
Message-ID: <520D2C50.4040902@cogentembedded.com> (raw)
In-Reply-To: <1376546497-26931-5-git-send-email-prabhakar.csengg@gmail.com>

Hello.

On 15-08-2013 10:01, Lad, Prabhakar wrote:

> From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>

> Add eth0 device tree node information and pinmux for mii to da850 by
> providing interrupt details and local mac address of eth0.

> Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com>
[...]

> @@ -226,6 +242,20 @@
>   			#size-cells = <0>;
>   			reg = <0x224000 0x1000>;
>   		};
> +		eth0: emac@1e20000 {

    According to the ePAPR spec[1] section 2.2.2, the node should be named 
"ethernet".

[1] http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf

WBR, Sergei

  reply	other threads:[~2013-08-15 19:30 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-15  6:01 [PATCH v4 0/5] ARM: davinci: da850: add ethernet driver DT support Lad, Prabhakar
2013-08-15  6:01 ` Lad, Prabhakar
2013-08-15  6:01 ` [PATCH v4 1/5] ARM: davinci: fix clock lookup for mdio device Lad, Prabhakar
2013-08-15  6:01   ` Lad, Prabhakar
2013-08-16 12:35   ` Sekhar Nori
2013-08-16 12:35     ` Sekhar Nori
2013-08-16 12:35     ` Sekhar Nori
2013-08-16 12:35     ` Sekhar Nori
2013-08-15  6:01 ` [PATCH v4 2/5] ARM: davinci: da850: add DT node " Lad, Prabhakar
2013-08-15  6:01   ` Lad, Prabhakar
2013-08-16 12:41   ` Sekhar Nori
2013-08-16 12:41     ` Sekhar Nori
2013-08-16 12:41     ` Sekhar Nori
2013-08-15  6:01 ` [PATCH v4 3/5] ARM: davinci: da850: add OF_DEV_AUXDATA entry for mdio Lad, Prabhakar
2013-08-15  6:01   ` Lad, Prabhakar
2013-08-16 15:58   ` Sekhar Nori
2013-08-16 15:58     ` Sekhar Nori
2013-08-16 15:58     ` Sekhar Nori
2013-08-15  6:01 ` [PATCH v4 4/5] ARM: davinci: da850: add DT node for eth0 Lad, Prabhakar
2013-08-15  6:01   ` Lad, Prabhakar
2013-08-15 19:30   ` Sergei Shtylyov [this message]
2013-08-15 19:30     ` Sergei Shtylyov
2013-08-16  4:07     ` Prabhakar Lad
2013-08-16  4:07       ` Prabhakar Lad
2013-08-15  6:01 ` [PATCH v4 5/5] ARM: davinci: da850: add OF_DEV_AUXDATA entry " Lad, Prabhakar
2013-08-15  6:01   ` Lad, Prabhakar
2013-08-15 19:31   ` Sergei Shtylyov
2013-08-15 19:31     ` Sergei Shtylyov
2013-08-16  4:08     ` Prabhakar Lad
2013-08-16  4:08       ` Prabhakar Lad

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=520D2C50.4040902@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.