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

2011-04-11 Thread Andrei Warkentin
On Mon, Apr 11, 2011 at 3:55 PM, Chris Ball c...@laptop.org wrote: Hi Andrei, I've rebased this patch to include Ohad's recent wl1271 quirks, and was about to apply it, but have one question -- would you mind resubmitting with your use of strcmp() switched over to strncmp()?  It looks safe in

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

2011-03-13 Thread Andrei Warkentin
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 andr...@motorola.com --- drivers/mmc/core/core.h |2 -

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

2011-03-13 Thread Arnd Bergmann
On Sunday 13 March 2011 14:48:37 Andrei Warkentin wrote: 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 andr...@motorola.com