Re: [U-Boot] [PATCH] net: smsc95xx: fix DM MAC address reading

2016-10-11 Thread Joe Hershberger
Hi Stephen, On Mon, Oct 10, 2016 at 6:07 PM, Stephen Warren wrote: > On 09/23/2016 11:43 AM, Joe Hershberger wrote: >> >> On Fri, Sep 23, 2016 at 11:31 AM, Stephen Warren >> wrote: >>> >>> On 09/15/2016 01:20 PM, Joe Hershberger wrote:

Re: [U-Boot] [PATCH] net: smsc95xx: fix DM MAC address reading

2016-10-10 Thread Stephen Warren
On 09/23/2016 11:43 AM, Joe Hershberger wrote: On Fri, Sep 23, 2016 at 11:31 AM, Stephen Warren wrote: On 09/15/2016 01:20 PM, Joe Hershberger wrote: On Thu, Sep 15, 2016 at 1:53 PM, Stephen Warren wrote: From: Stephen Warren

Re: [U-Boot] [PATCH] net: smsc95xx: fix DM MAC address reading

2016-09-23 Thread Joe Hershberger
On Fri, Sep 23, 2016 at 11:31 AM, Stephen Warren wrote: > On 09/15/2016 01:20 PM, Joe Hershberger wrote: >> >> On Thu, Sep 15, 2016 at 1:53 PM, Stephen Warren >> wrote: >>> >>> From: Stephen Warren >>> >>> eth-uclass.c expects

Re: [U-Boot] [PATCH] net: smsc95xx: fix DM MAC address reading

2016-09-23 Thread Stephen Warren
On 09/15/2016 01:20 PM, Joe Hershberger wrote: On Thu, Sep 15, 2016 at 1:53 PM, Stephen Warren wrote: From: Stephen Warren eth-uclass.c expects DM-capable Ethernet adapters to implement ops-> read_rom_hwaddr(), or for some other mechanism to set

Re: [U-Boot] [PATCH] net: smsc95xx: fix DM MAC address reading

2016-09-15 Thread Joe Hershberger
On Thu, Sep 15, 2016 at 1:53 PM, Stephen Warren wrote: > From: Stephen Warren > > eth-uclass.c expects DM-capable Ethernet adapters to implement ops-> > read_rom_hwaddr(), or for some other mechanism to set pdata->enetaddr, or > for the user to set

[U-Boot] [PATCH] net: smsc95xx: fix DM MAC address reading

2016-09-15 Thread Stephen Warren
From: Stephen Warren eth-uclass.c expects DM-capable Ethernet adapters to implement ops-> read_rom_hwaddr(), or for some other mechanism to set pdata->enetaddr, or for the user to set environment variable $usbethaddr. Without any of these, it will refuse to initialize the