Re: [PATCH v6 04/14] mmc: sdhci: Export sdhci_set_ios() from sdhci.c

2017-03-22 Thread Adrian Hunter
On 14/02/17 19:01, Gregory CLEMENT wrote: > From: Hu Ziji > > 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 Acked-by: Adrian Hunter > --- > drivers/mmc/host/sdhci.c | 3 ++-

[PATCH v6 04/14] mmc: sdhci: Export sdhci_set_ios() from sdhci.c

2017-02-14 Thread Gregory CLEMENT
From: Hu Ziji 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