aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds12-271/+1979
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-1/+1
2009-03-28Merge branch 'origin' into develRussell King2-2/+2
2009-03-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into develRussell King1-2/+1
2009-03-24mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-2/+2
2009-03-24atmel-mci: fix sdc_reg typoHans-Christian Egtvedt1-1/+1
2009-03-24mmc: Add OpenFirmware bindings for SDHCI driverAnton Vorontsov3-0/+321
2009-03-24sdhci: Add quirk for forcing maximum block size to 2048 bytesAnton Vorontsov2-7/+15
2009-03-24sdhci: Add quirk for controllers that need IRQ re-init after resetAnton Vorontsov2-0/+9
2009-03-24sdhci: Add quirk for controllers that need small delays for PIOAnton Vorontsov2-0/+5
2009-03-24sdhci: Add set_clock callback and a quirk for nonstandard clocksAnton Vorontsov2-0/+10
2009-03-24sdhci: Add get_{max,timeout}_clock callbacksBen Dooks2-7/+17
2009-03-24sdhci: Add support for hosts reporting inverted write-protect stateAnton Vorontsov2-0/+4
2009-03-24sdhci: Add support for card-detection pollingAnton Vorontsov2-2/+17
2009-03-24sdhci: Enable only relevant (DMA/PIO) interrupts during transfersAnton Vorontsov1-3/+14
2009-03-24sdhci: Split card-detection IRQs management from sdhci_init()Anton Vorontsov2-17/+62
2009-03-24sdhci: Add support for bus-specific IO memory accessorsAnton Vorontsov3-81/+180
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