[V2 PATCH 1/5] mmc: replace sbc to precmd and add postcmd

2015-04-03 Thread Chuanxiao Dong
right now we use sbc to present CMD23. If we want sbc to present other cmds, then it is not suitable. So change the name to precmd which means a cmd that needs to be sent before a cmd. So it can sent any command without misunderstanding Signed-off-by: Chuanxiao Dong --- drivers/mmc/card/block.c

[PATCH 1/5] mmc: replace sbc to precmd and add postcmd

2015-03-17 Thread Chuanxiao Dong
right now we use sbc to present CMD23. If we want sbc to present other cmds, then it is not suitable. So change the name to precmd which means a cmd that needs to be sent before a cmd. So it can sent any command without misunderstanding Signed-off-by: Chuanxiao Dong --- drivers/mmc/card/block.c

[RFC PATCH 1/5] mmc: replace sbc to precmd and add postcmd

2014-12-19 Thread Chuanxiao Dong
right now we use sbc to present CMD23. If we want sbc to present other cmds, then it is not suitable. So change the name to precmd which means a cmd that needs to be sent before a cmd. So it can sent any command without misunderstanding Signed-off-by: Chuanxiao Dong --- drivers/mmc/card/block.c