linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Serial: AT91: Support rx and tx dma
@ 2012-10-29  9:09 Elen Song
  2012-10-29  9:09 ` [PATCH 1/6] DMA: AT91: Serial: Add parameter for serial dma use Elen Song
  0 siblings, 1 reply; 7+ messages in thread
From: Elen Song @ 2012-10-29  9:09 UTC (permalink / raw)
  To: linux-arm-kernel

This is a patch series for support tx and rx dma for at91sam9 boards.
The patches contain the following support:
- add parameters for dma use
- request tx dma channel and enable tx
- request rx dma channel and enable rx

The rx dma part use dmaengine_tx_status to get remain bytes.
The api has been updated in the following patch:
[PATCH]DMA: AT91: Get residual bytes in dma buffer

Elen Song (6):
  DMA: AT91: Serial: Add parameter for serial dma use
  Serial: AT91: Distinguish PDC from DMA
  Serial: AT91: Request tx dma channel
  Serial: AT91: Enable tx dma
  Serial: AT91: Request rx dma channel
  Serial: AT91: Enable rx cyclic DMA transfer

 arch/arm/mach-at91/include/mach/board.h |    2 +
 drivers/tty/serial/atmel_serial.c       |  507 +++++++++++++++++++++++++++++--
 include/linux/platform_data/dma-atmel.h |   10 +
 3 files changed, 491 insertions(+), 28 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2012-11-22  7:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29  9:09 [PATCH 0/6] Serial: AT91: Support rx and tx dma Elen Song
2012-10-29  9:09 ` [PATCH 1/6] DMA: AT91: Serial: Add parameter for serial dma use Elen Song
2012-10-29 11:42   ` Jean-Christophe PLAGNIOL-VILLARD
2012-10-30  3:23     ` Elen Song
2012-10-30  6:39     ` Elen Song
2012-11-22  7:40       ` Elen Song
2012-11-22  7:44         ` Jean-Christophe PLAGNIOL-VILLARD

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