From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Mon, 01 Sep 2014 10:05:49 +0000 Subject: Re: [PATCH 2/7] mmc: omap_hsmmc: use blk_size_workaround Message-Id: <540444FD.4040800@cogentembedded.com> List-Id: References: <87r3zvzohj.wl%kuninori.morimoto.gx@gmail.com> <87oauzzofe.wl%kuninori.morimoto.gx@gmail.com> In-Reply-To: <87oauzzofe.wl%kuninori.morimoto.gx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Kuninori Morimoto , Ulf Hansson , Chris Ball , Simon Cc: Kuninori Morimoto , Linux-SH , linux-mmc Hello. On 9/1/2014 1:21 PM, Kuninori Morimoto wrote: > From: Kuninori Morimoto > Now, omap_hsmmc can use blk_size_workaround instead of > MMC_CAP2_NO_MULTI_READ. let's use it. > Signed-off-by: Kuninori Morimoto > --- > drivers/mmc/host/omap_hsmmc.c | 17 ++++++++++++++++- > 1 file changed, 16 insertions(+), 1 deletion(-) > diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c > index ece1634..6d2696b 100644 > --- a/drivers/mmc/host/omap_hsmmc.c > +++ b/drivers/mmc/host/omap_hsmmc.c [...] > @@ -1840,6 +1854,7 @@ static const struct mmc_host_ops omap_hsmmc_ops = { > .get_ro = omap_hsmmc_get_ro, > .init_card = omap_hsmmc_init_card, > .enable_sdio_irq = omap_hsmmc_enable_sdio_irq, > + .blk_workaround = omap_hsmmc_blk_size_workaround, Not '.blk_size_workaround'? [...] WBR, Sergei