Re: [U-Boot] [PATCH] mx28evk: Convert to phylib framework

2013-07-12 Thread Marek Vasut
Dear Alexandre Pereira da Silva, > On Fri, Jul 12, 2013 at 1:58 AM, Marek Vasut wrote: > > Dear Fabio Estevam, > > > >> On Fri, Jul 12, 2013 at 1:40 AM, Marek Vasut wrote: > >> > Dear Fabio Estevam, > >> > > >> >> From: Fabio Estevam > >> >> > >> >> mx28evk has a LAN8270 ethernet phy and we

Re: [U-Boot] [PATCH] mx28evk: Convert to phylib framework

2013-07-11 Thread Alexandre Pereira da Silva
On Fri, Jul 12, 2013 at 1:58 AM, Marek Vasut wrote: > Dear Fabio Estevam, > >> On Fri, Jul 12, 2013 at 1:40 AM, Marek Vasut wrote: >> > Dear Fabio Estevam, >> > >> >> From: Fabio Estevam >> >> >> >> mx28evk has a LAN8270 ethernet phy and we can use the phylib framework. >> >> >> >> One of the ad

Re: [U-Boot] [PATCH] mx28evk: Convert to phylib framework

2013-07-11 Thread Marek Vasut
Dear Fabio Estevam, > On Fri, Jul 12, 2013 at 1:40 AM, Marek Vasut wrote: > > Dear Fabio Estevam, > > > >> From: Fabio Estevam > >> > >> mx28evk has a LAN8270 ethernet phy and we can use the phylib framework. > >> > >> One of the advantages of converting to phylib is that we no longer see a >

[U-Boot] [PATCH] mx28evk: Convert to phylib framework

2013-07-11 Thread Fabio Estevam
From: Fabio Estevam mx28evk has a LAN8270 ethernet phy and we can use the phylib framework. One of the advantages of converting to phylib is that we no longer see a timeout prior to the first transfer in the 'tftp' command. Signed-off-by: Fabio Estevam --- After applying this patch I get: U-B

Re: [U-Boot] [PATCH] mx28evk: Convert to phylib framework

2013-07-11 Thread Fabio Estevam
On Fri, Jul 12, 2013 at 1:40 AM, Marek Vasut wrote: > Dear Fabio Estevam, > >> From: Fabio Estevam >> >> mx28evk has a LAN8270 ethernet phy and we can use the phylib framework. >> >> One of the advantages of converting to phylib is that we no longer see a >> timeout prior to the first transfer in

Re: [U-Boot] [PATCH] mx28evk: Convert to phylib framework

2013-07-11 Thread Marek Vasut
Dear Fabio Estevam, > From: Fabio Estevam > > mx28evk has a LAN8270 ethernet phy and we can use the phylib framework. > > One of the advantages of converting to phylib is that we no longer see a > timeout prior to the first transfer in the 'tftp' command. > > Signed-off-by: Fabio Estevam > --