Re: [U-Boot] [PATCH V2 8/8] net/designware: Change timeout loop implementation

2012-04-04 Thread Joe Hershberger
On Mon, Mar 26, 2012 at 5:09 AM, Amit Virdi wrote: > The new implementation changes the timeout loop implementation to avoid 1 ms > delay in each failing test. It also configures the delay to 10usec. > > Signed-off-by: Amit Virdi Applied. Thanks, -Joe ___

[U-Boot] [PATCH V2 8/8] net/designware: Change timeout loop implementation

2012-03-26 Thread Amit Virdi
The new implementation changes the timeout loop implementation to avoid 1 ms delay in each failing test. It also configures the delay to 10usec. Signed-off-by: Amit Virdi --- drivers/net/designware.c | 54 - 1 files changed, 38 insertions(+), 16 dele