summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2012-03-14mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=yUwe Kleine-König1-0/+2
2012-03-14mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resumeMaxim Levitsky2-26/+61
2012-03-14mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finishChris Ball1-0/+7
2012-03-14mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finishBen Dooks1-1/+1
2012-03-14mmc: sdhci-pci: Fix error case in sdhci_pci_probe_slot()Chris Ball1-0/+1
2011-06-26mmc: sdio: remember new card RCA when redetecting cardStefan Nilsson XK1-0/+8
2011-01-07mmc: sdhci-s3c: fix NULL ptr access in sdhci_s3c_removeMarek Szyprowski1-2/+4
2011-01-07mmc: fix the use of kunmap_atomic() in tmio_mmc.hGuennadi Liakhovetski2-8/+7
2011-01-07tmio_mmc: don't clear unhandled pending interruptsYusuke Goda1-4/+1
2010-08-02sdhci-s3c: add missing remove functionMarek Szyprowski1-0/+20
2010-05-15mmc: at91_mci: modify cache flush routinesNicolas Ferre1-1/+1
2010-05-12mmc: atmel-mci: fix in debugfs: response value printingNicolas Ferre1-2/+2
2010-05-12mmc: atmel-mci: remove data error interrupt after xferNicolas Ferre1-0/+1
2010-05-12mmc: atmel-mci: prevent kernel oops while removing cardNicolas Ferre1-4/+5
2010-05-12mmc: atmel-mci: fix two parameters swappedNicolas Ferre1-2/+2
2010-04-07omap hsmmc: fix a bug in card remove scenarioMadhusudhan Chikkature1-7/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo26-2/+25
2010-03-25mmc: fix incorrect interpretation of card type bitsAdrian Hunter1-2/+1
2010-03-13Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds1-3/+1
2010-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2010-03-13mxcmmc: fixed max_seg_size value on initializationVladimir Zapolskiy1-1/+1
2010-03-13sdio: recognize io card without powercycleAlbert Herranz3-6/+32
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-08mfd/mmc: SDHI Kconfig updateMagnus Damm1-1/+1
2010-03-08tmio_mmc: Balance cell enable()/disable() callsMagnus Damm1-2/+8
2010-03-08tmio_mmc: Use 100ms mmc_detect_change() delayMagnus Damm1-1/+1
2010-03-08tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2Yusuke Goda1-0/+1
2010-03-08tmio_mmc: Keep card-detect interrupts enabledGuennadi Liakhovetski1-4/+2
2010-03-06mmc: enable DMA on Ricoh sdhci reader by defaultVasily Khoruzhick1-4/+3
2010-03-06mmc: at91_mci: correct kunmap_atomic()Nicolas Ferre1-2/+2
2010-03-06mmc: at91_mci: introduce per-mci-revision conditional codeNicolas Ferre1-8/+19
2010-03-06mmc: at91_mci: Enable MMC_CAP_SDIO_IRQ only when it actually works.Nicolas Ferre1-1/+8
2010-03-06mmc: at91_mci: enable large data blocksWolfgang Muees1-0/+3
2010-03-06mmc: at91_mci: use DMA buffer for readWolfgang Muees1-96/+32
2010-03-06mmc: at91_mci: use one coherent DMA bufferWolfgang Muees1-25/+24
2010-03-06mmc: at91_mci: fix timeout errorsWolfgang Muees1-2/+4
2010-03-06mmc: at91_mci: fix pointer errorsWolfgang Muees1-3/+5
2010-03-06s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card ...Lars-Peter Clausen1-1/+1
2010-03-06s3cmci: initialize default platform data no_wprotect and no_detect with 1Lars-Peter Clausen1-0/+2
2010-03-06sdio: put active devices into 1-bit mode during suspendDaniel Drake1-0/+43
2010-03-06sdio: kick the interrupt thread upon a resumeNicolas Pitre1-0/+2
2010-03-06sdio: don't use CMD[357] as part of a powered SDIO resumeChris Ball1-8/+11
2010-03-06sdio: sdhci support for suspend mode PM featuresNicolas Pitre2-12/+31
2010-03-06sdio: introduce API for special power management featuresNicolas Pitre2-3/+58
2010-03-06sdhci: improve sdhci sdhci_set_adma_desc() codeBen Dooks1-8/+8
2010-03-06sdhci: add adma descriptor set callBen Dooks1-30/+20
2010-03-06sdio: add quirk to clamp byte mode transferBing Zhao1-1/+6
2010-03-06mmc: bfin_sdh: set timeout based on actual card dataCliff Cai1-2/+6
2010-03-06mmc: bfin_sdh: drop redundant MMC depend stringMike Frysinger1-1/+1
2010-03-06mmc: bfin_sdh: fix unused sg warning on BF51x/BF52x systemsMike Frysinger1-1/+1