Re: [U-Boot] [PATCH] net: Multiple updates/enhancements to designware.c

2012-06-04 Thread Joe Hershberger
Hi Stefan, On Fri, Jun 1, 2012 at 7:55 AM, Stefan Roese wrote: > Joe, > > On Wednesday 09 May 2012 11:36:56 Stefan Roese wrote: >> > > +++ b/include/configs/spear-common.h >> > > @@ -38,6 +38,7 @@ >> > > >> > >   #define CONFIG_NET_MULTI >> > >   #define CONFIG_PHY_RESET_DELAY                  10

Re: [U-Boot] [PATCH] net: Multiple updates/enhancements to designware.c

2012-06-01 Thread Stefan Roese
Joe, On Wednesday 09 May 2012 11:36:56 Stefan Roese wrote: > > > +++ b/include/configs/spear-common.h > > > @@ -38,6 +38,7 @@ > > > > > > #define CONFIG_NET_MULTI > > > #define CONFIG_PHY_RESET_DELAY 1 /* > > in usec */ > > > > #define CONFIG_DW_AUTONEG > >

Re: [U-Boot] [PATCH] net: Multiple updates/enhancements to designware.c

2012-05-09 Thread Stefan Roese
Amit, On Wednesday 09 May 2012 11:29:04 Amit Virdi wrote: > > +++ b/include/configs/spear-common.h > > @@ -38,6 +38,7 @@ > > > > #define CONFIG_NET_MULTI > > #define CONFIG_PHY_RESET_DELAY1 /* in usec */ > > #define CONFIG_DW_AUTONEG > > > > +#define CONF

Re: [U-Boot] [PATCH] net: Multiple updates/enhancements to designware.c

2012-05-09 Thread Amit Virdi
Stefan, On 5/8/2012 12:59 PM, Stefan Roese wrote: This patch adds the following changes to designware ethernet driver found on the ST SPEAr SoC: - Don't init MAC& PHY upon startup. This causes a delay, waiting for the auto negotiation to complete. And we don't want this delay to always h

[U-Boot] [PATCH] net: Multiple updates/enhancements to designware.c

2012-05-08 Thread Stefan Roese
This patch adds the following changes to designware ethernet driver found on the ST SPEAr SoC: - Don't init MAC & PHY upon startup. This causes a delay, waiting for the auto negotiation to complete. And we don't want this delay to always happen. Especially not on platforms where ethernet is no