From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from de01egw02.freescale.net (de01egw02.freescale.net [192.88.165.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "de01egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 05E02DDD06 for ; Sat, 18 Aug 2007 03:53:41 +1000 (EST) Date: Fri, 17 Aug 2007 12:53:20 -0500 From: Scott Wood To: jgarzik@pobox.com Subject: [PATCH 0/7] fs_enet patches Message-ID: <20070817175320.GA8259@ld0162-tx32.am.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The following patchset includes several updates for the fs_enet driver, the most prominent being conversion to an of_platform device (with platform_device code remaining until arch/ppc goes away). It also includes a generic MDIO bitbang library, and converts fs_enet to use it. I have a powerpc patch (ep8248e board support) that depends on the MDIO bitbang library, so it may be better to ack them for Paul to pick up -- but if not, I can postpone the ep8248e patch until the merge window. -Scott