devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/5] Add generic DMA DT binding support
@ 2013-02-11  8:38 Padmavathi Venna
  2013-02-11  8:38 ` [PATCH V4 1/5] DMA: PL330: Add new pl330 filter for DT case Padmavathi Venna
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Padmavathi Venna @ 2013-02-11  8:38 UTC (permalink / raw)
  To: linux-samsung-soc, devicetree-discuss, linux-arm-kernel, padma.v,
	padma.kvr
  Cc: sbkim73, broonie, kgene.kim, jassisinghbrar, arnd, vinod.koul,
	grant.likely, jon-hunter, boojin.kim, thomas.abraham, robherring2

Changes since V3:
	- Make dma-cells property optional as suggested by Rob Herring
	- Add dma-requests and dma-channels properties to DMA controller
	  as suggested by Arnd for future-proof
	- Add Acked-by for some of the patches

Changes since V2:
        - Add new filter function for DT case as suggested by Arnd
        - Add xlate as static function
        - Use newly added filter function in xlate.
        - Add Acked-by for some of the patches

Changes since V1:
        - Address the review comments by Arnd Bergmann as below
        - Wording of the properties.
        - Pass pdmac as third parameter to of_dma_controller_register
        - Filter the dma channel based on channel number and dma_device

This patch set adds support for generic dma device tree bindings for
Samsung platforms and is dependent on the following patches from
Vinod Koul next branch
1)of: Add generic device tree DMA helpers
2)dmaengine: add helper function to request a slave DMA channel

This patch set is made based Mark Brown next branch

Padmavathi Venna (5):
  DMA: PL330: Add new pl330 filter for DT case.
  DMA: PL330: Add xlate function
  DMA: PL330: Register the DMA controller with the generic DMA helpers
  ARM: dts: pl330: Add #dma-cells for generic dma binding support
  ARM: SAMSUNG: dma: Remove unnecessary code

 .../devicetree/bindings/dma/arm-pl330.txt          |   21 +++++--
 arch/arm/boot/dts/exynos5250.dtsi                  |   12 ++++
 arch/arm/mach-s3c24xx/include/mach/dma.h           |    1 -
 arch/arm/mach-s3c64xx/include/mach/dma.h           |    1 -
 arch/arm/plat-samsung/dma-ops.c                    |   10 +---
 arch/arm/plat-samsung/include/plat/dma-ops.h       |    1 -
 arch/arm/plat-samsung/include/plat/dma-pl330.h     |    1 -
 drivers/dma/pl330.c                                |   64 +++++++++++++++----
 8 files changed, 79 insertions(+), 32 deletions(-)

-- 
1.7.4.4

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

end of thread, other threads:[~2013-02-14  9:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-11  8:38 [PATCH V4 0/5] Add generic DMA DT binding support Padmavathi Venna
2013-02-11  8:38 ` [PATCH V4 1/5] DMA: PL330: Add new pl330 filter for DT case Padmavathi Venna
2013-02-11  8:38 ` [PATCH V4 2/5] DMA: PL330: Add xlate function Padmavathi Venna
2013-02-11  8:38 ` [PATCH V4 3/5] DMA: PL330: Register the DMA controller with the generic DMA helpers Padmavathi Venna
2013-02-11  8:38 ` [PATCH V4 4/5] ARM: dts: pl330: Add #dma-cells for generic dma binding support Padmavathi Venna
2013-02-11  8:38 ` [PATCH V4 5/5] ARM: SAMSUNG: dma: Remove unnecessary code Padmavathi Venna
2013-02-12 14:49 ` [PATCH V4 0/5] Add generic DMA DT binding support Vinod Koul
2013-02-13  4:22   ` Padma Venkat
2013-02-14  4:47     ` Vinod Koul
2013-02-14  5:42       ` Padma Venkat
2013-02-14  9:39         ` Vinod Koul

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