]> git.baikalelectronics.ru Git - kernel.git/commit
[MMC] PXA and i.MX: don't avoid sending stop command on error
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 2 May 2006 19:02:39 +0000 (20:02 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 2 May 2006 19:02:39 +0000 (20:02 +0100)
commita26826a6565ecec5b10255936e87825899393d06
tree84896f991d3d7cb08d7ae0588f0bba9e2937b681
parent6a94c1410be4d1f2929643e32020e992303d7216
[MMC] PXA and i.MX: don't avoid sending stop command on error

Always send a stop command at the end of a data transfer.  If we avoid
sending the stop command, some cards remain in data transfer mode, and
refuse to accept further read/write commands.

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