From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 03 Nov 2008 23:26:57 -0800 Subject: [U-Boot] [PATCH] drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver. In-Reply-To: <49007742.3080904@RuggedCom.com> References: <49007742.3080904@RuggedCom.com> Message-ID: <490FF941.8080202@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 Richard Retanubun wrote: > Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c. > This adds support for PHY-less MAC connections to the UEC. > > Signed-off-by: Richard Retanubun > --- > drivers/qe/uec_phy.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 79 insertions(+), 0 deletions(-) > > Applied to net repo. thanks, Ben