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 2E0ABB7C33 for ; Tue, 13 Apr 2010 18:34:00 +1000 (EST) Date: Tue, 13 Apr 2010 01:34:03 -0700 (PDT) Message-Id: <20100413.013403.184052247.davem@davemloft.net> To: grant.likely@secretlab.ca Subject: Re: [PATCH 2/2] [V5] Add non-Virtex5 support for LL TEMAC driver From: David Miller In-Reply-To: References: <1270746482-29914-1-git-send-email-john.linn@xilinx.com> <960dddba-8a63-4480-8245-f06fad59ab36@SG2EHSMHS005.ehs.local> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Cc: eric.dumazet@gmail.com, michal.simek@petalogix.com, netdev@vger.kernel.org, jtyner@cs.ucr.edu, linuxppc-dev@ozlabs.org, john.linn@xilinx.com, john.williams@petalogix.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Grant Likely Date: Fri, 9 Apr 2010 12:10:21 -0600 > On Thu, Apr 8, 2010 at 11:08 AM, John Linn wrote: >> This patch adds support for using the LL TEMAC Ethernet driver on >> non-Virtex 5 platforms by adding support for accessing the Soft DMA >> registers as if they were memory mapped instead of solely through the >> DCR's (available on the Virtex 5). >> >> The patch also updates the driver so that it runs on the MicroBlaze. >> The changes were tested on the PowerPC 440, PowerPC 405, and the >> MicroBlaze platforms. >> >> Signed-off-by: John Tyner >> Signed-off-by: John Linn > > Picked up and build tested both patches on 405, 440, 60x and ppc64. > No build problems found either built-in or as a module. > > for both: > Acked-by: Grant Likely Ok, both applied to net-next-2.6, thanks everyone for sorting this out.