Merge tag 'mmc-fixes-for-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
MMC fixes for 3.3-rc4: * The most visible fix here is against a regression introduced in 3.3-rc1 that ran cards in Ultra High Speed mode even when they failed to initialize in that mode, leading to lower-speed cards failing to mount. * A lockdep warning introduced in 3.3-rc1 is fixed. * Various other small driver fixes, most notably for a NULL dereference when using highmem with dw_mmc. * tag 'mmc-fixes-for-3.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc: mmc: dw_mmc: Fix PIO mode with support of highmem mmc: atmel-mci: save and restore sdioirq when soft reset is performed mmc: block: Init ro_lock sysfs attr to fix lockdep warnings mmc: sh_mmcif: fix late delayed work initialisation mmc: tmio_mmc: fix card eject during IO with DMA mmc: core: Fix comparison issue in mmc_compare_ext_csds mmc: core: Fix PowerOff Notify suspend/resume mmc: sdhci-pci: set Medfield SDIO as non-removable mmc: core: add the capability for broken voltage mmc: core: Fix low speed mmc card detection failure mmc: esdhc: set the timeout to the max value mmc: esdhc: add PIO mode support mmc: core: Ensure clocks are always enabled before host interaction mmc: of_mmc_spi: fix little endian support mmc: core: UHS sdio card that fails should not exceed 50MHz mmc: esdhc: fix errors when booting kernel on Freescale eSDHC version 2.3
No related branches found
No related tags found
Showing
- drivers/mmc/card/block.c 1 addition, 0 deletionsdrivers/mmc/card/block.c
- drivers/mmc/core/core.c 39 additions, 10 deletionsdrivers/mmc/core/core.c
- drivers/mmc/core/host.h 0 additions, 21 deletionsdrivers/mmc/core/host.h
- drivers/mmc/core/mmc.c 17 additions, 9 deletionsdrivers/mmc/core/mmc.c
- drivers/mmc/core/sd.c 18 additions, 4 deletionsdrivers/mmc/core/sd.c
- drivers/mmc/core/sdio.c 4 additions, 3 deletionsdrivers/mmc/core/sdio.c
- drivers/mmc/core/sdio_irq.c 8 additions, 2 deletionsdrivers/mmc/core/sdio_irq.c
- drivers/mmc/host/atmel-mci.c 3 additions, 0 deletionsdrivers/mmc/host/atmel-mci.c
- drivers/mmc/host/dw_mmc.c 75 additions, 69 deletionsdrivers/mmc/host/dw_mmc.c
- drivers/mmc/host/of_mmc_spi.c 2 additions, 2 deletionsdrivers/mmc/host/of_mmc_spi.c
- drivers/mmc/host/sdhci-of-esdhc.c 32 additions, 0 deletionsdrivers/mmc/host/sdhci-of-esdhc.c
- drivers/mmc/host/sdhci-pci.c 1 addition, 1 deletiondrivers/mmc/host/sdhci-pci.c
- drivers/mmc/host/sdhci-pltfm.c 9 additions, 1 deletiondrivers/mmc/host/sdhci-pltfm.c
- drivers/mmc/host/sh_mmcif.c 9 additions, 7 deletionsdrivers/mmc/host/sh_mmcif.c
- drivers/mmc/host/tmio_mmc.h 6 additions, 1 deletiondrivers/mmc/host/tmio_mmc.h
- drivers/mmc/host/tmio_mmc_dma.c 12 additions, 0 deletionsdrivers/mmc/host/tmio_mmc_dma.c
- drivers/mmc/host/tmio_mmc_pio.c 5 additions, 1 deletiondrivers/mmc/host/tmio_mmc_pio.c
- include/linux/mmc/card.h 4 additions, 0 deletionsinclude/linux/mmc/card.h
- include/linux/mmc/dw_mmc.h 4 additions, 2 deletionsinclude/linux/mmc/dw_mmc.h
- include/linux/mmc/host.h 20 additions, 0 deletionsinclude/linux/mmc/host.h
Loading
Please register or sign in to comment