Re: [U-Boot] [PATCH] AX88180: improve phy searching

2010-06-20 Thread Ben Warren
Hi Mike, On 5/10/2010 1:10 PM, Mike Frysinger wrote: Rather than hardcode specific phy addresses, search the possible phy address space to find the first available phy. Also respect the normal CONFIG_PHY_ADDR option for board porters to pick a specific address. Signed-off-by: Mike

[U-Boot] [PATCH] AX88180: improve phy searching

2010-05-10 Thread Mike Frysinger
Rather than hardcode specific phy addresses, search the possible phy address space to find the first available phy. Also respect the normal CONFIG_PHY_ADDR option for board porters to pick a specific address. Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/net/ax88180.c | 89