Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Pull MMC updates from Ulf Hansson: "MMC core: - Drop the use of BLK_BOUNCE_HIGH - Fix partition switch for GP3 - Remove usage of the deprecated ida_simple API MMC host: - cqhci: Update bouncing email-addresses in MAINTAINERS - davinci_mmc: Use sg_miter for PIO - dw_mmc-hi3798cv200: Convert the DT bindings to YAML - dw_mmc-hi3798mv200: Add driver for the new dw_mmc variant - fsl-imx-esdhc: A couple of corrections/updates to the DT bindings - meson-mx-sdhc: Drop use of the ->card_hw_reset() callback - moxart-mmc: Use sg_miter for PIO - moxart-mmc: Fix accounting for DMA transfers - mvsdio: Use sg_miter for PIO - mxcmmc: Use sg_miter for PIO - omap: Use sg_miter for PIO - renesas,sdhi: Add support for R-Car V4M variant - sdhci-esdhc-mcf: Use sg_miter for swapping - sdhci-of-dwcmshc: Add support for Sophgo CV1800B and SG2002 variants - sh_mmcif: Use sg_miter for PIO - tmio: Avoid concurrent runs of mmc_request_done()" * tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (44 commits) mmc: core: make mmc_host_class constant mmc: core: Fix switch on gp3 partition mmc: tmio: comment the ERR_PTR usage in this driver mmc: mmc_spi: Don't mention DMA direction mmc: dw_mmc: Remove unused of_gpio.h mmc: dw_mmc: add support for hi3798mv200 dt-bindings: mmc: hisilicon,hi3798cv200-dw-mshc: add Hi3798MV200 binding dt-bindings: mmc: dw-mshc-hi3798cv200: convert to YAML mmc: dw_mmc-hi3798cv200: remove MODULE_ALIAS() mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase() mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove function mmc: tmio: avoid concurrent runs of mmc_request_done() dt-bindings: mmc: fsl-imx-mmc: Document the required clocks mmc: sh_mmcif: Advance sg_miter before reading blocks mmc: sh_mmcif: sg_miter must not be atomic mmc: sdhci-esdhc-mcf: Flag the sg_miter as atomic dt-bindings: mmc: fsl-imx-esdhc: add default and 100mhz state mmc: core: constify the struct device_type usage mmc: sdhci-of-dwcmshc: Add support for Sophgo CV1800B and SG2002 dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo CV1800B and SG2002 support ...
Showing
- Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml 10 additions, 1 deletionDocumentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
- Documentation/devicetree/bindings/mmc/fsl-imx-mmc.yaml 12 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/fsl-imx-mmc.yaml
- Documentation/devicetree/bindings/mmc/hi3798cv200-dw-mshc.txt 0 additions, 40 deletions...mentation/devicetree/bindings/mmc/hi3798cv200-dw-mshc.txt
- Documentation/devicetree/bindings/mmc/hisilicon,hi3798cv200-dw-mshc.yaml 97 additions, 0 deletions...evicetree/bindings/mmc/hisilicon,hi3798cv200-dw-mshc.yaml
- Documentation/devicetree/bindings/mmc/renesas,sdhi.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/mmc/renesas,sdhi.yaml
- Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml 2 additions, 0 deletions...mentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
- MAINTAINERS 2 additions, 2 deletionsMAINTAINERS
- drivers/memstick/core/memstick.c 1 addition, 1 deletiondrivers/memstick/core/memstick.c
- drivers/mmc/core/block.c 13 additions, 11 deletionsdrivers/mmc/core/block.c
- drivers/mmc/core/bus.c 2 additions, 2 deletionsdrivers/mmc/core/bus.c
- drivers/mmc/core/bus.h 1 addition, 1 deletiondrivers/mmc/core/bus.h
- drivers/mmc/core/host.c 5 additions, 6 deletionsdrivers/mmc/core/host.c
- drivers/mmc/core/mmc.c 1 addition, 1 deletiondrivers/mmc/core/mmc.c
- drivers/mmc/core/queue.c 0 additions, 3 deletionsdrivers/mmc/core/queue.c
- drivers/mmc/core/sd.c 1 addition, 1 deletiondrivers/mmc/core/sd.c
- drivers/mmc/core/sd.h 1 addition, 1 deletiondrivers/mmc/core/sd.h
- drivers/mmc/core/sdio.c 1 addition, 1 deletiondrivers/mmc/core/sdio.c
- drivers/mmc/core/sdio_bus.c 1 addition, 1 deletiondrivers/mmc/core/sdio_bus.c
- drivers/mmc/host/Kconfig 9 additions, 0 deletionsdrivers/mmc/host/Kconfig
- drivers/mmc/host/Makefile 1 addition, 0 deletionsdrivers/mmc/host/Makefile
Please register or sign in to comment