Re: [PATCH] mmc: Fix re-probing after hibernation

2010-12-11 Thread Chris Ball
Hi Takashi, On Fri, Dec 10, 2010 at 08:40:31AM +0100, Takashi Iwai wrote: > Subject: [PATCH] mmc: Fix re-probing with PM_POST_RESTORE notification > > In the error-path where PM notifies PM_POST_RESTORE, the rescan-blockage > should be cleared as well. Otherwise it'll be never re-probed. > > Al

Re: [PATCH] mmc: Fix re-probing after hibernation

2010-12-09 Thread Takashi Iwai
At Thu, 9 Dec 2010 21:37:24 +0100, Rafael J. Wysocki wrote: > > On Thursday, December 09, 2010, Takashi Iwai wrote: > > At Thu, 9 Dec 2010 01:53:03 +, > > Chris Ball wrote: > > > > > > Hi Takashi, > > > > > > On Wed, Dec 08, 2010 at 04:23:59PM +0100, Takashi Iwai wrote: > > > > The commit 4c

Re: [PATCH] mmc: Fix re-probing after hibernation

2010-12-09 Thread Rafael J. Wysocki
On Thursday, December 09, 2010, Takashi Iwai wrote: > At Thu, 9 Dec 2010 01:53:03 +, > Chris Ball wrote: > > > > Hi Takashi, > > > > On Wed, Dec 08, 2010 at 04:23:59PM +0100, Takashi Iwai wrote: > > > The commit 4c2ef25fe0b847d2ae818f74758ddb0be1c27d8e > > > mmc: fix all hangs related to mm

Re: [PATCH] mmc: Fix re-probing after hibernation

2010-12-08 Thread Chris Ball
Hi Takashi, On Wed, Dec 08, 2010 at 04:23:59PM +0100, Takashi Iwai wrote: > The commit 4c2ef25fe0b847d2ae818f74758ddb0be1c27d8e > mmc: fix all hangs related to mmc/sd card insert/removal during > suspend/resume > introduced a bug where the device probing no longer works after > hibernation. T

Re: [PATCH] mmc: Fix re-probing after hibernation

2010-12-08 Thread Maxim Levitsky
On Wed, 2010-12-08 at 16:23 +0100, Takashi Iwai wrote: > The commit 4c2ef25fe0b847d2ae818f74758ddb0be1c27d8e > mmc: fix all hangs related to mmc/sd card insert/removal during > suspend/resume > introduced a bug where the device probing no longer works after > hibernation. This was because the

[PATCH] mmc: Fix re-probing after hibernation

2010-12-08 Thread Takashi Iwai
The commit 4c2ef25fe0b847d2ae818f74758ddb0be1c27d8e mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume introduced a bug where the device probing no longer works after hibernation. This was because the pm notifier expects PM_POST_HIBERNATION call while the system sen