From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (74-93-104-97-Washington.hfc.comcastbusiness.net [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id A273CB7D9D for ; Sat, 27 Feb 2010 21:34:40 +1100 (EST) Date: Sat, 27 Feb 2010 02:34:57 -0800 (PST) Message-Id: <20100227.023457.174832003.davem@davemloft.net> To: agust@denx.de Subject: Re: [net-next-2.6 PATCH v3 0/3] Support for MPC512x FEC From: David Miller In-Reply-To: <1267221649-22754-1-git-send-email-agust@denx.de> References: <1267221649-22754-1-git-send-email-agust@denx.de> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: wd@denx.de, dzu@denx.de, 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: , 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.