Re: [PATCH 09/17] mmc: tmio: tmio_mmc_data has .dma_rx_offset

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

Re: [PATCH 09/17] mmc: tmio: tmio_mmc_data has .dma_rx_offset

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

[PATCH 09/17] mmc: tmio: tmio_mmc_data has .dma_rx_offset

2015-01-12 Thread Kuninori Morimoto
From: Kuninori Morimoto Current .dma_rx_offset is implemented under tmio_mmc_dma. It goes to tmio_mmc_data by this patch. Signed-off-by: Kuninori Morimoto --- drivers/mmc/host/sh_mobile_sdhi.c |2 +- drivers/mmc/host/tmio_mmc.h |1 - drivers/mmc/host/tmio_mmc_dma.c |2 +- i