From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 20 Jun 2010 22:40:08 -0700 Subject: [U-Boot] [PATCH] AX88180: improve phy searching In-Reply-To: <1273522200-3454-1-git-send-email-vapier@gentoo.org> References: <1273522200-3454-1-git-send-email-vapier@gentoo.org> Message-ID: <4C1EFB38.1040400@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Frysinger > --- > drivers/net/ax88180.c | 89 ++++++++++++++++++++++++++++-------------------- > drivers/net/ax88180.h | 2 - > 2 files changed, 52 insertions(+), 39 deletions(-) > Applied to net/next. regards, Ben