linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: tegra: move all APB DMA client to dmaengine based driver
@ 2012-08-16 14:13 Laxman Dewangan
       [not found] ` <1345126397-28864-1-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 24+ messages in thread
From: Laxman Dewangan @ 2012-08-16 14:13 UTC (permalink / raw)
  To: swarren-3lzwWm7+Weoh9ZMKESR00Q, olof-nZhT3qVonbNeoWH0uzbU5w,
	grant.likely-s3s/WqlpOiPyB63q8FvJNQ, lrg-l0cyMroinI0,
	broonie-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E
  Cc: vinod.koul-VuQAYsv1563Yd54FQh9/CA, linux-lFZ/pmaqli7XmaaqVzeoHQ,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw, Laxman Dewangan

This patch series enable the dmaengine based Tegra APB DMA driver
and remove the support code for the legacy dma driver from different
APB DMA clients.
Patch 1 enable the dmaengine based dma drie and disable the legacy dma driver
        in config file.
Patch 2 remove the legacy dma driver.
Patch 3,4, 5 remove the support code from different APB DMA clients to support
        legacy dma driver.

Please note that this series will depends on patch
dma: tegra: enable/disable dma clock
which is not in 3.6-rc1 but will be available in next RC (rc2) of 3.6 as
part of fixes.

Laxman Dewangan (5):
  ARM: tegra: config: enable dmaengine based APB DMA driver
  ARM: tegra: dma: remove legacy APB DMA driver
  ARM: tegra: apbio: remove support of legacy DMA driver based access
  spi: tegra: remove support of legacy DMA driver based access
  ASoC: tegra: remove support of legacy DMA driver based access

 arch/arm/configs/tegra_defconfig       |    3 +
 arch/arm/mach-tegra/Kconfig            |    7 -
 arch/arm/mach-tegra/Makefile           |    1 -
 arch/arm/mach-tegra/apbio.c            |  118 +-----
 arch/arm/mach-tegra/dma.c              |  823 --------------------------------
 arch/arm/mach-tegra/include/mach/dma.h |   97 ----
 drivers/spi/Kconfig                    |    2 +-
 drivers/spi/spi-tegra.c                |   55 +--
 sound/soc/tegra/Kconfig                |    2 +-
 sound/soc/tegra/tegra_pcm.c            |  232 ---------
 sound/soc/tegra/tegra_pcm.h            |   14 -
 11 files changed, 7 insertions(+), 1347 deletions(-)
 delete mode 100644 arch/arm/mach-tegra/dma.c

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2012-09-14 16:33 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 14:13 [PATCH 0/5] ARM: tegra: move all APB DMA client to dmaengine based driver Laxman Dewangan
     [not found] ` <1345126397-28864-1-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-08-16 14:13   ` [PATCH 1/5] ARM: tegra: config: enable dmaengine based APB DMA driver Laxman Dewangan
     [not found]     ` <1345126397-28864-2-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-08-16 17:53       ` Stephen Warren
     [not found]         ` <502D33B6.7070103-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-08-17  6:38           ` Laxman Dewangan
     [not found]             ` <502DE6FE.8040200-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-08-17 15:17               ` Stephen Warren
     [not found]                 ` <502E60A3.1020405-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-08-17 17:34                   ` Stephen Warren
     [not found]                     ` <502E80BA.5020409-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-08-17 18:00                       ` Laxman Dewangan
2012-08-16 14:13   ` [PATCH 2/5] ARM: tegra: dma: remove legacy " Laxman Dewangan
2012-08-16 14:13   ` [PATCH 3/5] ARM: tegra: apbio: remove support of legacy DMA driver based access Laxman Dewangan
2012-08-16 14:13   ` [PATCH 4/5] spi: tegra: " Laxman Dewangan
     [not found]     ` <1345126397-28864-5-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-09-06 23:50       ` Stephen Warren
2012-09-14 15:57         ` Mark Brown
     [not found]         ` <504936AF.8010701-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-14 15:57           ` Stephen Warren
     [not found]             ` <505353FC.20505-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-14 16:02               ` Mark Brown
2012-09-13 23:36       ` Stephen Warren
2012-08-16 14:13   ` [PATCH 5/5] ASoC: " Laxman Dewangan
     [not found]     ` <1345126397-28864-6-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-09-06 23:50       ` Stephen Warren
     [not found]         ` <504936D3.8030203-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-14 15:57           ` Stephen Warren
     [not found]             ` <505353EF.7040904-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-14 16:08               ` Mark Brown
2012-09-13 23:36       ` Stephen Warren
     [not found]         ` <50526DFE.5030709-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-09-14 15:53           ` Mark Brown
     [not found]             ` <20120914155335.GB4684-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org>
2012-09-14 16:00               ` Stephen Warren
2012-09-14 16:33                 ` Mark Brown
2012-09-13 23:35   ` [PATCH 0/5] ARM: tegra: move all APB DMA client to dmaengine based driver Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).