Re: [PATCH 3/7] net: smc911x: Properly handle EEPROM MAC address

2020-07-07 Thread Tom Rini
On Thu, Jun 11, 2020 at 12:03:17PM +0100, Andre Przywara wrote: > When compiled as a DM_ETH driver, the scm911x driver was reading the MAC > address from the optional EEPROM storage, but failed to copy this to the > platdata struct. Since it was also missing a definition of the >

Re: [PATCH 3/7] net: smc911x: Properly handle EEPROM MAC address

2020-06-20 Thread Linus Walleij
On Thu, Jun 11, 2020 at 1:04 PM Andre Przywara wrote: > When compiled as a DM_ETH driver, the scm911x driver was reading the MAC > address from the optional EEPROM storage, but failed to copy this to the > platdata struct. Since it was also missing a definition of the > read_rom_hwaddr()

Re: [PATCH 3/7] net: smc911x: Properly handle EEPROM MAC address

2020-06-11 Thread Ramon Fried
On Thu, Jun 11, 2020 at 2:05 PM Andre Przywara wrote: > > When compiled as a DM_ETH driver, the scm911x driver was reading the MAC > address from the optional EEPROM storage, but failed to copy this to the > platdata struct. Since it was also missing a definition of the > read_rom_hwaddr()

[PATCH 3/7] net: smc911x: Properly handle EEPROM MAC address

2020-06-11 Thread Andre Przywara
When compiled as a DM_ETH driver, the scm911x driver was reading the MAC address from the optional EEPROM storage, but failed to copy this to the platdata struct. Since it was also missing a definition of the read_rom_hwaddr() function, the generic Ethernet code was dismissing this MAC address,