From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 31 Jan 2010 21:26:20 -0800 Subject: [U-Boot] [PATCH] macb: Fix mii_phy_read and mii_phy_write functions In-Reply-To: <4B2A2D03.3000407@indefia.com> References: <4B2A2D03.3000407@indefia.com> Message-ID: <4B6665FC.2080700@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 Dear Semih, Semih Hazar wrote: > Enabling CONFIG_CMD_MII in AVR32 boards was not possible due to > compile errors. > > This patch fixes miiphy_read and miiphy_write functions and > registers them properly. > > Signed-off-by: Semih Hazar > --- > drivers/net/macb.c | 110 +++++++++++++++------------------------------------ > 1 files changed, 33 insertions(+), 77 deletions(-) > Applied to net repo. thanks, Ben