From: Pierre Tardy Date: Sun, 6 Feb 2011 18:03:46 +0000 (+0100) Subject: mmc: add per device quirk placeholder X-Git-Tag: v2.6.39-rc1~412^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57f0adc7eaaf4315d568e72069dbe48aa7e20995;p=pandora-kernel.git mmc: add per device quirk placeholder Some cards have quirks valid for every platforms using current platform quirk hooks leads to a lot of code and debug duplication. So we inspire a bit from what exists in PCI subsystem and do our own per vendorid/deviceid quirk. We still drop the complexity of the pci quirk system (with special section tables, and so on). That can be added later if needed. Signed-off-by: Pierre Tardy Acked-by: Linus Walleij Acked-by: Ohad Ben-Cohen Signed-off-by: Chris Ball --- Reading git-diff-tree failed