Re: [U-Boot] [PATCH 02/11] net: sunxi-emac: Write HW address via function

2016-11-14 Thread Joe Hershberger
On Tue, Nov 8, 2016 at 9:54 AM, Olliver Schinagl wrote: > Currently the mac address is programmed directly in _sunxi_emac_eth_init > making it a one time inflexible operation. By moving it into a separate > function, we can now use this more flexibly. > > Signed-off-by: Olliver Schinagl Acked-by

[U-Boot] [PATCH 02/11] net: sunxi-emac: Write HW address via function

2016-11-08 Thread Olliver Schinagl
Currently the mac address is programmed directly in _sunxi_emac_eth_init making it a one time inflexible operation. By moving it into a separate function, we can now use this more flexibly. Signed-off-by: Olliver Schinagl --- drivers/net/sunxi_emac.c | 19 +++ 1 file changed, 15