From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by ozlabs.org (Postfix) with ESMTP id 498C6DDDB6 for ; Tue, 28 Apr 2009 20:16:13 +1000 (EST) Received: by rv-out-0506.google.com with SMTP id f9so324325rvb.9 for ; Tue, 28 Apr 2009 03:16:11 -0700 (PDT) MIME-Version: 1.0 Sender: pku.leo@gmail.com Date: Tue, 28 Apr 2009 18:16:11 +0800 Message-ID: <2a27d3730904280316l7049bddbie914907b16ccfff6@mail.gmail.com> Subject: [PATCH 0/5] rapidio: adding memory mapping IO support and misc fixes From: Li Yang To: akpm@linux-foundation.org, Kumar Gala , David Miller , mporter@kernel.crashing.org Content-Type: text/plain; charset=UTF-8 Cc: linuxppc-dev Development , linux-kernel@vger.kernel.org, Netdev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The patch series add MMIO support to Linux rapidio and fix a few nits. The patches cross rapidio, netdev, powerpc sub-systems. It will be good for them to go through one tree. Probably Andrew? As the previous rapidio patches are mostly merged by you. - Leo