From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 01 Jul 2009 14:18:18 -0500 Subject: [U-Boot] net: gpio PHY driver In-Reply-To: <4A4BB2D6.40703@gmail.com> References: <4A4B586F.3080903@ge.com> <4A4BA6FF.4060802@RuggedCom.com> <4A4BA8C5.3020101@gmail.com> <4A4BB2D6.40703@gmail.com> Message-ID: <4A4BB67A.8080400@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ben Warren wrote: > It sure would be nice to see a patch that gets the CPU-specific crap out > of the miiphybb driver. This type of problem has been dealt with in > other places such as I2C and SPI. Any takers? There's a version of this driver in Linux which has been more abstracted (and cleaned up a bit), in drivers/net/phy/mdio-bitbang.c. -Scott