This patch adds support for SEND_STATUS (CMD13) of SD.
Host may poll the status of the card with a CMD13 at
any time, and the card will respond with its status.
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
#define CMD9 (9) /* SEND_CSD */
#define CMD10 (10) /* SEND_CID */
#define CMD12 (12) /* STOP_TRANSMISSION */
+#define CMD13 (13) /* SEND_STATUS */
#define ACMD13 (0x80+13) /* SD_STATUS (SDC) */
#define CMD16 (16) /* SET_BLOCKLEN */
#define CMD17 (17) /* READ_SINGLE_BLOCK */
break;
case CMD10:
case CMD12:
+ case CMD13:
case ACMD13:
case CMD16:
case CMD23: