Re: [PATCH 2/6 v4] mmc: use .multi_io_quirk on tmio_mmc

2014-09-09 Thread Lee Jones
On Tue, 09 Sep 2014, Kuninori Morimoto wrote: > Hi Lee > > I forgot to add you on this patch. > Can you please check this patch from "mfd" point ? > > -- > From: Kuninori Morimoto > > Now, tmio_mmc can use .multi_io_quirk callback > instead of MMC_CAP2_NO_MULTI_READ

Re: [PATCH 2/6 v4] mmc: use .multi_io_quirk on tmio_mmc

2014-09-09 Thread Kuninori Morimoto
Hi Lee I forgot to add you on this patch. Can you please check this patch from "mfd" point ? -- From: Kuninori Morimoto Now, tmio_mmc can use .multi_io_quirk callback instead of MMC_CAP2_NO_MULTI_READ flags. let's use it. Signed-off-by: Kuninori Morimoto --- v3 ->

Re: [PATCH 2/6 v4] mmc: use .multi_io_quirk on tmio_mmc

2014-09-09 Thread Ulf Hansson
On 9 September 2014 08:45, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > Now, tmio_mmc can use .multi_io_quirk callback > instead of MMC_CAP2_NO_MULTI_READ flags. > let's use it. > > Signed-off-by: Kuninori Morimoto > --- > v3 -> v4 > > - remove un-needed header > > drivers/mmc/host/t

[PATCH 2/6 v4] mmc: use .multi_io_quirk on tmio_mmc

2014-09-08 Thread Kuninori Morimoto
From: Kuninori Morimoto Now, tmio_mmc can use .multi_io_quirk callback instead of MMC_CAP2_NO_MULTI_READ flags. let's use it. Signed-off-by: Kuninori Morimoto --- v3 -> v4 - remove un-needed header drivers/mmc/host/tmio_mmc_pio.c | 13 + include/linux/mfd/tmio.h|3