mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -mm 0/3] Documentation: convert PCI-DMA-mapping.txt to use the generic DMA API
@ 2010-03-09  4:53 FUJITA Tomonori
  2010-03-09  4:53 ` [PATCH -mm 1/3] " FUJITA Tomonori
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: FUJITA Tomonori @ 2010-03-09  4:53 UTC (permalink / raw)
  To: akpm
  Cc: James.Bottomley, fujita.tomonori, linux-kernel, linux-pci,
	rdunlap, davem

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(-)



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-03-09 23:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-09  4:53 [PATCH -mm 0/3] Documentation: convert PCI-DMA-mapping.txt to use the generic DMA API FUJITA Tomonori
2010-03-09  4:53 ` [PATCH -mm 1/3] " FUJITA Tomonori
2010-03-09 23:02   ` Randy Dunlap
2010-03-09  4:53 ` [PATCH -mm 2/3] Documentation: remove the PCI DMA API description in DMA-API.txt FUJITA Tomonori
2010-03-09 23:07   ` Randy Dunlap
2010-03-09  4:53 ` [PATCH -mm 3/3] Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txt FUJITA Tomonori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome