From patchwork Tue Mar 9 04:53:09 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: FUJITA Tomonori X-Patchwork-Id: 84215 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o294scui008747 for ; Tue, 9 Mar 2010 04:54:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756572Ab0CIEyg (ORCPT ); Mon, 8 Mar 2010 23:54:36 -0500 Received: from sh.osrg.net ([192.16.179.4]:32811 "EHLO sh.osrg.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756527Ab0CIEyf (ORCPT ); Mon, 8 Mar 2010 23:54:35 -0500 Received: from localhost (rose.osrg.net [10.76.0.1]) by sh.osrg.net (8.14.3/8.14.3/OSRG-NET) with ESMTP id o294sK6P001057; Tue, 9 Mar 2010 13:54:22 +0900 From: FUJITA Tomonori To: akpm@linux-foundation.org Cc: James.Bottomley@suse.de, fujita.tomonori@lab.ntt.co.jp, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, rdunlap@xenotime.net, davem@davemloft.net Subject: [PATCH -mm 3/3] Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txt Date: Tue, 9 Mar 2010 13:53:09 +0900 Message-Id: <1268110389-12444-4-git-send-email-fujita.tomonori@lab.ntt.co.jp> X-Mailer: git-send-email 1.6.5 In-Reply-To: <1268110389-12444-1-git-send-email-fujita.tomonori@lab.ntt.co.jp> References: <1268110389-12444-1-git-send-email-fujita.tomonori@lab.ntt.co.jp> Lines: 27 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 09 Mar 2010 04:54:38 +0000 (UTC) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (sh.osrg.net [192.16.179.4]); Tue, 09 Mar 2010 13:54:22 +0900 (JST) X-Virus-Scanned: clamav-milter 0.95.3 at sh X-Virus-Status: Clean Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org diff --git a/Documentation/PCI/PCI-DMA-mapping.txt b/Documentation/DMA-API-HOWTO.txt similarity index 100% rename from Documentation/PCI/PCI-DMA-mapping.txt rename to Documentation/DMA-API-HOWTO.txt diff --git a/Documentation/DMA-API.txt b/Documentation/DMA-API.txt index 5e018f6..05e2ae2 100644 --- a/Documentation/DMA-API.txt +++ b/Documentation/DMA-API.txt @@ -5,7 +5,7 @@ This document describes the DMA API. For a more gentle introduction of the API (and actual examples) see -Documentation/PCI/PCI-DMA-mapping.txt. +Documentation/DMA-API-HOWTO.txt. This API is split into two pieces. Part I describes the API. Part II describes the extensions to the API for supporting non-consistent