commit | bcc3e1726d827c2d6f62f0e0e7bbc99eed7ad925 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Tue Jan 14 21:24:21 2014 +0100 |
committer | Chris Ball <chris@printf.net> | Sun Feb 23 10:40:54 2014 -0500 |
tree | ff7a18b517a530a4193229a0993b426b0e007bac | |
parent | cb962e04b04fb67dbaf1455d3c60d64297ef4933 [diff] |
mmc: block: Use R1 responses for stop cmds for read requests While using open ended transmission and thus ending the transfer by sending a stop command, we shall use R1B only for writes and R1 shall be used for reads. Previously R1B were used in both cases. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Chris Ball <chris@printf.net>