MMC core:
 - Support zero-out using TRIM for eMMC
 - Allow to override the busy-timeout for the ioctl-cmds

MMC host:
 - Continued the conversion of DT bindings into the JSON schema
 - jz4740: Apply DMA engine limits to maximum segment size
 - mmci_stm32: Use a buffer for unaligned DMA requests
 - mmc_spi: Enabled high-speed modes via parsing of DT
 - omap: Make clock management to be compliant with CCF
 - renesas_sdhi: Support eMMC HS400 mode for R-Car V3H ES2.0
 - renesas_sdhi: Don't allow support for eMMC HS400 for R-Car V3M/D3
 - sdhci_am654: Fix problem when SD card slot lacks the card detect line
 - sdhci-esdhc-imx: Add support for the imx8dxl variant
 - sdhci-brcmstb: Enable support for clock gating to save power
 - sdhci-msm: Add support for the sdx65 variant
 - sdhci-msm: Add support for the sm8150 variant
 - sdhci-of-dwcmshc: Add support for the Rockchip rk3588 variant
 - sdhci-pci-gli: Add workaround to allow GL9755 to enter ASPM L1.2
mmc: sdhci-of-arasan: Add NULL check for data field

Add NULL check for data field retrieved from of_device_get_match_data()
before dereferencing the data.
Addresses-coverity: CID 305057:Dereference null return value (NULL_RETURNS)

Signed-off-by: Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xilinx.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/1652339993-27280-1-git-send-email-lakshmi.sai.krishna.potthuri@xilinx.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 file changed