Re: [PATCH 02/17] mmc: tmio: tmio_mmc_host has .dma

2015-01-20 Thread Lee Jones
On Tue, 20 Jan 2015, Ulf Hansson wrote: > + MFD maintainer > > On 13 January 2015 at 05:57, Kuninori Morimoto > wrote: > > From: Kuninori Morimoto > > > > Current .dma is implemented under tmio_mmc_data. > > It goes to tmio_mmc_host by this patch. > > > > Signed-off-by: Kuninori Morimoto > > -

Re: [PATCH 02/17] mmc: tmio: tmio_mmc_host has .dma

2015-01-20 Thread Ulf Hansson
+ MFD maintainer On 13 January 2015 at 05:57, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > Current .dma is implemented under tmio_mmc_data. > It goes to tmio_mmc_host by this patch. > > Signed-off-by: Kuninori Morimoto > --- > drivers/mmc/host/sh_mobile_sdhi.c |4 ++-- > drivers/

[PATCH 02/17] mmc: tmio: tmio_mmc_host has .dma

2015-01-12 Thread Kuninori Morimoto
From: Kuninori Morimoto Current .dma is implemented under tmio_mmc_data. It goes to tmio_mmc_host by this patch. Signed-off-by: Kuninori Morimoto --- drivers/mmc/host/sh_mobile_sdhi.c |4 ++-- drivers/mmc/host/tmio_mmc.h | 11 +++ drivers/mmc/host/tmio_mmc_dma.c | 24 ++