Merge tag 'mmc-v3.19-1' of git://git.linaro.org/people/ulf.hansson/mmc
Pull MMC updates from Ulf Hansson: "MMC core: - Consolidation and cleanups. - Some improvements regarding error handling. - Increase maximum amount of block devices. - Use correct OCR mask for SDIO when restoring power. - Fix prepared requests while doing BKOPS. - Convert to modern PM ops. - Add mmc_send_tuning() API and convert some hosts to use it. MMC host: - toshsd: New Toshiba PCI SD controller driver. - sdhci: 64-bit ADMA support. - sdhci: Some regulator fixes. - sdhci: HS400 support. - sdhci: Various fixes cleanups. - atmel-mci: Modernization and cleanups. - atmel-mci: Runtime PM support. - omap_hsmmc: Modernization and cleanups. - omap_hsmmc: Fix UHS card with DDR50 support. - dw_mmc: Support for ARM64 and Exynos 7 variant. - dw_mmc: Add support for IMG Pistachio variant. - dw_mmc: Various fixes and cleanups. - mvsdio: DMA fixes. - mxs-mmc: Modernization and cleanups. - mxcmmc: Various fixes" * tag 'mmc-v3.19-1' of git://git.linaro.org/people/ulf.hansson/mmc: (126 commits) mmc: sdhci-msm: Convert to mmc_send_tuning() mmc: sdhci-esdhc-imx: Convert to mmc_send_tuning() mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter mmc: queue: Improve error handling during allocation of bounce buffers mmc: sdhci-acpi: Add two host capabilities for Intel mmc: sdhci-pci: Add two host capabilities for BYT mmc: sdhci-acpi: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC mmc: sdhci-pci: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC to BYT mmc: atmel-mci: use probe deferring if dma controller is not ready yet mmc: atmel-mci: stop using specific initcall mmc: atmel-mci: remove __init/__exit attributes mmc: atmel-mci: remove useless DMA stuff for non-dt devices mmc: omap_hsmmc: Fix UHS card with DDR50 support mmc: core: add core-level function for sending tuning commands mmc: core: hold SD Clock before CMD11 during Signal mmc: mxs-mmc: Check for clk_prepare_enable() error mmc: mxs-mmc: Propagate the real error mmc: mxs-mmc: No need to do NULL check on 'iores' mmc: dw_mmc: Add support for IMG Pistachio mmc: mxs-mmc: Simplify PM hooks ...
Showing
- Documentation/devicetree/bindings/mmc/exynos-dw-mshc.txt 4 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/exynos-dw-mshc.txt
- Documentation/devicetree/bindings/mmc/img-dw-mshc.txt 29 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/img-dw-mshc.txt
- Documentation/devicetree/bindings/mmc/sdhci-pxa.txt 7 additions, 0 deletionsDocumentation/devicetree/bindings/mmc/sdhci-pxa.txt
- arch/arm/mach-at91/at91sam9g45_devices.c 1 addition, 1 deletionarch/arm/mach-at91/at91sam9g45_devices.c
- arch/arm/mach-omap2/board-n8x0.c 2 additions, 0 deletionsarch/arm/mach-omap2/board-n8x0.c
- arch/arm/mach-omap2/board-rx51-peripherals.c 1 addition, 3 deletionsarch/arm/mach-omap2/board-rx51-peripherals.c
- arch/arm/mach-omap2/hsmmc.c 64 additions, 94 deletionsarch/arm/mach-omap2/hsmmc.c
- arch/arm/mach-omap2/hsmmc.h 1 addition, 8 deletionsarch/arm/mach-omap2/hsmmc.h
- arch/arm/mach-omap2/mmc.h 0 additions, 10 deletionsarch/arm/mach-omap2/mmc.h
- arch/arm/mach-omap2/omap4-common.c 0 additions, 1 deletionarch/arm/mach-omap2/omap4-common.c
- arch/arm/mach-omap2/omap_hwmod_2430_data.c 2 additions, 2 deletionsarch/arm/mach-omap2/omap_hwmod_2430_data.c
- arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c 4 additions, 4 deletionsarch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c
- arch/arm/mach-omap2/omap_hwmod_33xx_data.c 0 additions, 1 deletionarch/arm/mach-omap2/omap_hwmod_33xx_data.c
- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c 4 additions, 4 deletionsarch/arm/mach-omap2/omap_hwmod_3xxx_data.c
- arch/arm/mach-omap2/omap_hwmod_44xx_data.c 2 additions, 2 deletionsarch/arm/mach-omap2/omap_hwmod_44xx_data.c
- arch/arm/mach-omap2/omap_hwmod_54xx_data.c 2 additions, 2 deletionsarch/arm/mach-omap2/omap_hwmod_54xx_data.c
- arch/arm/mach-omap2/omap_hwmod_7xx_data.c 2 additions, 2 deletionsarch/arm/mach-omap2/omap_hwmod_7xx_data.c
- arch/avr32/mach-at32ap/at32ap700x.c 1 addition, 1 deletionarch/avr32/mach-at32ap/at32ap700x.c
- arch/avr32/mach-at32ap/include/mach/atmel-mci.h 0 additions, 17 deletionsarch/avr32/mach-at32ap/include/mach/atmel-mci.h
- drivers/mmc/card/block.c 39 additions, 44 deletionsdrivers/mmc/card/block.c
Please register or sign in to comment