aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds18-271/+2090
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6Linus Torvalds1-0/+100
2009-04-01proc tty: switch sdio_uart to ->proc_fopsAlexey Dobriyan1-32/+30
2009-03-31MMC: regulator utilitiesDavid Brownell1-0/+100
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: allow higher timeouts for SPI modeWolfgang Muees1-0/+15
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-24mmc: During unsafe resume, select the right volatge for the cardBalaji Rao1-0/+1
2009-03-24sdio: check that addresses are within the address spacePierre Ossman1-0/+8
2009-03-24sdio: handle null tuplesPierre Ossman1-0/+4
2009-03-24sdio: handle cis end marker in link fieldPierre Ossman1-0/+4
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: Add Extended CSD register to debugfsAdrian Hunter1-0/+67
2009-03-24mmc: add MODALIAS linkage for MMC/SD devicesAndy Whitcroft2-0/+10
2009-03-24mmc: delayed_work was never cancelledJorg Schummer1-0/+2
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 King10-51/+98