]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7719/1: mmc: mmci: Support for CMD23
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 May 2013 14:40:56 +0000 (15:40 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 22 May 2013 23:07:03 +0000 (00:07 +0100)
commit024629c62ffc25f267d57bf588cc10c96ccc0ce5
tree2e4b76aa003fd64cf79a93a380180e4184335fda
parentc58a85090c8fbf7274af5ed0fe30828320c40ad6
ARM: 7719/1: mmc: mmci: Support for CMD23

Support added for transmission of CMD23 during multi block read or
write. In order to activate this feature, MMC_CAP_CMD23 flag needs
to be enabled in the capabilities field. Note that CMD23 support is
mandatory to support features like reliable write, data tag, context
ID, packed command.

This patch is based upon a patch from Saugata Das.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/host/mmci.c