Re: [PATCH v4 3/8] wireless: wl1271: add platform driver to get board data

2010-08-12 Thread Ohad Ben-Cohen
On Thursday, August 12, 2010, Russell King - ARM Linux wrote: > On Thu, Aug 12, 2010 at 09:40:19AM +0300, Ohad Ben-Cohen wrote: >> On Thu, Aug 12, 2010 at 12:25 AM, Russell King - ARM Linux >> wrote: >> >I've outlined a far simpler and easiler solution >> > which avoids this kind of abuse, and gi

[PATCH] mmc: fix for CONFIG_PM disabled

2010-08-12 Thread Randy Dunlap
From: Randy Dunlap Minimal patch to fix mmc to build when CONFIG_PM is not enabled: (.text+0x128fcd): undefined reference to `mmc_pm_notify' Signed-off-by: Randy Dunlap --- drivers/mmc/core/host.c |2 ++ 1 file changed, 2 insertions(+) Seems to be needed in mainline also. --- mmotm-2010

Running out of SDHCI quirk space (Re: [PATCH 1/3 v2] sdhci: Add auto CMD12 support for eSDHC driver)

2010-08-12 Thread Matt Fleming
On Tue, Aug 03, 2010 at 04:43:46PM -0700, Andrew Morton wrote: > On Tue, 3 Aug 2010 11:11:10 +0800 > Roy Zang wrote: > > > --- a/drivers/mmc/host/sdhci.h > > +++ b/drivers/mmc/host/sdhci.h > > @@ -240,6 +240,8 @@ struct sdhci_host { > > #define SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN (1<<25)

Re: [PATCH v4 3/8] wireless: wl1271: add platform driver to get board data

2010-08-12 Thread Russell King - ARM Linux
On Thu, Aug 12, 2010 at 09:40:19AM +0300, Ohad Ben-Cohen wrote: > On Thu, Aug 12, 2010 at 12:25 AM, Russell King - ARM Linux > wrote: > >I've outlined a far simpler and easiler solution > > which avoids this kind of abuse, and given suggestions on how to extend > > it to support multiple instances