Commit 175833635fe6e96548ccab802ed0b0f25251cbbe

Authored by FUJITA Tomonori
Committed by Linus Torvalds
1 parent c31e74c4c3

pci: add PCI DMA unamp state API to feature-removal-schedule.txt

It was replaced with the DMA unamp state API (which can be used for
any bus).

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff

Documentation/feature-removal-schedule.txt
... ... @@ -547,4 +547,13 @@
547 547 Who: Rafael J. Wysocki <rjw@sisk.pl>
548 548  
549 549 ----------------------------
  550 +
  551 +What: PCI DMA unmap state API
  552 +When: August 2012
  553 +Why: PCI DMA unmap state API (include/linux/pci-dma.h) was replaced
  554 + with DMA unmap state API (DMA unmap state API can be used for
  555 + any bus).
  556 +Who: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  557 +
  558 +----------------------------