Re: [PATCH] mmc: core: make hw_reset power cycle SD-cards

2014-09-11 Thread Johan Rudholm
Hi Ulf, 2014-09-11 13:03 GMT+02:00 Ulf Hansson : > On 9 September 2014 16:21, Johan Rudholm wrote: >> SD-cards cannot be reset, but they can be power cycled. Power cycling >> a buggy SD-card sometimes helps it get back on track. > > Hi Johan, > > This feature has been missing for too long - reall

Re: [PATCH] mmc: core: make hw_reset power cycle SD-cards

2014-09-11 Thread Ulf Hansson
On 9 September 2014 16:21, Johan Rudholm wrote: > SD-cards cannot be reset, but they can be power cycled. Power cycling > a buggy SD-card sometimes helps it get back on track. Hi Johan, This feature has been missing for too long - really great that you are working on this! > > Signed-off-by: Jo

[PATCH] mmc: core: make hw_reset power cycle SD-cards

2014-09-09 Thread Johan Rudholm
SD-cards cannot be reset, but they can be power cycled. Power cycling a buggy SD-card sometimes helps it get back on track. Signed-off-by: Johan Rudholm --- drivers/mmc/core/core.c | 16 +++- 1 files changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/mmc/core/core.c b/