Re: [PATCH] mmc: sh_mmcif: add SET_BLOCK_COUNT support

2013-06-13 Thread Shimoda, Yoshihiro
Hello Guennadi-san, (2013/06/13 17:33), Guennadi Liakhovetski wrote: < snip > >> +static bool sh_mmcif_send_sbc(struct sh_mmcif_host *host, >> + struct mmc_request *mrq) >> +{ >> +struct mmc_request req_orig = *mrq; >> +long time; >> + >> +/* Switch the command

Re: [PATCH] mmc: sh_mmcif: add SET_BLOCK_COUNT support

2013-06-13 Thread Guennadi Liakhovetski
Hello Shimoda-san Thank you for your patch. On Thu, 13 Jun 2013, Shimoda, Yoshihiro wrote: > This patch adds SET_BLOCK_COUNT(CMD23) support to sh_mmcif driver. > If we add MMC_CAP_CMD23 to ".caps" of sh_mmcif_plat_data, the mmc > core driver will use CMD23. Then, the sh_mmcif driver can use > Re

[PATCH] mmc: sh_mmcif: add SET_BLOCK_COUNT support

2013-06-13 Thread Shimoda, Yoshihiro
This patch adds SET_BLOCK_COUNT(CMD23) support to sh_mmcif driver. If we add MMC_CAP_CMD23 to ".caps" of sh_mmcif_plat_data, the mmc core driver will use CMD23. Then, the sh_mmcif driver can use Reliable Write feature. Signed-off-by: Yoshihiro Shimoda --- This patch is based on the latest mmc-ne