Re: [PATCH -next v2] mmc: fix cb710 kconfig dependency warning

2010-10-14 Thread Michał Mirosław
On Thu, Oct 14, 2010 at 11:30:55AM -0700, Randy Dunlap wrote: > Fix kconfig dependency warning to satisfy dependencies: > warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has unmet direct > dependencies (MISC_DEVICES && PCI) > > Signed-off-by: Randy Dunlap > Cc: > --- > drivers/mmc/

Re: [PATCH -next v2] mmc: fix cb710 kconfig dependency warning

2010-10-14 Thread Chris Ball
Hi, On Thu, Oct 14, 2010 at 11:30:55AM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > Fix kconfig dependency warning to satisfy dependencies: > > warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has unmet direct > dependencies (MISC_DEVICES && PCI) > > Signed-off-by: Randy Dun

Re: [PATCH] mmc: Add "ignore mmc pm notify" functionality

2010-10-14 Thread Nicolas Pitre
On Thu, 14 Oct 2010, Dmitry Shmidt wrote: > On Wed, Oct 13, 2010 at 4:10 PM, Nicolas Pitre wrote: > > On Wed, 13 Oct 2010, Dmitry Shmidt wrote: > > > >> On Tue, Oct 12, 2010 at 5:53 PM, Nicolas Pitre wrote: > >> >> > Yes, but in this case the suspend methods are inappropriate when the > >> >> >

[PATCH -next v2] mmc: fix cb710 kconfig dependency warning

2010-10-14 Thread Randy Dunlap
From: Randy Dunlap Fix kconfig dependency warning to satisfy dependencies: warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has unmet direct dependencies (MISC_DEVICES && PCI) Signed-off-by: Randy Dunlap Cc: --- drivers/mmc/host/Kconfig |1 + 1 file changed, 1 insertion(+) -

Re: [PATCH] mmc: Add "ignore mmc pm notify" functionality

2010-10-14 Thread Dmitry Shmidt
On Wed, Oct 13, 2010 at 4:10 PM, Nicolas Pitre wrote: > On Wed, 13 Oct 2010, Dmitry Shmidt wrote: > >> On Tue, Oct 12, 2010 at 5:53 PM, Nicolas Pitre wrote: >> >> > Yes, but in this case the suspend methods are inappropriate when the >> >> > phone is in live usage.  They are meant to be used, say

Re: [PATCH -next] mmc: fix cb710 kconfig dependency warning

2010-10-14 Thread Randy Dunlap
On 10/14/10 02:04, Michał Mirosław wrote: > On Wed, Oct 13, 2010 at 06:15:19PM -0700, Randy Dunlap wrote: >> Fix kconfig dependency warning to satisfy dependencies: >> >> warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has unmet direct >> dependencies (MISC_DEVICES && PCI) >> >> Signed

Re: [PATCH] sdio: fix suspend/resume regression

2010-10-14 Thread Ohad Ben-Cohen
On Wed, Oct 13, 2010 at 10:08 PM, Nicolas Pitre wrote: > It could, but then there has to be extra code in the resume handler to > cope with the fact that the card was powered off. Good point. It's much better the way it is now. Thanks, Ohad. -- To unsubscribe from this list: send the line "unsu

Re: [PATCH -next] mmc: fix cb710 kconfig dependency warning

2010-10-14 Thread Michał Mirosław
On Wed, Oct 13, 2010 at 06:15:19PM -0700, Randy Dunlap wrote: > Fix kconfig dependency warning to satisfy dependencies: > > warning: (MMC_CB710 && MMC && PCI) selects CB710_CORE which has unmet direct > dependencies (MISC_DEVICES && PCI) > > Signed-off-by: Randy Dunlap > Cc: > --- > drivers/m