Re: [PATCH 3/3] mmc: remove anti clock gating quirk for wl1271

2011-01-22 Thread Chris Ball
On Thu, Jan 20, 2011 at 08:17:51AM +0100, Pierre Tardy wrote: > > > > currently generate any warnings, so it would be good to avoid adding new > > ones, though I understand why it might make sense in this case. > Yes, this is supposed to be used by future user patches. > > Do you suggest to add __

Re: [PATCH 3/3] mmc: remove anti clock gating quirk for wl1271

2011-01-19 Thread Pierre Tardy
> > This adds a defined-but-not-used warning.  The MMC tree doesn't > currently generate any warnings, so it would be good to avoid adding new > ones, though I understand why it might make sense in this case. Yes, this is supposed to be used by future user patches. Do you suggest to add __attribut

Re: [PATCH 3/3] mmc: remove anti clock gating quirk for wl1271

2011-01-19 Thread Chris Ball
Hi Pierre, On Sun, Jan 09, 2011 at 05:26:20PM +0100, Pierre Tardy wrote: > From: Pierre Tardy > > Signed-off-by: Pierre Tardy > --- > drivers/mmc/core/quirks.c | 18 ++ > 1 files changed, 18 insertions(+), 0 deletions(-) > > diff --git a/drivers/mmc/core/quirks.c b/drivers/m

[PATCH 3/3] mmc: remove anti clock gating quirk for wl1271

2011-01-09 Thread Pierre Tardy
From: Pierre Tardy Signed-off-by: Pierre Tardy --- drivers/mmc/core/quirks.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/mmc/core/quirks.c b/drivers/mmc/core/quirks.c index fe467c8..506e4fc 100644 --- a/drivers/mmc/core/quirks.c +++ b/drive