[GIT PULL] MMC fixes for v.4.13 rc5

From: Ulf Hansson
Date: Fri Aug 11 2017 - 10:26:36 EST


Hi Linus,

Here are a couple of mmc fixes intended for v4.13-rc5.

Details are as usual found in the signed tag. Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit aae4e7a8bc44722fe70d58920a36916b1043195e:

Linux 4.13-rc4 (2017-08-06 18:44:49 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v4.13-rc4

for you to fetch changes up to 3f8b23a09a87aa65df3e13129cb2d9cffcb394db:

mmc: block: fix lockdep splat when removing mmc_block module
(2017-08-09 13:19:44 +0200)

----------------------------------------------------------------
MMC core:
- Fix lockdep splat when removing mmc_block module
- Fix the logic for setting eMMC HS400ES signal voltage
MMC host:
- omap_hsmmc: Add CMD23 capability to fix -EIO errors

----------------------------------------------------------------
Haibo Chen (1):
mmc: mmc: correct the logic for setting HS400ES signal voltage

Kishon Vijay Abraham I (1):
mmc: host: omap_hsmmc: Add CMD23 capability to omap_hsmmc driver

MichaÅ MirosÅaw (1):
mmc: block: fix lockdep splat when removing mmc_block module

drivers/mmc/core/block.c | 2 ++
drivers/mmc/core/mmc.c | 2 +-
drivers/mmc/host/omap_hsmmc.c | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)