Re: [PATCH 1/7] mmc: tmio: add .enable_dma

2014-12-30 Thread Ulf Hansson
On 24 December 2014 at 02:30, Kuninori Morimoto wrote: > > Hi Ulf, again > >> > > void tmio_mmc_abort_dma(struct tmio_mmc_host *host) >> > > diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h >> > > index 5738817..6788f9b 100644 >> > > --- a/include/linux/mfd/tmio.h >> > > +++ b/inc

Re: [PATCH 1/7] mmc: tmio: add .enable_dma

2014-12-23 Thread Kuninori Morimoto
Hi Ulf, again > > > void tmio_mmc_abort_dma(struct tmio_mmc_host *host) > > > diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h > > > index 5738817..6788f9b 100644 > > > --- a/include/linux/mfd/tmio.h > > > +++ b/include/linux/mfd/tmio.h > > > @@ -111,6 +111,7 @@ void tmio_core_mm

Re: [PATCH 1/7] mmc: tmio: add .enable_dma

2014-12-23 Thread Kuninori Morimoto
Hi Ulf > On 15 December 2014 at 03:27, Kuninori Morimoto > wrote: > > From: Kuninori Morimoto > > > > Some controllers need DMA special register/setting. > > This patch adds new .enable_dma callback for it. > > > > Signed-off-by: Kuninori Morimoto > > --- > > drivers/mmc/host/tmio_mmc_dma.c |

Re: [PATCH 1/7] mmc: tmio: add .enable_dma

2014-12-19 Thread Ulf Hansson
On 15 December 2014 at 03:27, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > Some controllers need DMA special register/setting. > This patch adds new .enable_dma callback for it. > > Signed-off-by: Kuninori Morimoto > --- > drivers/mmc/host/tmio_mmc_dma.c |3 +++ > include/linux/mf

[PATCH 1/7] mmc: tmio: add .enable_dma

2014-12-14 Thread Kuninori Morimoto
From: Kuninori Morimoto Some controllers need DMA special register/setting. This patch adds new .enable_dma callback for it. Signed-off-by: Kuninori Morimoto --- drivers/mmc/host/tmio_mmc_dma.c |3 +++ include/linux/mfd/tmio.h|4 ++-- 2 files changed, 5 insertions(+), 2 deletio