aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFUJITA Tomonori <[email protected]>2010-08-10 18:03:26 -0700
committerLinus Torvalds <[email protected]>2010-08-11 08:59:22 -0700
commit175833635fe6e96548ccab802ed0b0f25251cbbe (patch)
tree383fc94a0b18be391d6712a2c9669d611824d440
parentc31e74c4c34fa863393c28b95409aee934b4f8e1 (diff)
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 <[email protected]> Cc: Jesse Barnes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--Documentation/feature-removal-schedule.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index b16cbe4152ea..1ebf5fd3188c 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -547,3 +547,12 @@ Why: superseded by acpi_sleep=nonvs
Who: Rafael J. Wysocki <[email protected]>
----------------------------
+
+What: PCI DMA unmap state API
+When: August 2012
+Why: PCI DMA unmap state API (include/linux/pci-dma.h) was replaced
+ with DMA unmap state API (DMA unmap state API can be used for
+ any bus).
+Who: FUJITA Tomonori <[email protected]>
+
+----------------------------