Re: [PATCH 1/2] drivers: net: cpsw: fix dt probe for one port ethernet

2013-12-12 Thread Felipe Balbi
Hi, On Thu, Dec 12, 2013 at 01:41:11PM +0530, Mugunthan V N wrote: > On Thursday 12 December 2013 09:39 AM, Felipe Balbi wrote: > > From: Mugunthan V N > > > > When only one port of the two port is pinned out, then dt probe is failing > > because second port phy is not found. fixing this by check

Re: [PATCH 1/2] drivers: net: cpsw: fix dt probe for one port ethernet

2013-12-12 Thread Mugunthan V N
Balbi On Thursday 12 December 2013 09:39 AM, Felipe Balbi wrote: > From: Mugunthan V N > > When only one port of the two port is pinned out, then dt probe is failing > because second port phy is not found. fixing this by checking the number of > slaves and breaking the loop. > > Signed-off-by: Mu

[PATCH 1/2] drivers: net: cpsw: fix dt probe for one port ethernet

2013-12-11 Thread Felipe Balbi
From: Mugunthan V N When only one port of the two port is pinned out, then dt probe is failing because second port phy is not found. fixing this by checking the number of slaves and breaking the loop. Signed-off-by: Mugunthan V N Signed-off-by: Felipe Balbi --- both patches were taken from TI