linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] new Atmel DMA controller
@ 2014-07-04  7:36 Ludovic Desroches
  2014-07-04  7:36 ` [PATCH v2 1/2] dma: at_xdmac: creation of the atmel eXtended DMA Controller driver Ludovic Desroches
  2014-07-04  7:36 ` [PATCH v2 2/2] ARM: dts: at_xdmac: add bindings documentation Ludovic Desroches
  0 siblings, 2 replies; 6+ messages in thread
From: Ludovic Desroches @ 2014-07-04  7:36 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

This set of patches introduces support for the new Atmel DMA controller know as
XDMAC and available on SAMA5D4.

Changes from:
- v1
  - add power management stuff
  - check maxburst value
  - revert subsys_initcall remove, EPROBE_DEFER not yet available on the kernel
  version I use to do the tests, moreover other devices are not ready to use it

- RFC:
  - DMA_SUCCESS replaced by DMA_COMPLETE
  - fix memcpy issue caused by a mistake in interfaces used
  - add filter function
  - remove some parameters from device tree since we can get them through the
  dma slave configuration
  - use readl/writel relaxed
  - remove subsys_initcall
  - synchronize irq before killing tasklets
  - use BIT macro
  - misc cleanup


Ludovic Desroches (2):
  dma: at_xdmac: creation of the atmel eXtended DMA Controller driver
  ARM: dts: at_xdmac: add bindings documentation

 .../devicetree/bindings/dma/atmel-xdma.txt         |   39 +
 drivers/dma/Kconfig                                |    7 +
 drivers/dma/Makefile                               |    1 +
 drivers/dma/at_xdmac.c                             | 1179 ++++++++++++++++++++
 drivers/dma/at_xdmac.h                             |  308 +++++
 include/dt-bindings/dma/at91.h                     |   25 +
 6 files changed, 1559 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/atmel-xdma.txt
 create mode 100644 drivers/dma/at_xdmac.c
 create mode 100644 drivers/dma/at_xdmac.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-07-04 12:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-04  7:36 [PATCH v2 0/2] new Atmel DMA controller Ludovic Desroches
2014-07-04  7:36 ` [PATCH v2 1/2] dma: at_xdmac: creation of the atmel eXtended DMA Controller driver Ludovic Desroches
2014-07-04  7:36 ` [PATCH v2 2/2] ARM: dts: at_xdmac: add bindings documentation Ludovic Desroches
2014-07-04  8:58   ` Mark Rutland
2014-07-04  9:45     ` Ludovic Desroches
2014-07-04 12:48   ` Sergei Shtylyov

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