From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 4A36CDDE02 for ; Thu, 29 Nov 2007 13:51:00 +1100 (EST) Date: Wed, 28 Nov 2007 20:54:10 -0600 From: Olof Johansson To: jgarzik@pobox.com Subject: [PATCH] [0/12] pasemi_mac updates for 2.6.25 + DMA channel management library Message-ID: <20071129025410.GA17215@lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org, netdev@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, The following series contains driver updates for 2.6.25, together with a couple of patches that introduces a library for abstracting DMA channel allocation and access. While the DMA stuff (patches 5 and 6) isn't really netdev material, the driver updates depend on them, and it'd just be easier to merge them up the netdev path. The patches are: 1/12: pasemi_mac: RX/TX ring management cleanup 2/12: pasemi_mac: Remove SKB copy/recycle logic 3/12: pasemi_mac: Print warning when not attaching to a PHY 4/12: pasemi_mac: Don't enable RX/TX without a link (if possible) 5/12: pasemi_mac: Move register definitions to include/asm-powerpc 6/12: pasemi: DMA engine management library 7/12: pasemi_mac: Convert to new dma library 8/12: pasemi_mac: performance tweaks 9/12: pasemi_mac: Fix TX cleaning 10/12: pasemi_mac: Improve RX interrupt mitigation l1/12: pasemi_mac: Software-based LRO support 12/12: pasemi_mac: SKB unmap optimization -Olof