From: Ludovic Barre <ludovic.barre@xxxxxx> This patch series introduces a bitmap of hardware quirks that require some special action. This should reduce the number of boolean into variant structure. And adds quirk bit to define sdmmc specific transfer modes. Ludovic Barre (2): mmc: mmci: introduce a quirks property into variant struct mmc: mmci: add quirk property to add stm32 transfer mode drivers/mmc/host/mmci.c | 11 +++++++++++ drivers/mmc/host/mmci.h | 9 +++++++++ 2 files changed, 20 insertions(+) -- 2.7.4