On Fri, Jan 18, 2013 at 05:03:40PM +0530, Padmavathi Venna wrote:
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
Changes look fairly decent. I need somone with better knowldge of DT to akc this before this is applied. Arnd...?
This patch set is made based Kukjin Kim for-next branch
Padmavathi Venna (4): DMA: PL330: Add xlate function DMA: PL330: Register the DMA controller with the generic DMA helpers ARM: dts: Add #dma-cells for generic dma binding support DMA: PL330: Modify pl330 filter based on new generic dma dt bindings.
.../devicetree/bindings/dma/arm-pl330.txt | 9 +++- arch/arm/boot/dts/exynos5250.dtsi | 4 ++ drivers/dma/pl330.c | 48 ++++++++++++++++---- 3 files changed, 49 insertions(+), 12 deletions(-)
-- 1.7.4.4