From mboxrd@z Thu Jan 1 00:00:00 1970 From: davem@davemloft.net (David Miller) Date: Thu, 01 Apr 2010 19:53:52 -0700 (PDT) Subject: [PATCH] netdev/fec.c: add phylib supporting to enable carrier detection (v2) In-Reply-To: <20100331122604.GV2241@pengutronix.de> References: <1270037444-8470-1-git-send-email-bryan.wu@canonical.com> <20100331122604.GV2241@pengutronix.de> Message-ID: <20100401.195352.258678503.davem@davemloft.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Sascha Hauer Date: Wed, 31 Mar 2010 14:26:04 +0200 > On Wed, Mar 31, 2010 at 08:10:44PM +0800, Bryan Wu wrote: >> BugLink: http://bugs.launchpad.net/bugs/457878 >> >> v2: >> - remove duplicated phy_speed caculation >> - fix the phy_speed caculation according to the DataSheet >> >> v1: >> - removed old MII phy control code >> - add phylib supporting >> - add ethtool interface to make user space NetworkManager works >> >> Tested on Freescale i.MX51 Babbage board. >> >> This patch is based on a patch from Frederic Rodo >> >> Cc: Frederic Rodo >> Signed-off-by: Bryan Wu > > Acked-by: Sascha Hauer Applied to net-next-2.6, thanks.