Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Pull MMC updates from Ulf Hansson: "MMC core: - Introduce host claiming by context to support blkmq - Preparations for enabling CQE (eMMC CMDQ) requests - Re-factorizations to prepare for blkmq support - Re-factorizations to prepare for CQE support - Fix signal voltage switch for SD cards without power cycle - Convert RPMB to a character device - Export eMMC revision via sysfs - Support eMMC DT binding for fixed driver type - Document mmc_regulator_get_supply() API MMC host: - omap_hsmmc: Updated regulator management for PBIAS - sdhci-omap: Add new OMAP SDHCI driver - meson-mx-sdio: New driver for the Amlogic Meson8 and Meson8b SoCs - sdhci-pci: Add support for Intel CDF - sdhci-acpi: Fix voltage switch for some Intel host controllers - sdhci-msm: Enable delay circuit calibration clocks - sdhci-msm: Manage power IRQ properly - mediatek: Add support of mt2701/mt2712 - mediatek: Updates management of clocks and tunings - mediatek: Upgrade eMMC HS400 support - rtsx_pci: Update tuning for gen3 PCI-Express - renesas_sdhi: Support R-Car Gen[123] fallback compatibility strings - Catch all errors when getting regulators - Various additional improvements and cleanups" * tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (91 commits) sdhci-fujitsu: add support for setting the CMD_DAT_DELAY attribute dt-bindings: sdhci-fujitsu: document cmd-dat-delay property mmc: tmio: Replace msleep() of 20ms or less with usleep_range() mmc: dw_mmc: Convert timers to use timer_setup() mmc: dw_mmc: Cleanup the DTO timer like the CTO one mmc: vub300: Use common code in __download_offload_pseudocode() mmc: tmio: Use common error handling code in tmio_mmc_host_probe() mmc: Convert timers to use timer_setup() mmc: sdhci-acpi: Fix voltage switch for some Intel host controllers mmc: sdhci-acpi: Let devices define their own private data mmc: mediatek: perfer to use rise edge latching for cmd line mmc: mediatek: improve eMMC hs400 mode read performance mmc: mediatek: add latch-ck support mmc: mediatek: add support of source_cg clock mmc: mediatek: add stop_clk fix and enhance_rx support mmc: mediatek: add busy_check support mmc: mediatek: add async fifo and data tune support mmc: mediatek: add pad_tune0 support mmc: mediatek: make hs400_tune_response only for mt8173 arm64: dts: mt8173: remove "mediatek, mt8135-mmc" from mmc nodes ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-bus-mmc 4 additions, 0 deletionsDocumentation/ABI/testing/sysfs-bus-mmc
- Documentation/devicetree/bindings/mmc/amlogic,meson-mx-sdio.txt 54 additions, 0 deletions...ntation/devicetree/bindings/mmc/amlogic,meson-mx-sdio.txt
- Documentation/devicetree/bindings/mmc/mmc.txt 3 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/mmc.txt
- Documentation/devicetree/bindings/mmc/mtk-sd.txt 15 additions, 3 deletionsDocumentation/devicetree/bindings/mmc/mtk-sd.txt
- Documentation/devicetree/bindings/mmc/sdhci-fujitsu.txt 2 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/sdhci-fujitsu.txt
- Documentation/devicetree/bindings/mmc/sdhci-msm.txt 2 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/sdhci-msm.txt
- Documentation/devicetree/bindings/mmc/sdhci-omap.txt 16 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/sdhci-omap.txt
- Documentation/devicetree/bindings/mmc/tmio_mmc.txt 69 additions, 1 deletionDocumentation/devicetree/bindings/mmc/tmio_mmc.txt
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- arch/arm64/boot/dts/mediatek/mt8173.dtsi 4 additions, 8 deletionsarch/arm64/boot/dts/mediatek/mt8173.dtsi
- drivers/mmc/core/block.c 299 additions, 47 deletionsdrivers/mmc/core/block.c
- drivers/mmc/core/bus.c 7 additions, 0 deletionsdrivers/mmc/core/bus.c
- drivers/mmc/core/core.c 235 additions, 27 deletionsdrivers/mmc/core/core.c
- drivers/mmc/core/core.h 12 additions, 4 deletionsdrivers/mmc/core/core.h
- drivers/mmc/core/host.c 13 additions, 7 deletionsdrivers/mmc/core/host.c
- drivers/mmc/core/host.h 6 additions, 1 deletiondrivers/mmc/core/host.h
- drivers/mmc/core/mmc.c 41 additions, 5 deletionsdrivers/mmc/core/mmc.c
- drivers/mmc/core/mmc_ops.c 2 additions, 4 deletionsdrivers/mmc/core/mmc_ops.c
- drivers/mmc/core/queue.c 25 additions, 16 deletionsdrivers/mmc/core/queue.c
- drivers/mmc/core/queue.h 2 additions, 2 deletionsdrivers/mmc/core/queue.h
Please register or sign in to comment