linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] dmaengine: tegra: add dma driver
@ 2012-05-03  7:41 Laxman Dewangan
  2012-05-03  7:41 ` [PATCH V2 1/2] dma: dmaengine: add slave req id in slave_config Laxman Dewangan
  2012-05-03  7:41 ` [PATCH V2 2/2] dmaengine: tegra: add dma driver Laxman Dewangan
  0 siblings, 2 replies; 11+ messages in thread
From: Laxman Dewangan @ 2012-05-03  7:41 UTC (permalink / raw)
  To: dan.j.williams, vinod.koul, grant.likely, rob.herring
  Cc: linux-kernel, devicetree-discuss, linux-tegra, Laxman Dewangan

This series add NVIDIA Tegra's APB dma controller driver based on dmaengine.
There is already old driver in mach-tegra/dma.c and we want to get rid
of this old style driver which exposes private apis.
Once this driver get through, there will be series of patches to move all
existing driver to use the dmaengine based driver and old mach-tegra/dma.c
will get deleted. This driver has following feature than old one:
- better queue managment.
- Cyclic transfer supports.
- Platform driver.
- Full support for device tree.
- Multiple bug fixes over old driver.

Changes from V1:
- Incorportaed review comments from Vinod.
- get rid of the tegra_dma header.
- Having clock control through runtime pm.
- Remove regmap support.

Laxman Dewangan (2):
  dma: dmaengine: add slave req id in slave_config
  dmaengine: tegra: add dma driver

 drivers/dma/Kconfig       |   13 +
 drivers/dma/Makefile      |    1 +
 drivers/dma/tegra_dma.c   | 1714 +++++++++++++++++++++++++++++++++++++++++++++
 include/linux/dmaengine.h |    4 +
 4 files changed, 1732 insertions(+), 0 deletions(-)
 create mode 100644 drivers/dma/tegra_dma.c


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

end of thread, other threads:[~2012-05-11 11:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-03  7:41 [PATCH V2 0/2] dmaengine: tegra: add dma driver Laxman Dewangan
2012-05-03  7:41 ` [PATCH V2 1/2] dma: dmaengine: add slave req id in slave_config Laxman Dewangan
2012-05-09  8:49   ` Vinod Koul
2012-05-09 10:27     ` Laxman Dewangan
2012-05-03  7:41 ` [PATCH V2 2/2] dmaengine: tegra: add dma driver Laxman Dewangan
2012-05-09 10:14   ` Vinod Koul
2012-05-09 11:01     ` Laxman Dewangan
2012-05-10  3:34       ` Vinod Koul
2012-05-10  5:05         ` Laxman Dewangan
2012-05-11  8:41           ` Vinod Koul
2012-05-11 10:58             ` Laxman Dewangan

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).