Re: [PATCH v2 1/4] mmc: mmci: Support any block sizes for ux500v2 and qcom variant

2014-08-19 Thread Ulf Hansson
On 19 August 2014 13:14, Srinivas Kandagatla wrote: > From: Ulf Hansson > > For the ux500v2 variant of the PL18x block, any block sizes are > supported. This will make it possible to decrease data overhead > for SDIO transfers. > > This patch is based on Ulf Hansson patch > http://www.spinics.net

[PATCH v2 1/4] mmc: mmci: Support any block sizes for ux500v2 and qcom variant

2014-08-19 Thread Srinivas Kandagatla
From: Ulf Hansson For the ux500v2 variant of the PL18x block, any block sizes are supported. This will make it possible to decrease data overhead for SDIO transfers. This patch is based on Ulf Hansson patch http://www.spinics.net/lists/linux-mmc/msg12160.html Signed-off-by: Srinivas Kandagatla