[GIT PULL] MMC fixes for v.4.17-rc7
From: Ulf Hansson
Date: Fri May 25 2018 - 07:59:56 EST
Hi Linus,
Here's a PR with a couple of MMC fixes intended for v4.14-rc7. 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 6da6c0db5316275015e8cc2959f12a17584aeb64:
Linux v4.17-rc3 (2018-04-29 14:17:42 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v4.17-rc3
for you to fetch changes up to 3de06d5a1f05c11c94cbb68af14dbfa7fb81d78b:
mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus (2018-05-21 13:27:22 +0200)
----------------------------------------------------------------
MMC core:
- Propagate correct error code for RPMB requests
MMC host:
- sdhci-iproc: Drop hard coded cap for 1.8v
- sdhci-iproc: Fix 32bit writes for transfer mode
- sdhci-iproc: Enable SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus
----------------------------------------------------------------
Corneliu Doban (2):
mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register
mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus
Mathieu Malaterre (1):
mmc: block: propagate correct returned value in mmc_rpmb_ioctl
Srinath Mannam (1):
mmc: sdhci-iproc: remove hard coded mmc cap 1.8v
drivers/mmc/core/block.c | 2 +-
drivers/mmc/host/sdhci-iproc.c | 33 ++++++++++++++++++++++++++-------
2 files changed, 27 insertions(+), 8 deletions(-)