Re: [PATCH 3/3] mmc: sdhci: update signal voltage switch code

2012-12-14 Thread Kevin Liu
2012/12/14 Johan Rudholm : > Hi Kevin, > > 2012/12/14 Kevin Liu : >> The protocal related code is moved to core stack. So update the host >> driver accordingly. >> >> Signed-off-by: Kevin Liu >> --- >> drivers/mmc/host/sdhci.c | 188 >> +++--- >> 1 files

Re: [PATCH 3/3] mmc: sdhci: update signal voltage switch code

2012-12-14 Thread Johan Rudholm
Hi Kevin, 2012/12/14 Kevin Liu : > The protocal related code is moved to core stack. So update the host > driver accordingly. > > Signed-off-by: Kevin Liu > --- > drivers/mmc/host/sdhci.c | 188 > +++--- > 1 files changed, 77 insertions(+), 111 deletions

[PATCH 3/3] mmc: sdhci: update signal voltage switch code

2012-12-14 Thread Kevin Liu
The protocal related code is moved to core stack. So update the host driver accordingly. Signed-off-by: Kevin Liu --- drivers/mmc/host/sdhci.c | 188 +++--- 1 files changed, 77 insertions(+), 111 deletions(-) diff --git a/drivers/mmc/host/sdhci.c b/drive