linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC
@ 2011-09-28  5:50 Alim Akhtar
  2011-09-28  5:50 ` [PATCH V2 1/1] " Alim Akhtar
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Alim Akhtar @ 2011-09-28  5:50 UTC (permalink / raw)
  To: linux-arm-kernel

This patch modifies the amba-pl08x driver for s3c64xx.
The DMA controller of S3C64XX is a variant of PrimeCell pl080 DMAC.
S3C64xx contents extra register to hold the TransferSize.

Below diagram explains the s3c64xx LLI structure and offsets.
	-----------------------------------------------------------------
	|       Offset          |       Contents                        |
	-----------------------------------------------------------------
	| Next LLI Address      | Source Address for Next xfer          |
	----------------------------------------------------------------- 
	| Next LLI Address+0x04 | Destination Address for Next xfer     |
	-----------------------------------------------------------------
	| Next LLI Address+0x08 | Next LLI address for Next xfer        |
	-----------------------------------------------------------------
	| Next LLI Address+0x0c | DMACCxControl0 data for Next xfer     |
	-----------------------------------------------------------------
	| Next LLI Address+0x10 | DMACCxControl1 xfer size for Next xfer|
	----------------------------------------------------------------- 

Changes since v1:
	- Rebased with "samsung_dma" branch of 
	http://git.infradead.org/users/vkoul/slave-dma.git

	- Addressed review comments from linus.walleij 
	http://www.spinics.net/lists/arm-kernel/msg135411.html

Alim Akhtar (1):
  dmaengine/amba-pl08x: Add support for s3c64xx DMAC

 drivers/dma/amba-pl08x.c |  135 ++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 112 insertions(+), 23 deletions(-)

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 18+ messages in thread
* [PATCH V2 0/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC
@ 2012-05-29  8:54 ALIM AKHTAR
  0 siblings, 0 replies; 18+ messages in thread
From: ALIM AKHTAR @ 2012-05-29  8:54 UTC (permalink / raw)
  To: linux-arm-kernel

An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120529/d5333d23/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: file0.jpg
Type: image/jpg
Size: 72722 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120529/d5333d23/attachment-0001.jpg>

^ permalink raw reply	[flat|nested] 18+ messages in thread
[parent not found: <0M4S00CB80QI0VX0@mailout3.samsung.com>]

end of thread, other threads:[~2012-07-09 20:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28  5:50 [PATCH V2 0/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC Alim Akhtar
2011-09-28  5:50 ` [PATCH V2 1/1] " Alim Akhtar
2011-09-28  7:45   ` Viresh Kumar
2011-09-28  8:50     ` Alim Akhtar
2011-09-28  9:54       ` Viresh Kumar
2011-09-28 11:54         ` Alim Akhtar
2011-09-29  4:22           ` Viresh Kumar
2011-09-28  8:01   ` Linus Walleij
2011-09-28  8:59     ` Alim Akhtar
2011-12-07 23:43 ` [PATCH V2 0/1] " Linus Walleij
2011-12-08  1:03   ` Alim Akhtar
2012-04-09 20:50     ` Linus Walleij
2012-05-28  4:41     ` Linus Walleij
2012-05-28  7:36       ` Russell King - ARM Linux
2012-05-29  9:23         ` Alim Akhtar
2012-07-09 20:47 ` Linus Walleij
  -- strict thread matches above, loose matches on Subject: below --
2012-05-29  8:54 ALIM AKHTAR
     [not found] <0M4S00CB80QI0VX0@mailout3.samsung.com>
2012-05-29  8:59 ` Russell King - ARM Linux

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