[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1268110389-12444-1-git-send-email-fujita.tomonori@lab.ntt.co.jp>
Date: Tue, 9 Mar 2010 13:53:06 +0900
From: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
To: akpm@...ux-foundation.org
Cc: James.Bottomley@...e.de, fujita.tomonori@....ntt.co.jp,
linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org,
rdunlap@...otime.net, davem@...emloft.net
Subject: [PATCH -mm 0/3] Documentation: convert PCI-DMA-mapping.txt to use the generic DMA API
The PCI DMA API is just the wrapper of the DMA API after the patchset
in -mm:
http://marc.info/?l=linux-kernel&m=126596737604808&w=2
Driver writers are always able to use the DMA API with any bus. Now we
can remove the PCI DMA API in Documentation and tell driver writers to
use the DMA API at ll times.
This renames PCI-DMA-mapping.txt to DMA-API-HOWTO.txt and rearrange
two DMA-API docs in the following way:
- DMA-API.txt gives a concise description of the DMA API.
- DMA-API-HOWTO.txt is a guide that provides actual code examples of how
to use the DMA API.
=
.../{PCI/PCI-DMA-mapping.txt => DMA-API-HOWTO.txt} | 352 ++++++++++----------
Documentation/DMA-API.txt | 154 +--------
2 files changed, 188 insertions(+), 318 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists