Merge tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
Pull MMC updates from Chris Ball: Core: * Support for MMC 4.5 Data Tag feature -- we tag REQ_META, so devices that support Data Tag will provide increased throughput for metadata. * Faster detection of card removal on I/O errors. Drivers: * dw_mmc now supports eMMC Power Off Notify, has PCI support, and implements pre_req and post_req for asynchronous requests. * omap_hsmmc now supports device tree. * esdhc now has power management support. * sdhci-tegra now supports Tegra30 devices. * sdhci-spear now supports hibernation. * tmio_mmc now supports using a GPIO for card detection. * Intel PCH now supports 8-bit bus transfers. * tag 'mmc-merge-for-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc: (53 commits) mmc: sh_mmcif: simplify bitmask macros mmc: sh_mobile_sdhi: support modular mmc-core with non-standard hotplug mmc: sh_mobile_sdhi: add a callback for board specific init code mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() function mmc: sh_mobile_sdhi: do not manage PM clocks manually mmc: tmio_mmc: remove unused sdio_irq_enabled flag mmc: tmio_mmc: power status flag doesn't have to be exposed in platform data mmc: sh_mobile_sdhi: pass card hotplug GPIO number to TMIO MMC mmc: tmio_mmc: support the generic MMC GPIO card hotplug helper mmc: tmio: calculate the native hotplug condition only once mmc: simplify mmc_cd_gpio_request() by removing two parameters mmc: sdhci-pci: allow 8-bit bus width for Intel PCH mmc: sdhci: check interrupt flags in ISR again mmc: sdhci-pci: Add MSI support mmc: core: warn when card doesn't support HPI mmc: davinci: Poll status for small size transfers mmc: davinci: Eliminate spurious interrupts mmc: omap_hsmmc: Avoid a regulator voltage change with dt mmc: omap_hsmmc: Convert hsmmc driver to use device tree mmc: sdhci-pci: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for Medfield SDIO ...
Showing
- Documentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt 33 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/ti-omap-hsmmc.txt
- arch/arm/mach-exynos/mach-nuri.c 2 additions, 3 deletionsarch/arm/mach-exynos/mach-nuri.c
- arch/arm/mach-exynos/mach-universal_c210.c 3 additions, 6 deletionsarch/arm/mach-exynos/mach-universal_c210.c
- arch/arm/mach-omap2/hsmmc.c 1 addition, 0 deletionsarch/arm/mach-omap2/hsmmc.c
- arch/arm/mach-omap2/hsmmc.h 2 additions, 0 deletionsarch/arm/mach-omap2/hsmmc.h
- arch/arm/plat-omap/include/plat/mmc.h 0 additions, 2 deletionsarch/arm/plat-omap/include/plat/mmc.h
- drivers/mmc/card/block.c 16 additions, 5 deletionsdrivers/mmc/card/block.c
- drivers/mmc/core/cd-gpio.c 9 additions, 4 deletionsdrivers/mmc/core/cd-gpio.c
- drivers/mmc/core/core.c 57 additions, 195 deletionsdrivers/mmc/core/core.c
- drivers/mmc/core/host.c 0 additions, 1 deletiondrivers/mmc/core/host.c
- drivers/mmc/core/host.h 0 additions, 1 deletiondrivers/mmc/core/host.h
- drivers/mmc/core/mmc.c 37 additions, 18 deletionsdrivers/mmc/core/mmc.c
- drivers/mmc/core/mmc_ops.c 8 additions, 4 deletionsdrivers/mmc/core/mmc_ops.c
- drivers/mmc/host/Kconfig 25 additions, 0 deletionsdrivers/mmc/host/Kconfig
- drivers/mmc/host/Makefile 2 additions, 0 deletionsdrivers/mmc/host/Makefile
- drivers/mmc/host/atmel-mci.c 1 addition, 1 deletiondrivers/mmc/host/atmel-mci.c
- drivers/mmc/host/davinci_mmc.c 55 additions, 11 deletionsdrivers/mmc/host/davinci_mmc.c
- drivers/mmc/host/dw_mmc-pci.c 158 additions, 0 deletionsdrivers/mmc/host/dw_mmc-pci.c
- drivers/mmc/host/dw_mmc-pltfm.c 134 additions, 0 deletionsdrivers/mmc/host/dw_mmc-pltfm.c
- drivers/mmc/host/dw_mmc.c 152 additions, 128 deletionsdrivers/mmc/host/dw_mmc.c
Please register or sign in to comment