All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/1] dmaengine/amba-pl08x: Add support for s3c64xx DMAC
@ 2011-09-28  5:50 ` Alim Akhtar
  0 siblings, 0 replies; 34+ messages in thread
From: Alim Akhtar @ 2011-09-28  5:50 UTC (permalink / raw)
  To: linus.walleij, vinod.koul, dan.j.williams, viresh.kumar
  Cc: kgene.kim, linux-samsung-soc, linux-arm-kernel, linux,
	linux-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] 34+ messages in thread

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

Thread overview: 34+ 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 ` Alim Akhtar
2011-09-28  5:50 ` [PATCH V2 1/1] " Alim Akhtar
2011-09-28  5:50   ` Alim Akhtar
2011-09-28  7:45   ` Viresh Kumar
2011-09-28  7:45     ` Viresh Kumar
2011-09-28  8:50     ` Alim Akhtar
2011-09-28  8:50       ` Alim Akhtar
2011-09-28  9:54       ` Viresh Kumar
2011-09-28  9:54         ` Viresh Kumar
2011-09-28 11:54         ` Alim Akhtar
2011-09-28 11:54           ` Alim Akhtar
2011-09-29  4:22           ` Viresh Kumar
2011-09-29  4:22             ` Viresh Kumar
2011-09-28  8:01   ` Linus Walleij
2011-09-28  8:01     ` Linus Walleij
2011-09-28  8:01     ` Linus Walleij
2011-09-28  8:59     ` Alim Akhtar
2011-09-28  8:59       ` Alim Akhtar
2011-12-07 23:43 ` [PATCH V2 0/1] " Linus Walleij
2011-12-07 23:43   ` Linus Walleij
2011-12-08  1:03   ` Alim Akhtar
2011-12-08  1:03     ` Alim Akhtar
2012-04-09 20:50     ` Linus Walleij
2012-04-09 20:50       ` Linus Walleij
2012-04-09 20:50       ` Linus Walleij
2012-05-28  4:41     ` Linus Walleij
2012-05-28  4:41       ` Linus Walleij
2012-05-28  7:36       ` Russell King - ARM Linux
2012-05-28  7:36         ` Russell King - ARM Linux
2012-05-29  9:23         ` Alim Akhtar
2012-05-29  9:23           ` Alim Akhtar
2012-07-09 20:47 ` Linus Walleij
2012-07-09 20:47   ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.