Re: [PATCH 2/2] mmc: fix mmc card disappearence on resume on ricoh mmc controllers

2010-06-06 Thread Philip Langdale
On Mon, 7 Jun 2010 00:28:51 +0300, Maxim Levitsky maximlevit...@gmail.com wrote: The reason was that it takes time for controller to detect the card. So wait a bit for the card to appear. In worst case scenario, when you suspend the system with mmc card, and actually remove it, the resume

Re: [PATCH 2/2] mmc: fix mmc card disappearence on resume on ricoh mmc controllers

2010-06-06 Thread Maxim Levitsky
On Mon, 2010-06-07 at 00:23 +0100, Chris Ball wrote: Hi, On Mon, Jun 07, 2010 at 12:28:51AM +0300, Maxim Levitsky wrote: + /* Some controllers (especialy the ricoh mmc controller) delay + card detection on resume (probably since the controller + has to poke the

Re: [PATCH 1/2] mmc: make sdhci work with ricoh mmc controller

2010-06-06 Thread Maxim Levitsky
On Sun, 2010-06-06 at 19:11 -0400, Philip Langdale wrote: On Mon, 7 Jun 2010 00:28:50 +0300, Maxim Levitsky maximlevit...@gmail.com wrote: The current way of disabling it is not well tested by vendor and has all kinds of bugs that show up on resume from ram/disk. Old way of disabling

Re: [PATCH 1/2] mmc: make sdhci work with ricoh mmc controller

2010-06-06 Thread Philip Langdale
On Mon, 07 Jun 2010 03:37:32 +0300 Maxim Levitsky maximlevit...@gmail.com wrote: On Sun, 2010-06-06 at 19:11 -0400, Philip Langdale wrote: On Mon, 7 Jun 2010 00:28:50 +0300, Maxim Levitsky maximlevit...@gmail.com wrote: The current way of disabling it is not well tested by vendor and