summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* ARM: mx3: Fix a race condition in mxcmmcDaniel Mack2010-05-171-1/+12
* ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handlingDaniel Mack2010-04-141-0/+16
* ARM: MXC: mxcmmc: Teach the driver SDIO operationsDaniel Mack2010-04-141-11/+59
* ARM: MXC: mxcmmc: misc cleanupsDaniel Mack2010-04-141-4/+13
* omap hsmmc: fix a bug in card remove scenarioMadhusudhan Chikkature2010-04-071-7/+2Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3014-1/+13
* Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...Linus Torvalds2010-03-131-3/+1Star
|\
| * msm_sdcc.c: missing brackets in msmsdcc_resume()Roel Kluin2010-01-201-3/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-131-1/+1
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
| |\ \
| | * | tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | | | mxcmmc: fixed max_seg_size value on initializationVladimir Zapolskiy2010-03-131-1/+1
|/ / /
* | | mfd/mmc: SDHI Kconfig updateMagnus Damm2010-03-071-1/+1
* | | tmio_mmc: Balance cell enable()/disable() callsMagnus Damm2010-03-071-2/+8
* | | tmio_mmc: Use 100ms mmc_detect_change() delayMagnus Damm2010-03-071-1/+1
* | | tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2Yusuke Goda2010-03-071-0/+1
* | | tmio_mmc: Keep card-detect interrupts enabledGuennadi Liakhovetski2010-03-071-4/+2Star
* | | mmc: enable DMA on Ricoh sdhci reader by defaultVasily Khoruzhick2010-03-061-4/+3Star
* | | mmc: at91_mci: correct kunmap_atomic()Nicolas Ferre2010-03-061-2/+2
* | | mmc: at91_mci: introduce per-mci-revision conditional codeNicolas Ferre2010-03-061-8/+19
* | | mmc: at91_mci: Enable MMC_CAP_SDIO_IRQ only when it actually works.Nicolas Ferre2010-03-061-1/+8
* | | mmc: at91_mci: enable large data blocksWolfgang Muees2010-03-061-0/+3
* | | mmc: at91_mci: use DMA buffer for readWolfgang Muees2010-03-061-96/+32Star
* | | mmc: at91_mci: use one coherent DMA bufferWolfgang Muees2010-03-061-25/+24Star
* | | mmc: at91_mci: fix timeout errorsWolfgang Muees2010-03-061-2/+4
* | | mmc: at91_mci: fix pointer errorsWolfgang Muees2010-03-061-3/+5
* | | s3cmci: s3cmci_card_present: Use no_detect to decide whether there is a card ...Lars-Peter Clausen2010-03-061-1/+1
* | | s3cmci: initialize default platform data no_wprotect and no_detect with 1Lars-Peter Clausen2010-03-061-0/+2
* | | sdio: sdhci support for suspend mode PM featuresNicolas Pitre2010-03-062-12/+31
* | | sdhci: improve sdhci sdhci_set_adma_desc() codeBen Dooks2010-03-061-8/+8
* | | sdhci: add adma descriptor set callBen Dooks2010-03-061-30/+20Star
* | | mmc: bfin_sdh: set timeout based on actual card dataCliff Cai2010-03-061-2/+6
* | | mmc: bfin_sdh: drop redundant MMC depend stringMike Frysinger2010-03-061-1/+1
* | | mmc: bfin_sdh: fix unused sg warning on BF51x/BF52x systemsMike Frysinger2010-03-061-1/+1
* | | mmc: Atmel host kconfig cleanup for everyone elseNicolas Ferre2010-03-061-0/+1
* | | davinci: MMC: add support for 8bit MMC cardsVipin Bhandari2010-03-061-10/+35
* | | ricoh_mmc: port from driver to pci quirkMaxim Levitsky2010-03-063-270/+3Star
* | | Merge with mainline to remove plat-omap/Kconfig conflictTony Lindgren2010-03-012-18/+35
|\ \ \
| * \ \ Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-14/+27
| |\ \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | | \ \
| | *-----. | | Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dm...Russell King2010-02-253-94/+52Star
| | |\ \ \ \| | | | | |_|_|_|/ | | |/| | | |
| | | | | * | ARM: 5940/2: ARM: MMCI: remove custom DBG macro and printkLinus Walleij2010-02-211-14/+16
| | | | | * | ARM: 5896/1: MMCI: work around a hardware bug in U300Linus Walleij2010-01-271-0/+11
| | | |_|/ / | | |/| | |
| * | | | | MMC: AU1xMMC: Allow platforms to disable host capabilitiesManuel Lauss2010-02-271-0/+4
| * | | | | MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss2010-02-271-2/+2
| * | | | | MIPS: Alchemy: remove dbdma compat macrosManuel Lauss2010-02-271-2/+2
| | |_|_|/ | |/| | |
* | | | | omap_hsmmc: allow compile without regulator frameworkAdrian Hunter2010-02-151-54/+79
* | | | | omap_hsmmc: Allow for a shared VccQAdrian Hunter2010-02-151-1/+15
* | | | | omap_hsmmc: Ensure regulator enable / disable are pairedAdrian Hunter2010-02-151-6/+3Star
* | | | | omap_hsmmc: Fix disable timeoutsAdrian Hunter2010-02-151-2/+2
* | | | | omap_hsmmc: Allow for power saving without going offAdrian Hunter2010-02-151-0/+6