From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sunset.davemloft.net (unknown [74.93.104.97]) by ozlabs.org (Postfix) with ESMTP id A5B6ADDE23 for ; Thu, 2 Apr 2009 18:57:27 +1100 (EST) Date: Thu, 02 Apr 2009 00:57:15 -0700 (PDT) Message-Id: <20090402.005715.02030593.davem@davemloft.net> To: grant.likely@secretlab.ca Subject: Re: [PATCH 0/3] Series short description From: David Miller In-Reply-To: <20090401060117.8641.32252.stgit@localhost.localdomain> References: <20090401060117.8641.32252.stgit@localhost.localdomain> 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: , From: Grant Likely Date: Wed, 01 Apr 2009 00:16:46 -0600 > Here are the fec_mpc52xx patches which should be picked up for 2.6.29. > Patch #1 fixes a dma related BUG_ON() discovered after the merge window > opened. #2 & #3 were original a single patch posted prior to the merge > window, but not having a s-o-b line from the original author held them up. > In the end I rewrote it from scratch as two patches just so I can get > them merged. #2 makes the driver use net_device_ops, and #3 fixes a NULL > dereference. > > I've tested these patches on several MPC5200 platforms. All applied, thanks Grant.