Re: [U-Boot] [PATCH] net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete

2009-08-25 Thread Ben Warren
Kim Phillips wrote: > if you don't have firmware installed for the PHY to come to life, this > wait can be painful - let's give the option to avoid it if we want. > > Signed-off-by: Kim Phillips > --- > drivers/net/tsec.c |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff

Re: [U-Boot] [PATCH] net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete

2009-08-24 Thread Peter Tyser
On Mon, 2009-08-24 at 18:10 -0500, Scott Wood wrote: > Andy Fleming wrote: > > On Mon, Aug 24, 2009 at 2:32 PM, Kim Phillips > > wrote: > > > >> if you don't have firmware installed for the PHY to come to life, this > >> wait can be painful - let's give the option to avoid it if we want. > >> > >

Re: [U-Boot] [PATCH] net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete

2009-08-24 Thread Scott Wood
Andy Fleming wrote: > On Mon, Aug 24, 2009 at 2:32 PM, Kim Phillips > wrote: > >> if you don't have firmware installed for the PHY to come to life, this >> wait can be painful - let's give the option to avoid it if we want. >> >> Signed-off-by: Kim Phillips > > > Acked-by: Andy Fleming > > I

Re: [U-Boot] [PATCH] net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete

2009-08-24 Thread Andy Fleming
On Mon, Aug 24, 2009 at 2:32 PM, Kim Phillips wrote: > if you don't have firmware installed for the PHY to come to life, this > wait can be painful - let's give the option to avoid it if we want. > > Signed-off-by: Kim Phillips Acked-by: Andy Fleming I've always wanted this change, but never

[U-Boot] [PATCH] net: tsec - handle user interrupt while waiting for PHY auto negotiation to complete

2009-08-24 Thread Kim Phillips
if you don't have firmware installed for the PHY to come to life, this wait can be painful - let's give the option to avoid it if we want. Signed-off-by: Kim Phillips --- drivers/net/tsec.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/net/tsec.c b/driver