aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-04-23 11:52:29 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-07-31 07:06:26 -0400
commit4e1755bbb4857ea4c5a5e12927cbc04e843cb4d4 (patch)
treebe851a686f44534efdf0925ac55662a5eb209b58 /Documentation
parent2df41d0533ad1a77f5914667a1699068bf83ae64 (diff)
Add feature removal of old OMAP private DMA implementation
Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 56000b33340b..1f7ba3537a85 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -612,3 +612,14 @@ When: June 2013
612Why: Unsupported/unmaintained/unused since 2.6 612Why: Unsupported/unmaintained/unused since 2.6
613 613
614---------------------------- 614----------------------------
615
616What: OMAP private DMA implementation
617When: 2013
618Why: We have a DMA engine implementation; all users should be updated
619 to use this rather than persisting with the old APIs. The old APIs
620 block merging the old DMA engine implementation into the DMA
621 engine driver.
622Who: Russell King <linux@arm.linux.org.uk>,
623 Santosh Shilimkar <santosh.shilimkar@ti.com>
624
625----------------------------