[GIT PULL] MMC fixes for v.4.16-rc1

From: Ulf Hansson
Date: Mon Feb 05 2018 - 08:49:40 EST


Hi Linus,

Here's a PR with a few MMC fixes intended for v4.16-rc1. 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 3da90b159b146672f830bcd2489dd3a1f4e9e089:

Merge tag 'f2fs-for-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs (2018-01-30 19:07:32 -0800)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v4.16-2

for you to fetch changes up to 56174d9a21496fce64fcc6ba2f475734c20c12e4:

mmc: MMC_SDHI_{SYS,INTERNAL}_DMAC should depend on HAS_DMA (2018-01-31 11:27:23 +0100)

----------------------------------------------------------------
MMC host:
- renesas_sdhi: Fix build error in case NO_DMA=y
- sdhci: Implement a bounce buffer to address throughput regressions

----------------------------------------------------------------
Geert Uytterhoeven (1):
mmc: MMC_SDHI_{SYS,INTERNAL}_DMAC should depend on HAS_DMA

Linus Walleij (1):
mmc: sdhci: Implement an SDHCI-specific bounce buffer

drivers/mmc/host/Kconfig | 4 +-
drivers/mmc/host/sdhci.c | 164 ++++++++++++++++++++++++++++++++++++++++++++---
drivers/mmc/host/sdhci.h | 3 +
3 files changed, 161 insertions(+), 10 deletions(-)