Commit f96718fc1f61 for kernel

commit f96718fc1f6142038a3f836b83b12e5062576a2f
Merge: 21bd0802cd3f 35e689fb79dc
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Aug 21 11:58:08 2026 -0700

    Merge tag 'mmc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

    Pull MMC updates from Ulf Hansson:
     "MMC core:
       - Reject invalid perdev_minors for the block device before division
       - Document DT fixed-layout NVMEM provider support for eMMC cards

      MMC host:
       - Convert a couple of plain text DT bindings to the yaml format
       - bcm2835: DMA mapping improvements
       - cqhci: Fix sparse warnings for endian conversions
       - dw_mmc: Stop and complete DMA also in busy state
       - dw_mmc-rockchip: Add support for the RV1106 variant
       - litex_mmc: Add dynamic bus width support
       - moxart: Propagate error for DMA completion timeout
       - pxamci: Remove PXA remnants for the PXA93x support
       - rtsx_usb_sdmmc: Avoid USB I/O in runtime autosuspend
       - rtsx_usb_sdmmc: Suppress false CD after init timeout
       - sdhci_am654: Add Judith Mendez as maintainer
       - sdhci-esdhc-mcf: Do not use readl()/writel() on ColdFire
       - sdhci-msm: Extend the DT bindings for ICE
       - sdhci-tegra: Add support for Tegra264/Tegra238 variants
       - sunxi: Add support for the Allwinner A733 variant
       - via-sdmmc: Clean up card detect work at remove and in probe error path"

    * tag 'mmc-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (35 commits)
      ARM: PXA: Fix build error for PXA93x
      dt-bindings: mmc: sunxi: add compatible string for Allwinner A733 MMC0/1/2
      dt-bindings: mmc: Document fixed-layout NVMEM provider support
      mmc: sdhci-tegra: Add Tegra264 SoC data
      dt-bindings: mmc: tegra: Document Tegra264 SDHCI
      mmc: sdhci-tegra: Add Tegra238 SoC data
      dt-bindings: mmc: tegra: Document Tegra238 SDHCI
      mmc: omap_hsmmc: use platform_get_irq_optional for wake IRQ
      mmc: via-sdmmc: cancel card-detect work on remove
      mmc: via-sdmmc: stop card-detect handling on probe failure
      mmc: moxart: use platform helpers for resource and IRQ
      mmc: host: Remove redundant dev_err()/dev_err_probe()
      mmc: bcm2835: DMA mapping improvements
      mmc: dw_mmc: move declaration of dw_mci_pmops
      dt-bindings: mmc: rockchip-dw-mshc: Add RV1106 compatible
      mmc: rtsx_usb_sdmmc: suppress false CD after init timeout
      misc: rtsx_usb: avoid USB I/O in runtime autosuspend
      mmc: sdhci-of-dwcmshc: Log eMMC reset calls
      mmc: block: reject invalid perdev_minors before division
      mmc: sdhci-of-ma35d1: add missing MODULE_DEVICE_TABLE()
      ...