From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 22 May 2008 07:36:44 +0200 Subject: [U-Boot-Users] [PATCH] Add support for Marvell 88E1118 phy to drivers/net/tsec.c In-Reply-To: <50836.52519.qm@web83515.mail.sp1.yahoo.com> References: <50836.52519.qm@web83515.mail.sp1.yahoo.com> Message-ID: <20080522053644.GD22430@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de If possible can we start to export the phy support in phy drivers to allow other net drivers to use it. We can start to think to implement like is done in linux to add a generic phylib with a generir phy driver. Best Regards, J.