[PATCH v2] net: fec: set mac address unconditionally

2016-09-30 Thread Gavin Schenk
some soc's. This fix sets the mac address unconditionally in fec_restart(...) and ensures consistency between fec registers and the network layer. Signed-off-by: Gavin Schenk <g.sch...@eckelmann.de> Acked-by: Fugang Duan <fugang.d...@nxp.com> Acked-by: Uwe Kleine-König <u.kleine-koe

[PATCH] net: fec: set mac address unconditionally

2016-09-21 Thread Gavin Schenk
when clocks are down the new mac address is discarded on some soc's. This fix sets the mac address unconditionally in fec_restart(...) and ensures consistens between fec registers and the network layer. Signed-off-by: Gavin Schenk <g.sch...@eckelmann.de> --- drivers/net/ethernet/freescale/fec_m