Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e1755bb authored by Russell King's avatar Russell King
Browse files

Add feature removal of old OMAP private DMA implementation

parent 2df41d05
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -612,3 +612,14 @@ When: June 2013
Why:	Unsupported/unmaintained/unused since 2.6

----------------------------

What:	OMAP private DMA implementation
When:	2013
Why:	We have a DMA engine implementation; all users should be updated
	to use this rather than persisting with the old APIs.  The old APIs
	block merging the old DMA engine implementation into the DMA
	engine driver.
Who:	Russell King <linux@arm.linux.org.uk>,
	Santosh Shilimkar <santosh.shilimkar@ti.com>

----------------------------