Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-09-12 Thread Ben Warren
Hi Jocke, On 8/10/2010 7:36 AM, Joakim Tjernlund wrote: > Instead of always performing an autoneg, check if the PHY > already has a link and if it matches one of the requested > modes. Initially only 100MbFD is optimized this way. > > Signed-off-by: Joakim Tjernlund > --- > drivers/qe/uec_phy.

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-23 Thread Joakim Tjernlund
Ben Warren wrote on 2010/08/23 16:12:07: > > Hi Jocke, > > On Monday, August 23, 2010, Joakim Tjernlund > wrote: > > Ben Warren wrote on 2010/08/23 09:08:17: > >> > >>   Hi Detlev, > >> > >> On 8/13/2010 1:20 AM, Detlev Zundel wrote: > >> > Hi Jocke, > >> > > >> Instead of always performing

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-23 Thread Ben Warren
Hi Jocke, On Monday, August 23, 2010, Joakim Tjernlund wrote: > Ben Warren wrote on 2010/08/23 09:08:17: >> >>   Hi Detlev, >> >> On 8/13/2010 1:20 AM, Detlev Zundel wrote: >> > Hi Jocke, >> > >> Instead of always performing an autoneg, check if the PHY >> already has a link and if it

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-23 Thread Joakim Tjernlund
Ben Warren wrote on 2010/08/23 09:08:17: > > Hi Detlev, > > On 8/13/2010 1:20 AM, Detlev Zundel wrote: > > Hi Jocke, > > > Instead of always performing an autoneg, check if the PHY > already has a link and if it matches one of the requested > modes. Initially only 100MbFD is optim

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-23 Thread Ben Warren
Hi Detlev, On 8/13/2010 1:20 AM, Detlev Zundel wrote: > Hi Jocke, > Instead of always performing an autoneg, check if the PHY already has a link and if it matches one of the requested modes. Initially only 100MbFD is optimized this way. >>> Isn't it about time that we think about

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-13 Thread Joakim Tjernlund
Detlev Zundel wrote on 2010/08/13 10:20:46: > > Hi Jocke, > > >> > Instead of always performing an autoneg, check if the PHY > >> > already has a link and if it matches one of the requested > >> > modes. Initially only 100MbFD is optimized this way. > >> > >> Isn't it about time that we think abou

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-13 Thread Detlev Zundel
Hi Jocke, >> > Instead of always performing an autoneg, check if the PHY >> > already has a link and if it matches one of the requested >> > modes. Initially only 100MbFD is optimized this way. >> >> Isn't it about time that we think about _not_ stopping the ethernet >> device after every transact

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-12 Thread Joakim Tjernlund
Detlev Zundel wrote on 2010/08/12 14:58:47: > > Hi Jocke, > > > Instead of always performing an autoneg, check if the PHY > > already has a link and if it matches one of the requested > > modes. Initially only 100MbFD is optimized this way. > > Isn't it about time that we think about _not_ stoppin

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-12 Thread Detlev Zundel
Hi Jocke, > Instead of always performing an autoneg, check if the PHY > already has a link and if it matches one of the requested > modes. Initially only 100MbFD is optimized this way. Isn't it about time that we think about _not_ stopping the ethernet device after every transaction? Why not ini

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-10 Thread Joakim Tjernlund
vapierfil...@gmail.com wrote on 2010/08/10 22:23:19: > > On Tue, Aug 10, 2010 at 10:36 AM, Joakim Tjernlund wrote: > > Instead of always performing an autoneg, check if the PHY > > already has a link and if it matches one of the requested > > modes. Initially only 100MbFD is optimized this way. > >

Re: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-10 Thread Mike Frysinger
On Tue, Aug 10, 2010 at 10:36 AM, Joakim Tjernlund wrote: > Instead of always performing an autoneg, check if the PHY > already has a link and if it matches one of the requested > modes. Initially only 100MbFD is optimized this way. wish the common net/miiphy layer had similar functionality ... -m

[U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg.

2010-08-10 Thread Joakim Tjernlund
Instead of always performing an autoneg, check if the PHY already has a link and if it matches one of the requested modes. Initially only 100MbFD is optimized this way. Signed-off-by: Joakim Tjernlund --- drivers/qe/uec_phy.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) di