Netdev List
 help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: marcel@ziswiler.com
Cc: netdev@vger.kernel.org, oneukum@suse.com,
	marcel.ziswiler@toradex.com, linux-usb@vger.kernel.org,
	Dean_Jenkins@mentor.com, linux-kernel@vger.kernel.org,
	andreyknvl@google.com
Subject: Re: [PATCH v2] net: usb: asix: allow optionally getting mac address from device tree
Date: Wed, 04 Jul 2018 22:10:11 +0900 (KST)	[thread overview]
Message-ID: <20180704.221011.251299583459668989.davem@davemloft.net> (raw)
In-Reply-To: <20180703150649.30030-1-marcel@ziswiler.com>

From: Marcel Ziswiler <marcel@ziswiler.com>
Date: Tue,  3 Jul 2018 17:06:49 +0200

> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> 
> For Embedded use where e.g. AX88772B chips may be used without external
> EEPROMs the boot loader may choose to pass the MAC address to be used
> via device tree. Therefore, allow for optionally getting the MAC
> address from device tree data e.g. as follows (excerpt from a T30 based
> board, local-mac-address to be filled in by boot loader):
> 
> /* EHCI instance 1: USB2_DP/N -> AX88772B */
> usb@7d004000 {
> 	status = "okay";
> 	#address-cells = <1>;
> 	#size-cells = <0>;
> 	asix@1 {
> 		reg = <1>;
> 		local-mac-address = [00 00 00 00 00 00];
> 	};
> };
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Applied to net-next.

      reply	other threads:[~2018-07-04 13:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-03 15:06 [PATCH v2] net: usb: asix: allow optionally getting mac address from device tree Marcel Ziswiler
2018-07-04 13:10 ` David Miller [this message]

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=20180704.221011.251299583459668989.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=Dean_Jenkins@mentor.com \
    --cc=andreyknvl@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marcel@ziswiler.com \
    --cc=netdev@vger.kernel.org \
    --cc=oneukum@suse.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox