From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic Barre Subject: [PATCH 0/2] mmc: mmci: add quirk property to add stm32 transfer mode Date: Thu, 21 Feb 2019 11:10:49 +0100 Message-ID: <1550743851-13588-1-git-send-email-ludovic.Barre@st.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Ulf Hansson , Rob Herring Cc: srinivas.kandagatla@linaro.org, Maxime Coquelin , Alexandre Torgue , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-mmc@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, Ludovic Barre List-Id: linux-mmc@vger.kernel.org From: Ludovic Barre 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