Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-22 Thread Joe Hershberger
ail.com> >> Cc: Joe Hershberger <joe.hershber...@ni.com>; u-boot <u-boot@lists.denx.de> >> Subject: Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL >> compatible >> >> Hi Peng, >> >> On Wed, Mar 21, 2018 at 4:01 AM, Peng Fan <pe

Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-21 Thread Peng Fan
gt; > Subject: Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL > compatible > > Hi Peng, > > On Wed, Mar 21, 2018 at 4:01 AM, Peng Fan <peng@nxp.com> wrote: > > Add i.MX6UL/SX/SL compatible. > > In case you didn't notice and it is still an issue

Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-21 Thread Joe Hershberger
Hi Peng, On Wed, Mar 21, 2018 at 4:01 AM, Peng Fan wrote: > Add i.MX6UL/SX/SL compatible. In case you didn't notice and it is still an issue in v2 (I just kicked off a build of it) there are a number of failures as a result of this series...

Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-21 Thread Joe Hershberger
On Wed, Mar 21, 2018 at 2:19 PM, Jagan Teki wrote: > Joe, > > On Wed, Mar 21, 2018 at 2:31 PM, Peng Fan wrote: >> Add i.MX6UL/SX/SL compatible. > > Please wait few days about pushing this series, I need to test it on > my imx6ul board. Will do. -Joe

Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-21 Thread Jagan Teki
Joe, On Wed, Mar 21, 2018 at 2:31 PM, Peng Fan wrote: > Add i.MX6UL/SX/SL compatible. Please wait few days about pushing this series, I need to test it on my imx6ul board. Jagan. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL compatible

2018-03-21 Thread Peng Fan
Add i.MX6UL/SX/SL compatible. Signed-off-by: Peng Fan Acked-by: Joe Hershberger --- drivers/net/fec_mxc.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c index ba66c2f95a..765226e3ab 100644 ---