Hi Linus, Here's a PR with a couple of MMC fixes intended for v5.19-rc2. Details about the highlights are as usual found in the signed tag. Please pull this in! Kind regards Ulf Hansson The following changes since commit b00ed48bb0a7c295facf9036135a573a5cdbe7de: Merge tag 'dmaengine-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine (2022-05-29 11:38:27 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.19-2 for you to fetch changes up to 479260419fa4cb30e3e5d935a857fbdf0ffdd854: dt-bindings: mmc: Fix unevaluatedProperties warnings in examples (2022-06-01 16:17:30 +0200) ---------------------------------------------------------------- MMC core: - Fix CQE recovery reset success for block I/O MMC host: - sdhci-pci-gli: Fix support for runtime resume - Fix unevaluatedProperties warnings in DT examples ---------------------------------------------------------------- Adrian Hunter (1): mmc: block: Fix CQE recovery reset success Ben Chuang (1): mmc: sdhci-pci-gli: Fix GL9763E runtime PM when the system resumes from suspend Rob Herring (1): dt-bindings: mmc: Fix unevaluatedProperties warnings in examples Documentation/devicetree/bindings/mmc/brcm,sdhci-brcmstb.yaml | 2 -- Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml | 3 +++ drivers/mmc/core/block.c | 3 +-- drivers/mmc/host/sdhci-pci-gli.c | 3 +++ 4 files changed, 7 insertions(+), 4 deletions(-)