MMC core:
 - Enable erase/discard/trim support for all (e)MMC/SD hosts
 - Export information through sysfs about enhanced RPMB support (eMMC v5.1+)
 - Align the initialization commands for SDIO cards
 - Fix SDIO initialization to prevent memory leaks and NULL pointer errors
 - Do not export undefined MMC_NAME/MODALIAS for SDIO cards
 - Export device/vendor field from common CIS for SDIO cards
 - Move SDIO IDs from functional drivers to the common SDIO header
 - Introduce the ->request_atomic() host ops

MMC host:
 - Improve support for HW busy signaling for several hosts
 - Converting some DT bindings to the json-schema
 - meson-mx-sdhc: Add driver and DT doc for the Amlogic Meson SDHC controller
 - meson-mx-sdio: Run a soft reset to recover from timeout/CRC error
 - mmci: Convert to use mmc_regulator_set_vqmmc()
 - mmci_stm32_sdmmc: Fix a couple of DMA bugs
 - mmci_stm32_sdmmc: Fix power on issue
 - renesas,mmcif,sdhci: Document r8a7742 DT bindings
 - renesas_sdhi: Add support for M3-W ES1.2 and 1.3 revisions
 - renesas_sdhi: Improvements to the TAP selection
 - renesas_sdhi/tmio: Further fixup runtime PM management at ->remove()
 - sdhci: Introduce ops to dump vendor specific registers
 - sdhci-cadence: Fix PHY write sequence
 - sdhci-esdhc-imx: Improve tunings
 - sdhci-esdhc-imx: Enable GPIO card detect as system wakeup
 - sdhci-esdhc-imx: Add HS400 support for i.MX6SLL
 - sdhci-esdhc-mcf: Add driver for the Coldfire/M5441X esdhc controller
   - m68k: mcf5441x: Add platform data to enable esdhc mmc controller
 - sdhci-msm: Improve HS400 tuning
 - sdhci-msm: Dump vendor specific registers at error
 - sdhci-msm: Add support for DLL/DDR properties provided from DT
 - sdhci-msm: Add support for the sm8250 variant
 - sdhci-msm: Add support for DVFS by converting to dev_pm_opp_set_rate()
 - sdhci-of-arasan: Add support for Intel Keem Bay variant
 - sdhci-of-arasan: Add support for Xilinx Versal SD variant
 - sdhci-of-dwcmshc: Add support for system suspend/resume
 - sdhci-of-dwcmshc: Fix UHS signaling support
 - sdhci-of-esdhc: Fix tuning for eMMC HS400 mode
 - sdhci-pci-gli: Add Genesys Logic GL9763E support
 - sdhci-sprd: Add support for the ->request_atomic() ops
 - sdhci-tegra: Avoid reading autocal timeout values when not applicable

MEMSTICK:
 - Minor trivial update.
dt-bindings: mmc: Convert sdhci-pxa to json-schema

Convert the sdhci-pxa binding to DT schema format using json-schema.

At the same time, fix a couple of issues with the examples discovered by
the validation tool -- a semicolon instead of a comma and wrong node names.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Link: https://lore.kernel.org/r/20200521091356.2211020-2-lkundrak@v3.sk
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2 files changed