Re: [PATCH] mmc: core: Only execute tuning for SDR50 and SDR104

2013-05-26 Thread Chris Ball
Hi, On Wed, Apr 17 2013, Fredrik Soderstedt wrote: > Only execute tuning for sd and sdio devices that are using > SDR50 or SDR104. > > Make sure clock is hold during tuning for sdio devices. > > Signed-off-by: Fredrik Soderstedt Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball

Re: [PATCH] mmc: core: Only execute tuning for SDR50 and SDR104

2013-04-19 Thread Ulf Hansson
On 17 April 2013 13:50, Fredrik Soderstedt wrote: > Only execute tuning for sd and sdio devices that are using > SDR50 or SDR104. > > Make sure clock is hold during tuning for sdio devices. > > Signed-off-by: Fredrik Soderstedt > --- > drivers/mmc/core/sd.c | 9 +++-- > drivers/mmc/core/s

Re: [PATCH] mmc: core: Only execute tuning for SDR50 and SDR104

2013-04-17 Thread Johan Rudholm
Hi, 2013/4/17 Fredrik Soderstedt : > Only execute tuning for sd and sdio devices that are using > SDR50 or SDR104. > > Make sure clock is hold during tuning for sdio devices. > > Signed-off-by: Fredrik Soderstedt Acked-by: Johan Rudholm //Johan -- To unsubscribe from this list: send the line "

[PATCH] mmc: core: Only execute tuning for SDR50 and SDR104

2013-04-17 Thread Fredrik Soderstedt
Only execute tuning for sd and sdio devices that are using SDR50 or SDR104. Make sure clock is hold during tuning for sdio devices. Signed-off-by: Fredrik Soderstedt --- drivers/mmc/core/sd.c | 9 +++-- drivers/mmc/core/sdio.c | 12 ++-- 2 files changed, 17 insertions(+), 4 delet