From: jassisinghbrar@gmail.com (Jassi Brar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM:SAMSUNG: Move S3C DMA driver to drivers/dma
Date: Tue, 7 Jun 2011 13:31:28 +0530 [thread overview]
Message-ID: <BANLkTingtc1yNt_fwCtscnRRwPd8d2ieKQ@mail.gmail.com> (raw)
In-Reply-To: <1307432901-22781-1-git-send-email-alim.akhtar@samsung.com>
On Tue, Jun 7, 2011 at 1:18 PM, root <alim.akhtar@samsung.com> wrote:
> Signed-off-by: alim.akhtar <alim.akhtar@samsung.com>
> ---
> ?arch/arm/configs/exynos4_defconfig | ? ?1 +
> ?arch/arm/configs/s5p64x0_defconfig | ? ?1 +
> ?arch/arm/configs/s5pc100_defconfig | ? ?1 +
> ?arch/arm/configs/s5pv210_defconfig | ? ?1 +
> ?arch/arm/plat-samsung/Kconfig ? ? ?| ? ?6 -
> ?arch/arm/plat-samsung/Makefile ? ? | ? ?2 -
> ?arch/arm/plat-samsung/s3c-pl330.c ?| 1244 ------------------------------------
> ?drivers/dma/Kconfig ? ? ? ? ? ? ? ?| ? ?8 +
> ?drivers/dma/Makefile ? ? ? ? ? ? ? | ? ?2 +
> ?drivers/dma/s3c-pl330.c ? ? ? ? ? ?| 1244 ++++++++++++++++++++++++++++++++++++
> ?10 files changed, 1258 insertions(+), 1252 deletions(-)
> ?delete mode 100644 arch/arm/plat-samsung/s3c-pl330.c
> ?create mode 100644 drivers/dma/s3c-pl330.c
NAK
The drivers/dma/ is place for generic DMA API con formant drivers.
S3C-PL330.c is implementation of Samsung's DMA API.
next prev parent reply other threads:[~2011-06-07 8:01 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-07 7:48 [PATCH] ARM:SAMSUNG: Move S3C DMA driver to drivers/dma root
2011-06-07 8:00 ` Kyungmin Park
2011-06-07 8:09 ` Jassi Brar
2011-06-07 8:15 ` Russell King - ARM Linux
2011-06-07 8:35 ` Kyungmin Park
2011-06-07 10:15 ` Jassi Brar
2011-06-07 18:29 ` Russell King - ARM Linux
2011-06-07 18:43 ` Mark Brown
2011-06-07 19:01 ` Jassi Brar
2011-06-07 21:41 ` Mark Brown
2011-06-08 2:51 ` Jassi Brar
2011-06-08 8:55 ` Mark Brown
2011-06-07 22:28 ` Russell King - ARM Linux
2011-06-08 4:05 ` Jassi Brar
2011-06-08 7:44 ` Russell King - ARM Linux
2011-06-07 19:46 ` Jassi Brar
2011-06-07 22:36 ` Russell King - ARM Linux
2011-06-09 18:24 ` Kukjin Kim
2011-06-16 12:56 ` Kyungmin Park
2011-06-23 6:47 ` Kukjin Kim
2011-06-07 10:15 ` Linus Walleij
2011-06-07 10:05 ` Koul, Vinod
2011-06-07 8:01 ` Jassi Brar [this message]
2011-06-07 15:42 ` Tushar Behera
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=BANLkTingtc1yNt_fwCtscnRRwPd8d2ieKQ@mail.gmail.com \
--to=jassisinghbrar@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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).