Hi Laurent, On Wed, Oct 29, 2014 at 6:02 AM, Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> wrote: > Hi Morimoto-san, > > On Monday 27 October 2014 20:03:56 Kuninori Morimoto wrote: >> Hi >> Cc Simon >> >> > Laurent Pinchart (9): >> > dmaengine: Add 16 bytes, 32 bytes and 64 bytes bus widths >> > dmaengine: rcar-dmac: Remove duplicate sentence from DT bindings >> > dmaengine: rcar-dmac: Add Renesas R-Car Gen2 DMA Controller (DMAC) >> > >> > driver >> > >> > ARM: shmobile: r8a7790: Rename mmcif node to mmc >> > ARM: shmobile: r8a7791: Add MMCIF0 DT node >> > ARM: shmobile: r8a7790: Reference DMA channels in MMCIF DT nodes >> > ARM: shmobile: r8a7791: Reference DMA channels in MMCIF DT node >> > ARM: shmobile: r8a7790: Reference DMA channels in SDHI DT nodes >> > ARM: shmobile: r8a7791: Reference DMA channels in SDHI DT nodes >> > >> > .../devicetree/bindings/dma/renesas,rcar-dmac.txt | 3 - >> > arch/arm/boot/dts/r8a7790.dtsi | 14 +- >> > arch/arm/boot/dts/r8a7791.dtsi | 17 + >> > drivers/dma/sh/Kconfig | 8 + >> > drivers/dma/sh/Makefile | 1 + >> > drivers/dma/sh/rcar-dmac.c | 1533 +++++++++++++++ >> > include/linux/dmaengine.h | 3 + >> > 7 files changed, 1575 insertions(+), 4 deletions(-) >> > create mode 100644 drivers/dma/sh/rcar-dmac.c >> >> On Lager board + SDHI >> >> Tested-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > > Thank you. > >> Current SDHI driver + DMAC is working, but super slow, >> especially, write case.... > > *sigh* I'll test that. If you have energy to deal with this then that is of course greatly appreciated. >From my point of view it is however easier to simply ignore SDHI for now and remove those patches from this patch series. Once all the dependencies are sorted out for the new DMAC driver and all code is upstream then perhaps the SDHI driver is in a better shape and allows for more easy DMA enablement. Cheers, / magnus -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html