Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
Pull MMC updates from Chris Ball: "Core: - Add DT properties for card detection (broken-cd, cd-gpios, non-removable) - Don't poll non-removable devices - Fixup/rework eMMC sleep mode/"power off notify" feature - Support eMMC background operations (BKOPS). To set the one-time programmable fuse that enables bkops on an eMMC that doesn't already have it set, you can use the "mmc bkops enable" command in: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git Drivers: - atmel-mci, dw_mmc, pxa-mci, dove, s3c, spear: Add device tree support - bfin_sdh: Add support for the controller in bf60x - dw_mmc: Support Samsung Exynos SoCs - eSDHC: Add ADMA support - sdhci: Support testing a cd-gpio (from slot-gpio) instead of presence bit - sdhci-pltfm: Support broken-cd DT property - tegra: Convert to only supporting DT (mach-tegra has gone DT-only)" * tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc: (67 commits) mmc: core: Fixup broken suspend and eMMC4.5 power off notify mmc: sdhci-spear: Add clk_{un}prepare() support mmc: sdhci-spear: add device tree bindings mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulator mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks mmc: dt: Support "broken-cd" property in sdhci-pltfm mmc: sdhci-s3c: fix the wrong number of max bus clocks mmc: sh-mmcif: avoid oops on spurious interrupts mmc: sh-mmcif: properly handle MMC_WRITE_MULTIPLE_BLOCK completion IRQ mmc: sdhci-s3c: Fix crash on module insertion for second time mmc: sdhci-s3c: Enable only required bus clock mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration" mmc: mxcmmc: fix bug that may block a data transfer forever mmc: omap_hsmmc: Pass on the suspend failure to the PM core mmc: atmel-mci: AP700x PDC is not connected to MCI mmc: atmel-mci: DMA can be used with other controllers mmc: mmci: use clk_prepare_enable and clk_disable_unprepare mmc: sdhci-s3c: Add device tree support mmc: dw_mmc: add support for exynos specific implementation of dw-mshc ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/mmc/atmel-hsmci.txt 68 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/atmel-hsmci.txt
- Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt 87 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/exynos-dw-mshc.txt
- Documentation/devicetree/bindings/mmc/mmc.txt 7 additions, 2 deletionsDocumentation/devicetree/bindings/mmc/mmc.txt
- Documentation/devicetree/bindings/mmc/pxa-mmc.txt 25 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/pxa-mmc.txt
- Documentation/devicetree/bindings/mmc/samsung-sdhci.txt 53 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/samsung-sdhci.txt
- Documentation/devicetree/bindings/mmc/sdhci-dove.txt 14 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/sdhci-dove.txt
- Documentation/devicetree/bindings/mmc/sdhci-spear.txt 18 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/sdhci-spear.txt
- Documentation/devicetree/bindings/mmc/synposis-dw-mshc.txt 79 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/synposis-dw-mshc.txt
- MAINTAINERS 4 additions, 2 deletionsMAINTAINERS
- arch/arm/boot/dts/spear300-evb.dts 1 addition, 2 deletionsarch/arm/boot/dts/spear300-evb.dts
- arch/arm/boot/dts/spear320-evb.dts 0 additions, 2 deletionsarch/arm/boot/dts/spear320-evb.dts
- drivers/mmc/core/core.c 169 additions, 71 deletionsdrivers/mmc/core/core.c
- drivers/mmc/core/debugfs.c 1 addition, 1 deletiondrivers/mmc/core/debugfs.c
- drivers/mmc/core/mmc.c 46 additions, 11 deletionsdrivers/mmc/core/mmc.c
- drivers/mmc/core/mmc_ops.c 64 additions, 20 deletionsdrivers/mmc/core/mmc_ops.c
- drivers/mmc/core/sdio_bus.c 0 additions, 7 deletionsdrivers/mmc/core/sdio_bus.c
- drivers/mmc/core/slot-gpio.c 7 additions, 1 deletiondrivers/mmc/core/slot-gpio.c
- drivers/mmc/host/Kconfig 9 additions, 0 deletionsdrivers/mmc/host/Kconfig
- drivers/mmc/host/Makefile 1 addition, 0 deletionsdrivers/mmc/host/Makefile
- drivers/mmc/host/atmel-mci-regs.h 7 additions, 0 deletionsdrivers/mmc/host/atmel-mci-regs.h
Loading
Please register or sign in to comment