From: Laxman Dewangan <ldewangan@nvidia.com>
To: dan.j.williams@intel.com, vinod.koul@intel.com,
grant.likely@secretlab.ca, rob.herring@calxeda.com,
linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org,
devicetree-discuss@lists.ozlabs.org
Cc: Laxman Dewangan <ldewangan@nvidia.com>
Subject: [PATCH V3 0/2] dmaengine: tegra: add dma driver
Date: Fri, 11 May 2012 16:30:42 +0530 [thread overview]
Message-ID: <1336734044-14275-1-git-send-email-ldewangan@nvidia.com> (raw)
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.
Changes from V2:
- Taken care of aall review comments provided by Vinod.
- Drop cyclic_half notify mode of dma and implemented as cyclic only.
This will make the this patch as simple. Also this can be achive
by cyclic once mode. If require, we will add later.
- Remove goto most of places.
- Remove the cookie_complete() in aborted case.
- Remove callback when terminating.
- Macro names are now namespaced.
- Message prints are well formated to have in 1 or 2 line.
Laxman Dewangan (2):
dma: dmaengine: add slave req id in slave_config
dma: tegra: add dmaengine based dma driver
drivers/dma/Kconfig | 13 +
drivers/dma/Makefile | 1 +
drivers/dma/tegra_dma.c | 1594 +++++++++++++++++++++++++++++++++++++++++++++
include/linux/dmaengine.h | 4 +
4 files changed, 1612 insertions(+), 0 deletions(-)
create mode 100644 drivers/dma/tegra_dma.c
next reply other threads:[~2012-05-11 11:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-11 11:00 Laxman Dewangan [this message]
2012-05-11 11:00 ` [PATCH V3 1/2] dma: dmaengine: add slave req id in slave_config Laxman Dewangan
[not found] ` <1336734044-14275-1-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-05-11 11:00 ` [PATCH V3 2/2] dma: tegra: add dmaengine based dma driver Laxman Dewangan
[not found] ` <1336734044-14275-3-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2012-05-17 20:54 ` Stephen Warren
[not found] ` <4FB5657C.1010902-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2012-05-23 6:43 ` Laxman Dewangan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1336734044-14275-1-git-send-email-ldewangan@nvidia.com \
--to=ldewangan@nvidia.com \
--cc=dan.j.williams@intel.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=grant.likely@secretlab.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=rob.herring@calxeda.com \
--cc=vinod.koul@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).