Re: [U-Boot] [PATCH v5 0/5] net: fec_mxc: Convert to DM

2016-10-10 Thread Jagan Teki
Hi Stefano, On Thu, Oct 6, 2016 at 4:25 PM, Jagan Teki wrote: > From: Jagan Teki > > This series convert fec_mxc to DM and tested both dm and > non-dm code and it is on top of u-boot-imx/master > > Changes for v5: > - Add stub fec calls to minimize the #ifdef's > - Use same func names on eth_ops

[U-Boot] [PATCH v5 0/5] net: fec_mxc: Convert to DM

2016-10-06 Thread Jagan Teki
From: Jagan Teki This series convert fec_mxc to DM and tested both dm and non-dm code and it is on top of u-boot-imx/master Changes for v5: - Add stub fec calls to minimize the #ifdef's - Use same func names on eth_ops - Remove reset_gpio in fec_mxc.h - Add new patches, for cleanup driver Chang