MMC core:
 - Allow synchronous detection of (e)MMC/SD/SDIO cards
 - Fixup error check for ioctls for SPI hosts
 - Disable broken SD-Cache support for Kingston Canvas Go Plus from 11/2019
 - Disable broken eMMC-Trim support for Kingston EMMC04G-M627
 - Disable broken eMMC-Trim support for Micron MTFC4GACAJCN-1M

MMC host:
 - bcm2835: Convert DT bindings to YAML
 - mmci: Enable asynchronous probe
 - mmci: Transform the ux500 HW-busy detection into a proper state machine
 - mmci: Add support for SW busy-end timeouts for the ux500 variants
 - mmci_stm32: Add support for sdm32 variant revision v3.0 used on STM32MP25
 - mmci_stm32: Improve the tuning sequence
 - mtk-sd: Tune polling-period to improve performance
 - sdhci: Fixup DMA configuration for 64-bit DMA mode
 - sdhci-bcm-kona: Convert DT bindings to YAML
 - sdhci-msm: Switch to use the new ICE API
 - sdhci-msm: Add support for the SC8280XP/IPQ6018/QDU1000/QRU1000 variants
 - sdhci-pci-gli: Add support SD Express cards for GL9767
 - sdhci-pci-gli: Add support for the Genesys Logic GL9767 variant
dt-bindings: mmc: fsl-imx-esdhc: Add imx6ul support

Add the 'fsl,imx6ul-usdhc' value to the compatible properties list in
the fsl-imx-esdhc.yaml file. This is required to match the compatible
strings present in the 'mmc@2190000' node of 'imx6ul-prti6g.dtb'. This
commit addresses the following dtbs_check warning:
imx6ul-prti6g.dtb:0:0: /soc/bus@2100000/mmc@2190000: failed to match any schema with compatible: ['fsl,imx6ul-usdhc', 'fsl,imx6sx-usdhc']

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230621093245.78130-2-o.rempel@pengutronix.de
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 file changed