Re: [PATCH 03/17] mmc: tmio: tmio_mmc_host has .write16_hook

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 .write16_hook is implemented under tmio_mmc_data. > > It goes to tmio_mmc_host by this patch. > > > > Signed-off-by: Kuninori Morimo

Re: [PATCH 03/17] mmc: tmio: tmio_mmc_host has .write16_hook

2015-01-20 Thread Ulf Hansson
+ MFD maintainer On 13 January 2015 at 05:57, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > Current .write16_hook 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 |2 +- > d

[PATCH 03/17] mmc: tmio: tmio_mmc_host has .write16_hook

2015-01-12 Thread Kuninori Morimoto
From: Kuninori Morimoto Current .write16_hook 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 |2 +- drivers/mmc/host/tmio_mmc.h |4 +++- drivers/mmc/host/tmio_mmc_pio.c |2 +-