Re: [U-Boot] [PATCH] net: mvneta: support setting hardware address

2018-04-12 Thread Joe Hershberger
On Thu, Apr 12, 2018 at 5:20 AM, Stefan Roese wrote: > Hi Matt, > > (added Joe as network custodian to Cc) > > > On 27.03.2018 19:18, Matt Pelland wrote: >> >> mvneta already supports setting the MAC address but this was only done >> internally when some other part of U-Boot tries

Re: [U-Boot] [PATCH] net: mvneta: support setting hardware address

2018-04-12 Thread Joe Hershberger
On Tue, Mar 27, 2018 at 12:18 PM, Matt Pelland wrote: > mvneta already supports setting the MAC address but this was only done > internally when some other part of U-Boot tries to actually use the > interface. This commit exposes this functionality to the ethernet core > code

Re: [U-Boot] [PATCH] net: mvneta: support setting hardware address

2018-04-12 Thread Stefan Roese
Hi Matt, (added Joe as network custodian to Cc) On 27.03.2018 19:18, Matt Pelland wrote: mvneta already supports setting the MAC address but this was only done internally when some other part of U-Boot tries to actually use the interface. This commit exposes this functionality to the ethernet

[U-Boot] [PATCH] net: mvneta: support setting hardware address

2018-03-27 Thread Matt Pelland
mvneta already supports setting the MAC address but this was only done internally when some other part of U-Boot tries to actually use the interface. This commit exposes this functionality to the ethernet core code so that the MAC addresses of all interfaces are configured correctly even if they