From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-next-2.6 PATCH v3 0/3] Support for MPC512x FEC Date: Sat, 27 Feb 2010 02:34:57 -0800 (PST) Message-ID: <20100227.023457.174832003.davem@davemloft.net> References: <1267221649-22754-1-git-send-email-agust@denx.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linuxppc-dev@ozlabs.org, grant.likely@secretlab.ca, dzu@denx.de, wd@denx.de, jcrigby@gmail.com To: agust@denx.de Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:33372 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965178Ab0B0Kej (ORCPT ); Sat, 27 Feb 2010 05:34:39 -0500 In-Reply-To: <1267221649-22754-1-git-send-email-agust@denx.de> Sender: netdev-owner@vger.kernel.org List-ID: From: Anatolij Gustschin Date: Fri, 26 Feb 2010 23:00:46 +0100 > These patches attempt to provide support for the Freescale MPC512x > FEC in the fs_enet driver. The first cleanup patch replaces printk > by dev_xxx. The second and third attemt to support MPC5121 FEC > in the FEC driver. Applied, for real this time! :-) Thanks.