[RFC 00/12] OMAP DMA engine conversion
From: Vinod Koul <hidden>
Date: 2012-05-15 04:19:24
Also in:
linux-mmc, linux-omap
On Mon, 2012-04-23 at 17:04 +0100, Russell King - ARM Linux wrote:
For the full text, please see http://lists.arm.linux.org.uk/lurker/message/20120418.100954.7fa7acf8.en.html This version contains updates for some of the comments received from the previous round, and adds the OMAP1/2 MMC and SPI drivers to the conversion. I've also added a note to feature-removal noting that the existing APIs will be removed around 2013 - I'm planning January for that at the moment. Having drivers around which are unconverted blocks further work on the DMA engine conversion, so it's actually important that we get as many drivers converted as soon as possible. Anything which isn't converted will probably have its DMA code removed, or if that results in the driver not being usable, the driver itself will be removed. This series is still in RFC mode...
Hi Russell, What is the state of this series, would be good to have this merged in upcoming merge window.
Documentation/feature-removal-schedule.txt | 11 + arch/arm/mach-omap1/board-h2-mmc.c | 1 - arch/arm/mach-omap1/board-h3-mmc.c | 1 - arch/arm/mach-omap1/board-nokia770.c | 1 - arch/arm/mach-omap2/board-n8x0.c | 1 - arch/arm/mach-omap2/hsmmc.c | 1 - arch/arm/plat-omap/dma.c | 14 + arch/arm/plat-omap/include/plat/mmc.h | 2 - drivers/dma/Kconfig | 10 + drivers/dma/Makefile | 2 + drivers/dma/omap-dma.c | 521 ++++++++++++++++++++++++++++ drivers/dma/sa11x0-dma.c | 249 ++++--------- drivers/dma/virt-dma.c | 99 ++++++ drivers/dma/virt-dma.h | 138 ++++++++ drivers/mmc/host/omap.c | 369 +++++++++----------- drivers/mmc/host/omap_hsmmc.c | 206 ++++++------ drivers/spi/spi-omap2-mcspi.c | 228 +++++++------ 17 files changed, 1268 insertions(+), 586 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel at lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
-- ~Vinod