linux/drivers/staging/mt7621-mmc
Christian Lütke-Stetzkamp c3f28802a1 staging: mt7621-mmc: Find response of MMC_SEND_OP_COND by default
The response type of the MMC_SEND_OP_COND command is correctly
determined using the mmc_resp_type macro, because the only use of that
opcode, mmc_send_op_cond, correctly places MMC_RSP_R3 in cmd.flags.

So there is no need to treat that opcode separately.

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-06-28 21:48:05 +09:00
..
board.h staging: mt7621-mmc: Remove unused sdio irq code 2018-05-06 19:08:06 -07:00
dbg.c staging: mt7621-mmc: Fix line size exceeding 80 columns 2018-06-01 10:52:48 +02:00
dbg.h staging: mt7621-mmc: Remove unused enum msdc_mode 2018-06-28 21:48:05 +09:00
Kconfig
Makefile
mt6575_sd.h staging: mt7621-mmc: Cleanup source of base address for io 2018-06-28 21:48:04 +09:00
sd.c staging: mt7621-mmc: Find response of MMC_SEND_OP_COND by default 2018-06-28 21:48:05 +09:00
TODO