linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/6] ARM: at91: move to generic DMA device tree binding
@ 2013-04-19  9:11 ludovic.desroches at atmel.com
  2013-04-19  9:11 ` [PATCH v3 1/6] at_hdmac: move to generic DMA binding ludovic.desroches at atmel.com
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: ludovic.desroches at atmel.com @ 2013-04-19  9:11 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ludovic Desroches <ludovic.desroches@atmel.com>

Hi,

I resend the set of patches due to minor fixes. I think patches will go through
different subsytems.

Patch 1/6: dma subsystem
Patch 2/6, 4/6, 6/6: arm-soc
Patch 3/6: i2c subsystem, already taken by Wolfram, thx.
Patch 5/6: mmc subsystem

v3 changes:
- compile at_dma_filter function only if CONFIG_OF is set since it is only used
in at_dma_xlate
- remove trailing whitespaces in patch 5/6

v2 changes:
- update documentation about dma bindings according to Nicolas' comments
- put dtsi changes in a separate patch
- add dtb update for i2c and mci nodes

Ludovic Desroches (6):
  at_hdmac: move to generic DMA binding
  ARM: at91: dts: set #dma-cells to the correct value
  i2c: at91: convert to dma_request_slave_channel_compat()
  ARM: at91: dts: add i2c dma support
  mci: at91: convert to dma_request_slave_channel_compat()
  ARM: at91: dts: add MCI DMA support

 .../devicetree/bindings/dma/atmel-dma.txt          | 35 ++++++--
 arch/arm/boot/dts/at91sam9g45.dtsi                 |  5 ++
 arch/arm/boot/dts/at91sam9n12.dtsi                 |  9 +++
 arch/arm/boot/dts/at91sam9x5.dtsi                  | 15 ++++
 arch/arm/boot/dts/sama5d3.dtsi                     | 19 ++++-
 drivers/dma/at_hdmac.c                             | 93 ++++++++++++++++++++--
 drivers/dma/at_hdmac_regs.h                        |  4 +
 drivers/i2c/busses/i2c-at91.c                      | 49 ++++++------
 drivers/mmc/host/atmel-mci.c                       | 25 +++---
 9 files changed, 204 insertions(+), 50 deletions(-)

-- 
1.7.11.3

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

end of thread, other threads:[~2013-05-26 17:34 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-19  9:11 [PATCH v3 0/6] ARM: at91: move to generic DMA device tree binding ludovic.desroches at atmel.com
2013-04-19  9:11 ` [PATCH v3 1/6] at_hdmac: move to generic DMA binding ludovic.desroches at atmel.com
2013-04-22 10:22   ` Nicolas Ferre
2013-04-23  3:44     ` Vinod Koul
2013-04-29 13:28       ` Nicolas Ferre
2013-04-30  8:48     ` Vinod Koul
2013-04-19  9:11 ` [PATCH v3 2/6] ARM: at91: dts: set #dma-cells to the correct value ludovic.desroches at atmel.com
2013-04-19  9:39   ` Nicolas Ferre
2013-04-19  9:11 ` [PATCH v3 3/6] i2c: at91: convert to dma_request_slave_channel_compat() ludovic.desroches at atmel.com
2013-04-19  9:11 ` [PATCH v3 4/6] ARM: at91: dts: add i2c dma support ludovic.desroches at atmel.com
2013-04-19  9:43   ` Nicolas Ferre
2013-04-19  9:11 ` [PATCH v3 5/6] mci: at91: convert to dma_request_slave_channel_compat() ludovic.desroches at atmel.com
2013-04-30  8:06   ` Nicolas Ferre
2013-05-10 10:05     ` [PATCH] mmc: atmel-mci: " Nicolas Ferre
2013-05-26 17:34       ` Chris Ball
2013-04-19  9:11 ` [PATCH v3 6/6] ARM: at91: dts: add MCI DMA support ludovic.desroches at atmel.com
2013-04-19  9:43   ` Nicolas Ferre

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