Re: [U-Boot] [PATCH v2 1/2] mmc: sdhci: Update sdhci_send_command() to handle HS200

2018-06-01 Thread Michal Simek
On 29.5.2018 16:33, Siva Durga Prasad Paladugu wrote: > This patch updates sdhci_send_command() to handle MMC > HS200 tuning command. > > Signed-off-by: Siva Durga Prasad Paladugu > --- > Changes from v1: > - Fixed spacings as per comment > --- > drivers/mmc/sdhci.c | 9 ++--- > 1 file

[U-Boot] [PATCH v2 1/2] mmc: sdhci: Update sdhci_send_command() to handle HS200

2018-05-29 Thread Siva Durga Prasad Paladugu
This patch updates sdhci_send_command() to handle MMC HS200 tuning command. Signed-off-by: Siva Durga Prasad Paladugu --- Changes from v1: - Fixed spacings as per comment --- drivers/mmc/sdhci.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/sdhci.c