Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-10-01 Thread Marek Vasut
On 10/1/20 8:51 PM, Tom Rini wrote: > On Thu, Oct 01, 2020 at 08:46:56PM +0200, Marek Vasut wrote: >> On 10/1/20 8:42 PM, Adam Ford wrote: >>> On Thu, Oct 1, 2020 at 1:28 PM Tom Rini wrote: >>> On Thu, Oct 01, 2020 at 01:22:37PM -0500, Adam Ford wrote: > On Thu, Oct 1, 2020 at 1:17 PM Tom

Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-10-01 Thread Tom Rini
On Thu, Oct 01, 2020 at 08:46:56PM +0200, Marek Vasut wrote: > On 10/1/20 8:42 PM, Adam Ford wrote: > > On Thu, Oct 1, 2020 at 1:28 PM Tom Rini wrote: > > > >> On Thu, Oct 01, 2020 at 01:22:37PM -0500, Adam Ford wrote: > >>> On Thu, Oct 1, 2020 at 1:17 PM Tom Rini wrote: > >>> > On Thu, Oct

Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-10-01 Thread Marek Vasut
On 10/1/20 8:42 PM, Adam Ford wrote: > On Thu, Oct 1, 2020 at 1:28 PM Tom Rini wrote: > >> On Thu, Oct 01, 2020 at 01:22:37PM -0500, Adam Ford wrote: >>> On Thu, Oct 1, 2020 at 1:17 PM Tom Rini wrote: >>> On Thu, Oct 01, 2020 at 07:48:32PM +0200, Marek Vasut wrote: > On 10/1/20 4:09 PM,

Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-10-01 Thread Adam Ford
On Thu, Oct 1, 2020 at 1:28 PM Tom Rini wrote: > On Thu, Oct 01, 2020 at 01:22:37PM -0500, Adam Ford wrote: > > On Thu, Oct 1, 2020 at 1:17 PM Tom Rini wrote: > > > > > On Thu, Oct 01, 2020 at 07:48:32PM +0200, Marek Vasut wrote: > > > > On 10/1/20 4:09 PM, Tom Rini wrote: > > > > > On Tue, Aug

Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-10-01 Thread Tom Rini
On Thu, Oct 01, 2020 at 01:22:37PM -0500, Adam Ford wrote: > On Thu, Oct 1, 2020 at 1:17 PM Tom Rini wrote: > > > On Thu, Oct 01, 2020 at 07:48:32PM +0200, Marek Vasut wrote: > > > On 10/1/20 4:09 PM, Tom Rini wrote: > > > > On Tue, Aug 18, 2020 at 08:19:02AM -0500, Adam Ford wrote: > > > > > > >

Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-10-01 Thread Adam Ford
On Thu, Oct 1, 2020 at 1:17 PM Tom Rini wrote: > On Thu, Oct 01, 2020 at 07:48:32PM +0200, Marek Vasut wrote: > > On 10/1/20 4:09 PM, Tom Rini wrote: > > > On Tue, Aug 18, 2020 at 08:19:02AM -0500, Adam Ford wrote: > > > > > >> The ethernet controller can read the MAC from EEPROM and display it,

Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-10-01 Thread Tom Rini
On Thu, Oct 01, 2020 at 07:48:32PM +0200, Marek Vasut wrote: > On 10/1/20 4:09 PM, Tom Rini wrote: > > On Tue, Aug 18, 2020 at 08:19:02AM -0500, Adam Ford wrote: > > > >> The ethernet controller can read the MAC from EEPROM and display it, > >> but if ethaddr is not set, the ethernet is still unav

Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-10-01 Thread Marek Vasut
On 10/1/20 4:09 PM, Tom Rini wrote: > On Tue, Aug 18, 2020 at 08:19:02AM -0500, Adam Ford wrote: > >> The ethernet controller can read the MAC from EEPROM and display it, >> but if ethaddr is not set, the ethernet is still unavailable. >> >> This patch checks will automatically set the MAC address

Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-10-01 Thread Tom Rini
On Tue, Aug 18, 2020 at 08:19:02AM -0500, Adam Ford wrote: > The ethernet controller can read the MAC from EEPROM and display it, > but if ethaddr is not set, the ethernet is still unavailable. > > This patch checks will automatically set the MAC address if it has > not already been set. > > Sig

Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-09-28 Thread Joe Hershberger
On Tue, Aug 18, 2020 at 8:19 AM Adam Ford wrote: > > The ethernet controller can read the MAC from EEPROM and display it, > but if ethaddr is not set, the ethernet is still unavailable. > > This patch checks will automatically set the MAC address if it has > not already been set. > > Signed-off-by

Re: [PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-09-26 Thread Adam Ford
On Tue, Aug 18, 2020 at 8:19 AM Adam Ford wrote: > The ethernet controller can read the MAC from EEPROM and display it, > but if ethaddr is not set, the ethernet is still unavailable. > > This patch checks will automatically set the MAC address if it has > not already been set. > > Signed-off-by:

[PATCH V2] net: smc911x: Automatically Update ethaddr with MAC

2020-08-18 Thread Adam Ford
The ethernet controller can read the MAC from EEPROM and display it, but if ethaddr is not set, the ethernet is still unavailable. This patch checks will automatically set the MAC address if it has not already been set. Signed-off-by: Adam Ford --- V2: Fix typo diff --git a/drivers/net/smc911x