commit | 0f26cf18eec2f76934acc8d8bad8bf3f291a8f3f | [log] [tgz] |
---|---|---|
author | Pragnesh Patel <pragnesh.patel@sifive.com> | Mon Jun 29 15:17:29 2020 +0530 |
committer | Peng Fan <peng.fan@nxp.com> | Tue Jul 14 16:19:47 2020 +0800 |
tree | a250f992f4037e82d3648b7d773fa9a4062657f8 | |
parent | 536b456a03d13d7a757cb3d476e296dce63ebc0f [diff] |
mmc_spi: generate R1b response for erase and stop transmission command As per the SD physical layer specification version 7.10, erase command (CMD38) and stop transmission command (CMD12) will generate R1b response. R1b = R1 + busy signal A non-zero value after the R1 response indicates card is ready for next command. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Bin Meng <bin.meng@windriver.com> Tested-by: Bin Meng <bin.meng@windriver.com>