[GIT PULL] MMC fixes for v.4.11 rc8
From: Ulf Hansson
Date: Fri Apr 21 2017 - 04:56:03 EST
Hi Linus,
Here are a couple of mmc fixes intended for v4.11 rc8. They are based
on v4.11-rc7.
Details are as usual found in the signed tag. Please pull this in!
Kind regards
Ulf Hansson
The following changes since commit 4f7d029b9bf009fbee76bb10c0c4351a1870d2f3:
Linux 4.11-rc7 (2017-04-16 13:00:18 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v4.11-rc7
for you to fetch changes up to 9f327845358d3dd0d8a5a7a5436b0aa5c432e757:
mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50
card (2017-04-20 14:41:05 +0200)
----------------------------------------------------------------
MMC core:
- kmalloc sdio scratch buffer to make it DMA-friendly
MMC host:
- dw_mmc: Fix behaviour for SDIO IRQs when runtime PM is used
- sdhci-esdhc-imx: Correct pad I/O drive strength for UHS-DDR50 cards
----------------------------------------------------------------
Douglas Anderson (1):
mmc: dw_mmc: Don't allow Runtime PM for SDIO cards
Haibo Chen (1):
mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 card
Heiner Kallweit (1):
mmc: sdio: fix alignment issue in struct sdio_func
drivers/mmc/core/sdio_bus.c | 12 +++++++++++-
drivers/mmc/host/dw_mmc.c | 11 +++++++++--
drivers/mmc/host/sdhci-esdhc-imx.c | 1 +
include/linux/mmc/sdio_func.h | 2 +-
4 files changed, 22 insertions(+), 4 deletions(-)