[GIT PULL] MMC fixes for v5.1-rc5

From: Ulf Hansson
Date: Fri Apr 12 2019 - 08:02:58 EST


Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.1-rc5. Details about the
highlights are as usual found in the signed tag.

Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00:

Linux 5.1-rc2 (2019-03-24 14:02:26 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.1-rc2

for you to fetch changes up to 5c41ea6d52003b5bc77c2a82fd5ca7d480237d89:

mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning (2019-04-11 12:40:32 +0200)

----------------------------------------------------------------
MMC host:
- alcor: Stabilize data write requests
- sdhci-omap: Fix command error path during tuning

----------------------------------------------------------------
Daniel Drake (1):
mmc: alcor: don't write data before command has completed

Faiz Abbas (1):
mmc: sdhci-omap: Don't finish_mrq() on a command error during tuning

drivers/mmc/host/alcor.c | 34 +++++++++++++---------------------
drivers/mmc/host/sdhci-omap.c | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 21 deletions(-)