Re: [PATCH] MMC: Extends card quicks with MMC/SD quirks matching the CID.

2011-04-11 Thread Andrei Warkentin
On Mon, Apr 11, 2011 at 4:50 PM, Chris Ball wrote: > Hi, > > On Mon, Apr 11 2011, Andrei Warkentin wrote: >> From: Chris Ball >> >> The current mechanism is SDIO-only. This allows us to create >> function-specific quirks, without creating messy Kconfig dependencies, >> or polluting core/ with fun

Re: [PATCH] MMC: Extends card quicks with MMC/SD quirks matching the CID.

2011-04-11 Thread Chris Ball
Hi, On Mon, Apr 11 2011, Andrei Warkentin wrote: > From: Chris Ball > > The current mechanism is SDIO-only. This allows us to create > function-specific quirks, without creating messy Kconfig dependencies, > or polluting core/ with function-specific code. > > Signed-off-by: Andrei Warkentin Tha

[PATCH] MMC: Extends card quicks with MMC/SD quirks matching the CID.

2011-04-11 Thread Andrei Warkentin
From: Chris Ball The current mechanism is SDIO-only. This allows us to create function-specific quirks, without creating messy Kconfig dependencies, or polluting core/ with function-specific code. Signed-off-by: Andrei Warkentin --- drivers/mmc/core/core.h |2 - drivers/mmc/core/quirks.c