Re: [PATCH] net: eth-uclass: Fix message if mac is coming from DT or ROM

2020-06-15 Thread Tom Rini
On Mon, Jun 15, 2020 at 08:04:33AM +0200, Michal Simek wrote: > Hi Tom, > > On 12. 06. 20 17:00, Tom Rini wrote: > > On Mon, Mar 16, 2020 at 11:39:18AM +0100, Michal Simek wrote: > > > >> When local-mac-address DT property is specified it is reported the same way > >> as address read from eeprom/

Re: [PATCH] net: eth-uclass: Fix message if mac is coming from DT or ROM

2020-06-14 Thread Michal Simek
Hi Tom, On 12. 06. 20 17:00, Tom Rini wrote: > On Mon, Mar 16, 2020 at 11:39:18AM +0100, Michal Simek wrote: > >> When local-mac-address DT property is specified it is reported the same way >> as address read from eeprom/ROM. Show properly if mac address is coming >> from DT or ROM. >> >> Signed-

Re: [PATCH] net: eth-uclass: Fix message if mac is coming from DT or ROM

2020-06-12 Thread Tom Rini
On Mon, Mar 16, 2020 at 11:39:18AM +0100, Michal Simek wrote: > When local-mac-address DT property is specified it is reported the same way > as address read from eeprom/ROM. Show properly if mac address is coming > from DT or ROM. > > Signed-off-by: Michal Simek In looking over the queue of ne

[PATCH] net: eth-uclass: Fix message if mac is coming from DT or ROM

2020-03-16 Thread Michal Simek
When local-mac-address DT property is specified it is reported the same way as address read from eeprom/ROM. Show properly if mac address is coming from DT or ROM. Signed-off-by: Michal Simek --- net/eth-uclass.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net/eth-