From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by ozlabs.org (Postfix) with ESMTP id 4D912DDF00 for ; Tue, 12 May 2009 18:40:53 +1000 (EST) Received: by yw-out-2324.google.com with SMTP id 2so1817341ywt.39 for ; Tue, 12 May 2009 01:40:52 -0700 (PDT) MIME-Version: 1.0 Sender: pku.leo@gmail.com Date: Tue, 12 May 2009 16:40:52 +0800 Message-ID: <2a27d3730905120140m21ca81d7t8206e657b02ffbfb@mail.gmail.com> Subject: [PATCH 0/6] 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: , This is a re-post of patch series which adds MMIO support to Linux RapidIO and fixes a few nits. - Leo