From: FUJITA Tomonori Date: Wed, 11 Aug 2010 01:03:26 +0000 (-0700) Subject: pci: add PCI DMA unamp state API to feature-removal-schedule.txt X-Git-Tag: v3.0~3698 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=175833635fe6e96548ccab802ed0b0f25251cbbe;p=platform%2Fkernel%2Flinux-amlogic.git 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 Cc: Jesse Barnes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index b16cbe4..1ebf5fd 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 ---------------------------- + +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 + +----------------------------