MMC core:
 - Fix a few memoryleaks
 - Minor improvements to the card initialization sequence
 - Partially support sleepy GPIO controllers for pwrseq eMMC

MMC host:
 - alcor: Work with multiple-entry sglists
 - alcor: Enable DMA for writes
 - meson-gx: Improve tuning support
 - meson-gx: Avoid clock glitch when switching to DDR modes
 - meson-gx: Disable unreliable HS400 mode
 - mmci: Minor updates for support of HW busy detection
 - mmci: Support data transfers for the stm32_sdmmc variant
 - mmci: Restructure code to better support different variants
 - mtk-sd: Add support for version found on MT7620 family SOCs
 - mtk-sd: Add support for the MT8516 version
 - mtk-sd: Add Chaotian Jing as the maintainer
 - sdhci: Reorganize request-code to convert from tasklet to workqueue
 - sdhci_am654: Stabilize support for lower speed modes
 - sdhci-esdhc-imx: Add HS400 support for iMX7ULP
 - sdhci-esdhc-imx: Add support for iMX7ULP version
 - sdhci-of-arasan: Allow to disable DCMDs via DT for CQE
 - sdhci-of-esdhc: Add support for the ls1028a version
 - sdhci-of-esdhc: Several fixups for errata
 - sdhci-pci: Fix BYT OCP setting
 - sdhci-pci: Add support for Intel CML
 - sdhci-tegra: Add support for system suspend/resume
 - sdhci-tegra: Add CQE support for Tegra186 WAR
 - sdhci-tegra: Add support for Tegra194
 - sdhci-tegra: Update HW tuning process

MEMSTICK:
 - I volunteered to help as a maintainer for the memstick subsystem, which is
   reflected by an update to the MAINTAINERS file. Changes are funneled through
   my MMC git and we will use the linux-mmc mailing list.

MEMSTICK host:
 - A few minor cleanups
mmc: sdhci-pci: Fix BYT OCP setting

Some time ago, a fix was done for the sdhci-acpi driver, refer
commit 6e1c7d6103fe ("mmc: sdhci-acpi: Reduce Baytrail eMMC/SD/SDIO
hangs"). The same issue was not expected to affect the sdhci-pci driver,
but there have been reports to the contrary, so make the same hardware
setting change.

This patch applies to v5.0+ but before that backports will be required.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2 files changed