]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: Allow override of mmc host operations
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 9 Feb 2016 14:12:35 +0000 (16:12 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 11 Feb 2016 10:39:56 +0000 (11:39 +0100)
commit2b964951f181a2776b29d0b3cacacb38d48bc59e
tree7817511c1fed04bd64e1a5ed78798f833f55589f
parent614718c1157e144e90f2e0a43afb8e521b884237
mmc: sdhci: Allow override of mmc host operations

In the past, fixes for specific hardware devices were implemented
in sdhci using quirks.  That approach is no longer accepted because
the growing number of quirks was starting to make the code difficult
to understand and maintain.

One alternative to quirks, is to allow drivers to override the default
mmc host operations.  This patch makes it easy to do that, and it is
needed for a subsequent bug fix, for which separate patches are
provided.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: stable@vger.kernel.org # v4.4+
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c
drivers/mmc/host/sdhci.h