aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2009-03-24mmc_spi: adjust for delayed data token responseWolfgang Muees1-3/+24
2009-03-24omap_hsmmc: Wait for SDBPAdrian Hunter1-5/+15
2009-03-24omap_hsmmc: Fix MMC3 dmaGrazvydas Ignotas1-11/+25
2009-03-24omap_hsmmc: Disable SDBP at suspendJarkko Lavinen1-14/+2
2009-03-24omap_hsmmc: Do not prefix slot nameAdrian Hunter1-1/+1
2009-03-24omap_hsmmc: Allow cover switch to cause rescanAdrian Hunter1-4/+7
2009-03-24omap_hsmmc: Add 8-bit bus width mode supportJarkko Lavinen1-1/+11
2009-03-24omap_hsmmc: Implement scatter-gather emulationJuha Yrjola1-77/+95
2009-03-24omap_hsmmc: Fix response type for busy after responseAdrian Hunter1-9/+29
2009-03-24omap_hsmmc: Do dma cleanup also with data CRC errorsJarkko Lavinen1-5/+5
2009-03-24mmc: SDIO driver for Marvell SoCsMaen Suleiman4-0/+1087
2009-03-24MMC: tmio_mmc.h: fix build problemAlexander Beregalov1-0/+3
2009-03-24tmio_mmc: Fix use after free in remove()Magnus Damm1-1/+1
2009-03-24tmio_mmc: Fix one off, use resource_size() in probe()Magnus Damm1-2/+2
2009-03-24mmc_spi: wait more bytes for card responseWolfgang Muees1-1/+4
2009-03-24mmc_spi: allow setting of spi mode 3Wolfgang Muees1-3/+5
2009-03-24omap_hsmmc: Initialize hsmmc controller registers when resumingKim Kyuwon1-23/+32
2009-03-24omap_hsmmc: do not re-power when powering off MMCAdrian Hunter1-17/+0
2009-03-24mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-2/+2
2009-03-19Merge branch 'omap-clks3' into develRussell King2-17/+11
2009-03-13Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King7-43/+87
2009-03-13MX2/MX3 SDHC driver: rename platform driverSascha Hauer1-1/+1
2009-03-13mxcmmc: Do not pass clock name, we have only one clock for this deviceSascha Hauer1-1/+1
2009-03-12mmc: s3cmci: fix s3c2410_dma_config() arguments.Ben Dooks1-2/+1
2009-03-12[ARM] 5420/1: MMCI devinit and devexit macrosLinus Walleij1-3/+3
2009-03-09[ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao1-2/+1
2009-03-02sdhci: Add NO_BUSY_IRQ quirk for Marvell CAFE host chipAndres Salomon1-0/+1
2009-03-02sdhci: Add quirk for controllers with no end-of-busy IRQBen Dooks2-1/+6
2009-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds5-38/+75
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams1-2/+3
2009-02-18omap_hsmmc: Change while(); loops with finite versionJean Pihet1-24/+30
2009-02-18omap_hsmmc: recover from transfer failuresJean Pihet1-1/+8
2009-02-18omap_hsmmc: only MMC1 allows HCTL.SDVS != 1.8VDavid Brownell1-10/+33
2009-02-18omap_hsmmc: card detect irq bugfixDavid Brownell1-1/+3
2009-02-18sdhci: fix led namingHelmut Schaa2-1/+4
2009-02-18s3cmci: Fix hangup in do_pio_write()Yauhen Kharuzhy1-1/+1
2009-02-18Revert "sdhci: force high speed capability on some controllers"Pierre Ossman3-6/+2
2009-02-08[ARM] omap: hsmmc: new short connection id namesRussell King1-2/+2
2009-02-08[ARM] omap: MMC: provide a dummy ick for OMAP1Russell King1-11/+8
2009-02-08[ARM] omap: MMC: convert clocks to match by devid and conidRussell King1-5/+2
2009-02-02pxamci: enable DMA for write ops after CMD/RESPCliff Brake1-1/+15
2009-02-02pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())Cliff Brake1-5/+4
2009-02-02ricoh_mmc: Use suspend_late/resume_earlyphilipl@overt.org1-4/+4
2009-02-02mmci: Add support for ST Micro derivateLinus Walleij2-4/+61
2009-02-02mmc: Add a MX2/MX3 specific SDHC driverSascha Hauer3-0/+891
2009-01-24[ARM] 5369/1: omap mmc: Add new omap hsmmc controller for 2430 and 34xx, v3Madhusudhan Chikkature3-0/+1253
2009-01-24[ARM] 5365/1: s3cmci: Use new include path of dma.hRamax Lo1-1/+1
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-75/+28
2009-01-07Merge branches 'fixes', 'cleanups' and 'boards'Haavard Skinnemoen1-1/+1
2009-01-06dmaengine: kill enum dma_state_clientDan Williams1-3/+3