Re: [PATCH 1/4] mmc: sh_mmcif: add support for Device Tree DMA bindings

2013-06-06 Thread Sergei Shtylyov
Hello. On 06/06/2013 07:46 PM, Guennadi Liakhovetski wrote: To use DMA in the Device Tree case the driver has to be modified to use suitable API to obtain DMA channels. Signed-off-by: Guennadi Liakhovetski --- drivers/mmc/host/sh_mmcif.c | 29 ++--- 1 files change

[PATCH 1/4] mmc: sh_mmcif: add support for Device Tree DMA bindings

2013-06-06 Thread Guennadi Liakhovetski
To use DMA in the Device Tree case the driver has to be modified to use suitable API to obtain DMA channels. Signed-off-by: Guennadi Liakhovetski --- drivers/mmc/host/sh_mmcif.c | 29 ++--- 1 files changed, 18 insertions(+), 11 deletions(-) diff --git a/drivers/mmc/hos