From: Kuninori Morimoto Date: Wed, 10 Sep 2014 07:23:24 +0000 (-0700) Subject: mmc: tmio: enable odd number size access X-Git-Tag: fixes-against-v3.18-rc2~127^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9bd7ff8069a7125da897de657da421c497d4f15;p=pandora-kernel.git mmc: tmio: enable odd number size access Current tmio is using sd_ctrl_read16/write16_rep() for data transfer. It works if transfer size was even number, but, last 1 byte will be ignored if transfer size was odd number. This patch adds new tmio_mmc_transfer_data() and solve this issue. Tested-by: Shinobu Uehara Signed-off-by: Kuninori Morimoto Signed-off-by: Ulf Hansson --- Reading git-diff-tree failed