Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332873
b: refs/heads/master
c: 7fc7bf0
h: refs/heads/master
i:
  332871: 4153d2a
v: v3
  • Loading branch information
Tushar Behera authored and Vinod Koul committed Sep 14, 2012
1 parent 3b738f2 commit d3f576e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2cc44e63184245c2b977ca8739b2e8aab63e3d38
refs/heads/master: 7fc7bf084bba30c66e751dae47b87bc00891f288
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-exynos/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,12 @@ static int __init exynos_dma_init(void)

dma_cap_set(DMA_SLAVE, exynos_pdma0_pdata.cap_mask);
dma_cap_set(DMA_CYCLIC, exynos_pdma0_pdata.cap_mask);
dma_cap_set(DMA_PRIVATE, exynos_pdma0_pdata.cap_mask);
amba_device_register(&exynos_pdma0_device, &iomem_resource);

dma_cap_set(DMA_SLAVE, exynos_pdma1_pdata.cap_mask);
dma_cap_set(DMA_CYCLIC, exynos_pdma1_pdata.cap_mask);
dma_cap_set(DMA_PRIVATE, exynos_pdma1_pdata.cap_mask);
amba_device_register(&exynos_pdma1_device, &iomem_resource);

dma_cap_set(DMA_MEMCPY, exynos_mdma1_pdata.cap_mask);
Expand Down

0 comments on commit d3f576e

Please sign in to comment.