[PATCH 3/10] mmc: sdhci: Export sdhci_execute_tuning() in sdhci.c

2016-10-31 Thread Gregory CLEMENT
From: Ziji Hu Export sdhci_execute_tuning() from sdhci.c. Thus vendor sdhci driver can execute its own tuning process. Signed-off-by: Hu Ziji Signed-off-by: Gregory CLEMENT --- drivers/mmc/host/sdhci.c | 3 ++- drivers/mmc/host/sdhci.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) d

[PATCH 3/10] mmc: sdhci: Export sdhci_execute_tuning() in sdhci.c

2016-10-07 Thread Gregory CLEMENT
From: Ziji Hu Export sdhci_execute_tuning() from sdhci.c. Thus vendor sdhci driver can execute its own tuning process. Signed-off-by: Hu Ziji Reviewed-by: Gregory CLEMENT Signed-off-by: Gregory CLEMENT --- drivers/mmc/host/sdhci.c | 3 ++- drivers/mmc/host/sdhci.h | 1 + 2 files changed, 3 i