summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2012-09-19mmc: sdio: Fix PM_SLEEP related build warningsThierry Reding1-7/+0
2012-09-19mmc: core: Remove bounce buffer in mmc_send_cxd_data()Kyungsik Lee1-16/+42
2012-09-19mmc: sdhci-pxav3: dt: Support "cd-gpios" propertyChris Ball1-0/+25
2012-09-11mmc: slot-gpio: Fix missing assignment to ctx->ro_gpioChris Ball1-1/+7
2012-09-04mmc: via-sdmmc: Use module_pci_driverSachin Kamat1-15/+1
2012-09-04mmc: dw_mmc-pci: Use module_pci_driverSachin Kamat1-12/+1
2012-09-04mmc: sdhci-pci: Use module_pci_driverSachin Kamat1-18/+1
2012-09-04mmc: mmc_spi: Use module_spi_driverSachin Kamat1-14/+1
2012-09-04mmc: sdhci-s3c: fix checkpatch error and warningsJingoo Han1-6/+8
2012-09-04mmc: core: Do not rescan non-removable devicesJohan Rudholm1-0/+5
2012-09-04mmc: dw_mmc: fixed a section mismatch in dw_mci_init_slotJaehoon Chung2-3/+3
2012-09-04mmc: tegra: convert to device tree support onlyJoseph Lo1-4/+3
2012-09-04mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQVenkatraman S1-42/+21
2012-09-04mmc: omap_hsmmc: consolidate flush posted writes for HSMMC IRQsVenkatraman S1-13/+4
2012-09-04mmc: omap_hsmmc: remove access to SYSCONFIG registerVenkatraman S1-22/+2
2012-09-04mmc: omap_hsmmc: remove unused vars and includesVenkatraman S1-10/+4
2012-09-04mmc: omap: fix mmc_omap_report_irq to use dev_dbg macrosVenkatraman S1-12/+17
2012-09-04mmc: omap: remove unused variables and includesVenkatraman S1-10/+0
2012-09-04mmc: debugfs: Print ext_csd in ascending orderVenkatraman S1-1/+1
2012-09-04mmc: core: Add TRANsfer state to non-HPI stateVenkatraman S1-1/+2
2012-09-04mmc: bfin_sdh: Reset SD controller when resume from power saving mode.Sonic Zhang1-16/+19
2012-09-04mmc: bfin_sdh: Remove redundant suspend and resume setting.Sonic Zhang1-15/+0
2012-09-04mmc: bfin_sdh: Add support for new RSI controller in bf60xSonic Zhang1-52/+128
2012-09-04mmc: bfin_sdh: limit mmc DMA segment len to 1 for bf518.Sonic Zhang1-0/+4
2012-09-04mmc: omap_hsmmc: Handle failure of regulator_get better.NeilBrown1-2/+2
2012-09-04mmc: vub300: add missing usb_free_urbJulia Lawall1-2/+2
2012-09-04mmc: sdhci-dove: DT support for sdhci-doveSebastian Hesselbarth1-0/+8
2012-09-04mmc: sdhci-pxav2, sdhci-pxav3: use clk_prepare/unprepare APIsChao Xie2-7/+7
2012-09-04mmc: atmel-mci: add device tree supportLudovic Desroches1-2/+83
2012-09-04mmc: sdhci: vmmc regulator should be explicitly enabled/disabledPhilip Rakity1-2/+5
2012-09-04mmc: sdhci: Add regulator support for vccq (voltage regualor)Philip Rakity1-65/+116
2012-09-04mmc: eSDHC: Add ADMA mode supportJerry Huang1-3/+33
2012-09-04mmc: pxa-mci: add DT bindingsDaniel Mack1-0/+52
2012-09-04mmc: omap: fix broken PIO modePaul Walmsley1-3/+11
2012-09-04mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.Ian Chen1-1/+25
2012-09-04mmc: dw_mmc: Disable low power mode if SDIO interrupts are usedDoug Anderson1-3/+38
2012-09-04mmc: dw_mmc: fix error handling in PIO modeSeungwon Jeon1-27/+2
2012-09-04mmc: dw_mmc: correct mishandling error interruptSeungwon Jeon1-3/+1
2012-09-04mmc: dw_mmc: amend using error interrupt statusSeungwon Jeon1-6/+5
2012-09-04mmc: atmel-mci: not busy flag has also to be used for read operationsLudovic Desroches1-1/+5
2012-09-04mmc: sdhci-esdhc: break out early if clock is 0Shawn Guo1-3/+3
2012-09-04mmc: mxs-mmc: fix deadlock caused by recursion loopLauri Hintsala1-5/+5
2012-09-04mmc: mxs-mmc: fix deadlock in SDIO IRQ caseLauri Hintsala1-2/+2
2012-09-04mmc: bfin_sdh: fix dma_desc_array build errorSonic Zhang1-7/+0
2012-08-02Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-307/+265
2012-07-31ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...Kevin Hilman1-0/+2
2012-07-31mmc: omap: remove private DMA API implementationRussell King1-229/+6
2012-07-31mmc: omap: add DMA engine supportRussell King2-12/+190
2012-07-31mmc: omap_hsmmc: remove private DMA API implementationRussell King1-200/+63
2012-07-31mmc: omap_hsmmc: add DMA engine supportRussell King1-27/+165