[PATCH 1/10] mmc: sdhci: Export sdhci_set_ios() from sdhci.c

2016-10-31 Thread Gregory CLEMENT
From: Ziji Hu Export sdhci_set_ios() in sdhci.c. Thus vendor sdhci driver can implement its own set_ios() routine. Signed-off-by: Hu Ziji Signed-off-by: Gregory CLEMENT --- drivers/mmc/host/sdhci.c | 3 ++-

[PATCH 1/10] mmc: sdhci: Export sdhci_set_ios() from sdhci.c

2016-10-31 Thread Gregory CLEMENT
From: Ziji Hu Export sdhci_set_ios() in sdhci.c. Thus vendor sdhci driver can implement its own set_ios() routine. 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(-) diff

[PATCH 1/10] mmc: sdhci: Export sdhci_set_ios() from sdhci.c

2016-10-07 Thread Gregory CLEMENT
From: Ziji Hu Export sdhci_set_ios() in sdhci.c. Thus vendor sdhci driver can implement its own set_ios() routine. Signed-off-by: Hu Ziji Reviewed-by: Gregory CLEMENT Signed-off-by: Gregory CLEMENT

[PATCH 1/10] mmc: sdhci: Export sdhci_set_ios() from sdhci.c

2016-10-07 Thread Gregory CLEMENT
From: Ziji Hu Export sdhci_set_ios() in sdhci.c. Thus vendor sdhci driver can implement its own set_ios() routine. 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