Re: [U-Boot] [PATCH v3 3/9] net: designware: Split the link init into a separate function

2016-11-29 Thread Joe Hershberger
On Sun, Nov 27, 2016 at 11:01 AM, Simon Glass wrote: > With rockchip we need to make adjustments after the link speed is set but > before enabling received/transmit. In preparation for this, split these > two pieces into separate functions. > > Signed-off-by: Simon Glass

[U-Boot] [PATCH v3 3/9] net: designware: Split the link init into a separate function

2016-11-27 Thread Simon Glass
With rockchip we need to make adjustments after the link speed is set but before enabling received/transmit. In preparation for this, split these two pieces into separate functions. Signed-off-by: Simon Glass --- Changes in v3: - Add new patch to split the link init into a