linux/drivers/mmc
Kuninori Morimoto b9bd7ff806 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 <shinobu.uehara.xc@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2014-09-19 20:36:15 +02:00
..
card mmc: block: change stop errors to info 2014-09-19 00:03:37 +02:00
core mmc: Checks EXT_CSD_PARTITION_SETTING_COMPLETED before partitions computation 2014-09-19 00:03:36 +02:00
host mmc: tmio: enable odd number size access 2014-09-19 20:36:15 +02:00
Kconfig
Makefile mmc: sdhci-pci: add platform data 2012-01-11 23:58:47 -05:00