MMC core:
 - Add CMD13 polling for MMC IOCTLS with R1B response.
 - Add common DT properties for clk-phase-delays for various speed modes.
 - Fix size overflow for mmc gp-partitions.
 - Re-work HW reset for SDIO cards, which also includes a re-work for
   Marvell's WiFi mwifiex SDIO func driver.

MMC host:
 - jz4740: Add support for X1000 and JZ4760.
 - jz4740: Add support for 8-bit bus and for low power mode.
 - mmci: Add support for HW busy timeout for the stm32_sdmmc variant.
 - owl-mmc: Add driver for Actions Semi Owl SoCs SD/MMC controller.
 - renesas_sdhi: Add support for r8a774b1.
 - sdhci_am654: Add support for Command Queuing Engine for J721E.
 - sdhci-milbeaut: Add driver for the Milbeaut SD controller.
 - sdhci-of-arasan: Add support for ZynqMP tap-delays.
 - sdhci-of-arasan: Add support for clk-phase-delays for SD cards.
 - sdhci-of-arasan: Add support for Intel LGM SDXC.
 - sdhci-of-aspeed: Allow inversion of the internal card detect signal.
 - sdhci-of-esdhc: Fixup workaround for erratum A-008171 for tunings.
 - sdhci-of-at91: Improve support for calibration.
 - sdhci-pci: Add support for Intel JSL.
 - sdhci-pci: Add quirk for AMD SDHC Device 0x7906.
 - tmio: Enable support for erase/discard/trim requests.

MMC/OMAP/pandora/wl1251:
The TI wl1251 WiFi driver for SDIO on the OMAP openpandora board has been
broken since v4.7. To fix the problems, changes have been made cross
subsystems, but also to OMAP2 machine code and to openpandora DTS files, as
summarized below. Note that, relevant changes have been tagged for stable.

 - mmc/wl1251: Re-introduce lost SDIO quirks and vendor-id for wl1251
 - omap/omap_hsmmc: Remove redundant platform config for openpandora
 - omap_hsmmc: Initialize non-std SDIO card for wl1251 for pandora
 - omap/dts/pandora: Specify wl1251 through a child node of mmc3
 - wl1251: Add devicetree support for TI wl1251 SDIO
dt-bindings: mmc: Correct the type of the clk phase properties

The clock phase properties are having two uint32 values. The minItems
and maxItems are set to 2 for the same. So the property type should be
'uint32-array' and not 'uint32'. Modify it to correct the same.

Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Manish Narani <manish.narani@xilinx.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 file changed