Re: [PATCH] lan743x: allow mac address to come from dt

2020-06-18 Thread David Miller
From: Tim Harvey Date: Wed, 17 Jun 2020 15:59:10 -0700 > If a valid mac address is present in dt, use that before using > CSR's or a random mac address. > > Signed-off-by: Tim Harvey Applied to net-next, thanks.

Re: [PATCH] lan743x: allow mac address to come from dt

2020-06-18 Thread Andrew Lunn
On Wed, Jun 17, 2020 at 03:59:10PM -0700, Tim Harvey wrote: > If a valid mac address is present in dt, use that before using > CSR's or a random mac address. > > Signed-off-by: Tim Harvey Reviewed-by: Andrew Lunn Andrew

[PATCH] lan743x: allow mac address to come from dt

2020-06-17 Thread Tim Harvey
If a valid mac address is present in dt, use that before using CSR's or a random mac address. Signed-off-by: Tim Harvey --- drivers/net/ethernet/microchip/lan743x_main.c | 41 --- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git