Hi Linus, Here's a PR with a couple of MMC fixes intended for v4.14-rc4. 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 9e66317d3c92ddaab330c125dfe9d06eee268aff: Linux 4.14-rc3 (2017-10-01 14:54:54 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v4.14-rc3 for you to fetch changes up to bb16ea1742c8f35a9349b7508dc45d3a922db5f5: mmc: sdhci-xenon: Fix clock resource by adding an optional bus clock (2017-10-04 10:50:36 +0200) ---------------------------------------------------------------- MMC core: - Fix driver strength selection when selecting hs400es - Delete bounce buffer handling: This change fixes a problem related to how bounce buffers are being allocated. However, instead of trying to fix that, let's just remove the mmc bounce buffer code altogether, as it has practically no use. MMC host: - meson-gx: A couple of fixes related to clock/phase/tuning - sdhci-xenon: Fix clock resource by adding an optional bus clock ---------------------------------------------------------------- Chanho Min (1): mmc: core: add driver strength selection when selecting hs400es Gregory CLEMENT (1): mmc: sdhci-xenon: Fix clock resource by adding an optional bus clock Jerome Brunet (3): mmc: meson-gx: make sure the clock is rounded down mmc: meson-gx: fix rx phase reset mmc: meson-gx: include tx phase in the tuning process Linus Walleij (1): mmc: Delete bounce buffer handling .../bindings/mmc/marvell,xenon-sdhci.txt | 12 +- drivers/mmc/core/block.c | 3 - drivers/mmc/core/mmc.c | 36 +++--- drivers/mmc/core/queue.c | 125 ++------------------- drivers/mmc/core/queue.h | 6 - drivers/mmc/host/cavium.c | 2 +- drivers/mmc/host/meson-gx-mmc.c | 26 ++++- drivers/mmc/host/pxamci.c | 6 +- drivers/mmc/host/sdhci-xenon.c | 24 +++- drivers/mmc/host/sdhci-xenon.h | 1 + include/linux/mmc/host.h | 2 +- 11 files changed, 81 insertions(+), 162 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html