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

2013-06-28 Thread Shimoda, Yoshihiro
Hi, Guennadi-san, (2013/06/28 16:54), Guennadi Liakhovetski wrote:> Hi Shimoda-san > > Thanks for an update. Sorry it took me so long to get down to reviewing > it. I looked at it originally and I knew, I would need a significant time > this time to look and think about it, so, I had to postpone.

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

2013-06-28 Thread Guennadi Liakhovetski
Hi Shimoda-san Thanks for an update. Sorry it took me so long to get down to reviewing it. I looked at it originally and I knew, I would need a significant time this time to look and think about it, so, I had to postpone. This looks much better already, thanks! The flow is already correct, but

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

2013-06-27 Thread Chris Ball
Hi Guennadi, please could you review this one? On Mon, Jun 17 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 > R

[PATCH v2] mmc: sh_mmcif: add SET_BLOCK_COUNT support

2013-06-17 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 --- about v2: - remove the wait_for_comple