Re: [U-Boot] [PATCH V2 3/8] net/designware: Phy address fix

2012-04-05 Thread Joe Hershberger
Hi Amit, On Thu, Apr 5, 2012 at 12:15 AM, Amit Virdi wrote: > Hi Joe, > > > On 3/26/2012 3:39 PM, Amit VIRDI wrote: >> >> From: Vipin KUMAR >> >> The code assumes the phy address to be>  0, which is not true, the phy >> address >> can be in the range 0-31. >> >> Signed-off-by: Vipin Kumar >> Sign

Re: [U-Boot] [PATCH V2 3/8] net/designware: Phy address fix

2012-04-04 Thread Amit Virdi
Hi Joe, On 3/26/2012 3:39 PM, Amit VIRDI wrote: From: Vipin KUMAR The code assumes the phy address to be> 0, which is not true, the phy address can be in the range 0-31. Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi Could you please confirm if you have applied this patch too? Thanks

[U-Boot] [PATCH V2 3/8] net/designware: Phy address fix

2012-03-26 Thread Amit Virdi
From: Vipin KUMAR The code assumes the phy address to be > 0, which is not true, the phy address can be in the range 0-31. Signed-off-by: Vipin Kumar Signed-off-by: Amit Virdi --- drivers/net/designware.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/de