commit | 4538500023441da97cf5731644b6a8a3d2db90b4 | [log] [tgz] |
---|---|---|
author | Thomas Chou <thomas@wytron.com.tw> | Tue Apr 19 03:48:32 2011 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Wed May 18 14:30:34 2011 -0500 |
tree | 846bc03655befabcbc79c0b95baf2d205c6d5ad1 | |
parent | df724cef0afe0b1d1e7246cd659dd8bb1e2617e7 [diff] |
mmc_spi: generate response for send status command A "send status" command is added with the commit "mmc: checking status after commands with R1b response". But the status register returned from send status command of SPI protocol is different from that of MMC/SD protocol. We do a simple test and generate a response in stead of full bit-by-bit translation. Signed-off-by: Thomas Chou <thomas@wytron.com.tw>