Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge master.kernel.org:/home/rmk/linux-2.6-mmc

+3 -3
+1 -1
drivers/mmc/mmc.c
··· 816 816 817 817 cmd.opcode = SD_SEND_RELATIVE_ADDR; 818 818 cmd.arg = 0; 819 - cmd.flags = MMC_RSP_R1; 819 + cmd.flags = MMC_RSP_R6; 820 820 821 821 err = mmc_wait_for_cmd(host, &cmd, CMD_RETRIES); 822 822 if (err != MMC_ERR_NONE)
+2 -2
include/linux/mmc/protocol.h
··· 63 63 /* class 5 */ 64 64 #define MMC_ERASE_GROUP_START 35 /* ac [31:0] data addr R1 */ 65 65 #define MMC_ERASE_GROUP_END 36 /* ac [31:0] data addr R1 */ 66 - #define MMC_ERASE 37 /* ac R1b */ 66 + #define MMC_ERASE 38 /* ac R1b */ 67 67 68 68 /* class 9 */ 69 69 #define MMC_FAST_IO 39 /* ac <Complex> R4 */ ··· 74 74 75 75 /* class 8 */ 76 76 #define MMC_APP_CMD 55 /* ac [31:16] RCA R1 */ 77 - #define MMC_GEN_CMD 56 /* adtc [0] RD/WR R1b */ 77 + #define MMC_GEN_CMD 56 /* adtc [0] RD/WR R1 */ 78 78 79 79 /* SD commands type argument response */ 80 80 /* class 8 */