Re: [U-Boot] [PATCH v3 2/6] mmc: skip select_mode_and_width for MMC SPI host

2019-07-15 Thread Peng Fan
> Subject: [PATCH v3 2/6] mmc: skip select_mode_and_width for MMC SPI host > > The MMC mode and width are fixed for MMC SPI host hence we skip > sd_select_mode_and_width() and mmc_select_mode_and_width() for MMC > SPI host. > > Signed-off-by: Anup Patel > Reviewed-by: Bin Meng > Tested-by: Bin

[U-Boot] [PATCH v3 2/6] mmc: skip select_mode_and_width for MMC SPI host

2019-07-07 Thread Anup Patel
The MMC mode and width are fixed for MMC SPI host hence we skip sd_select_mode_and_width() and mmc_select_mode_and_width() for MMC SPI host. Signed-off-by: Anup Patel Reviewed-by: Bin Meng Tested-by: Bin Meng --- drivers/mmc/mmc.c | 14 ++ 1 file changed, 14 insertions(+) diff