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

2018-03-22 Thread Joe Hershberger
On Wed, Mar 21, 2018 at 8:23 PM, Peng Fan wrote: > > >> -Original Message- >> From: Joe Hershberger [mailto:joe.hershber...@ni.com] >> Sent: 2018年3月22日 3:54 >> To: Peng Fan ; Jagan Teki >> Cc: Joe Hershberger ; u-boot >> Subject: Re: [U-Boot] [

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

2018-03-21 Thread Peng Fan
> -Original Message- > From: Joe Hershberger [mailto:joe.hershber...@ni.com] > Sent: 2018年3月22日 3:54 > To: Peng Fan ; Jagan Teki > Cc: Joe Hershberger ; u-boot > Subject: Re: [U-Boot] [PATCH V2 5/5] net: fex_mxc: add i.MX6UL/SX/SL > compatible > > Hi Peng, &

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... https://travis-ci.org/jhershbe/u-boot/builds/356027749

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 https://lists.denx.de/listi

[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 --- a/drivers/net/fec_mxc.c +++ b/drivers/net/fec_mx