All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Pargmann <mpa@pengutronix.de>
To: "David S. Miller" <davem@davemloft.net>
Cc: "Benoît Cousson" <bcousson@baylibre.com>,
	"Tony Lindgren" <tony@atomide.com>,
	"Wolfram Sang" <wsa@the-dreams.de>,
	"Steven Rostedt" <rostedt@goodmis.org>,
	"Mugunthan V N" <mugunthanvnm@ti.com>,
	linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org,
	kernel@pengutronix.de, "Markus Pargmann" <mpa@pengutronix.de>
Subject: [PATCH RESEND v6 1/7] DT doc: net: cpsw mac-address is optional
Date: Mon, 29 Sep 2014 08:53:13 +0200	[thread overview]
Message-ID: <1411973599-18908-2-git-send-email-mpa@pengutronix.de> (raw)
In-Reply-To: <1411973599-18908-1-git-send-email-mpa@pengutronix.de>

mac-address is an optional property. If no mac-address is set, a random
mac-address will be generated.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
---
 Documentation/devicetree/bindings/net/cpsw.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/cpsw.txt b/Documentation/devicetree/bindings/net/cpsw.txt
index ae2b8b7f9c38..107caf174a0e 100644
--- a/Documentation/devicetree/bindings/net/cpsw.txt
+++ b/Documentation/devicetree/bindings/net/cpsw.txt
@@ -29,10 +29,10 @@ Slave Properties:
 Required properties:
 - phy_id		: Specifies slave phy id
 - phy-mode		: See ethernet.txt file in the same directory
-- mac-address		: See ethernet.txt file in the same directory
 
 Optional properties:
 - dual_emac_res_vlan	: Specifies VID to be used to segregate the ports
+- mac-address		: See ethernet.txt file in the same directory
 
 Note: "ti,hwmods" field is used to fetch the base address and irq
 resources from TI, omap hwmod data base during device registration.
-- 
2.1.0


WARNING: multiple messages have this Message-ID (diff)
From: mpa@pengutronix.de (Markus Pargmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND v6 1/7] DT doc: net: cpsw mac-address is optional
Date: Mon, 29 Sep 2014 08:53:13 +0200	[thread overview]
Message-ID: <1411973599-18908-2-git-send-email-mpa@pengutronix.de> (raw)
In-Reply-To: <1411973599-18908-1-git-send-email-mpa@pengutronix.de>

mac-address is an optional property. If no mac-address is set, a random
mac-address will be generated.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Reviewed-by: Wolfram Sang <wsa@the-dreams.de>
---
 Documentation/devicetree/bindings/net/cpsw.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/cpsw.txt b/Documentation/devicetree/bindings/net/cpsw.txt
index ae2b8b7f9c38..107caf174a0e 100644
--- a/Documentation/devicetree/bindings/net/cpsw.txt
+++ b/Documentation/devicetree/bindings/net/cpsw.txt
@@ -29,10 +29,10 @@ Slave Properties:
 Required properties:
 - phy_id		: Specifies slave phy id
 - phy-mode		: See ethernet.txt file in the same directory
-- mac-address		: See ethernet.txt file in the same directory
 
 Optional properties:
 - dual_emac_res_vlan	: Specifies VID to be used to segregate the ports
+- mac-address		: See ethernet.txt file in the same directory
 
 Note: "ti,hwmods" field is used to fetch the base address and irq
 resources from TI, omap hwmod data base during device registration.
-- 
2.1.0

  reply	other threads:[~2014-09-29  6:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-29  6:53 [PATCH RESEND v6 0/7] net: cpsw: Support for am335x chip MACIDs Markus Pargmann
2014-09-29  6:53 ` Markus Pargmann
2014-09-29  6:53 ` Markus Pargmann [this message]
2014-09-29  6:53   ` [PATCH RESEND v6 1/7] DT doc: net: cpsw mac-address is optional Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 2/7] net: cpsw: Add missing return value Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 3/7] net: cpsw: header, Add missing include Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 4/7] net: cpsw: Replace pr_err by dev_err Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
     [not found] ` <1411973599-18908-1-git-send-email-mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2014-09-29  6:53   ` [PATCH RESEND v6 5/7] net: cpsw: Add am33xx MACID readout Markus Pargmann
2014-09-29  6:53     ` Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 6/7] am33xx: define syscon control module device node Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
2014-09-29  6:53 ` [PATCH RESEND v6 7/7] arm: dts: am33xx, Add syscon phandle to cpsw node Markus Pargmann
2014-09-29  6:53   ` Markus Pargmann
2014-09-29  8:51 ` [PATCH RESEND v6 0/7] net: cpsw: Support for am335x chip MACIDs Mugunthan V N
2014-09-29  8:51   ` Mugunthan V N
2014-09-30  5:31 ` David Miller
2014-09-30  5:31   ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2014-09-28 16:59 [PATCH RESEND v6 0/7] DT doc: net: cpsw mac-address is optional Markus Pargmann
2014-09-28 16:59 ` [PATCH RESEND v6 1/7] " Markus Pargmann
2014-09-28 16:59   ` Markus Pargmann

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=1411973599-18908-2-git-send-email-mpa@pengutronix.de \
    --to=mpa@pengutronix.de \
    --cc=bcousson@baylibre.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=mugunthanvnm@ti.com \
    --cc=netdev@vger.kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=tony@atomide.com \
    --cc=wsa@the-dreams.de \
    /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.