[MMC] Convert all hosts except mmci to use data->blksz
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 4 Jun 2006 16:51:15 +0000 (17:51 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 19 Jun 2006 12:05:08 +0000 (13:05 +0100)
commita3fd4a1b9ced850ac1a9d5bb9f8fab494d07f3fa
treedc2b9354fe087663cc862a966d12824601702c29
parent12223dabc617a4babfba4e17feb1ed88e8cfeb8f
[MMC] Convert all hosts except mmci to use data->blksz

The MMC specification allows non-power of two block sizes.  As such,
we should not pass the log2 block size to host drivers, but instead
pass the byte size.

However, ARM MMCI can only work with log2 block size, so continue to
pass both the log2 block size and byte block size.  This means that
for the moment, the byte block size must remain a power of two, but
this is the first stage of removing this restriction for other hosts.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/at91_mci.c
drivers/mmc/imxmmc.c
drivers/mmc/omap.c
drivers/mmc/sdhci.c