aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-22Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-5/+5
2010-10-21Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-20/+64
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-4/+1
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe8-23/+23
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into develRussell King10-43/+87
2010-10-15mmc: sdio: fix SDIO suspend/resume regressionOhad Ben-Cohen1-0/+13
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-11ARM: 6437/2: mmci: add some register defines for ST Micro variantsLinus Walleij1-4/+10
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+5
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski1-3/+1
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski1-1/+0
2010-09-26mmc: sdhci-s3c: fix NULL ptr access in sdhci_s3c_removeMarek Szyprowski1-2/+4
2010-09-26mmc: sdhci-s3c: fix incorrect spinlock usage after mergeMarek Szyprowski1-2/+4
2010-09-23ARM: 6370/1: mmci: use _cansleep GPIO functionsLinus Walleij1-2/+3
2010-09-23ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specifiedRabin Vincent1-3/+7
2010-09-23ARM: 6308/1: mmci: support card detection interruptsRabin Vincent2-1/+24
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-1/+0
2010-09-09drivers/mmc/host/imxmmc.c: adjust confusing if indentationJulia Lawall1-1/+2
2010-09-09omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspendEthan Du1-1/+1
2010-09-09mmc: at91_mci: add missing linux/highmem.h includeMarc Kleine-Budde1-0/+1
2010-09-09omap_hsmmc: remove unused local `state'Sergio Aguirre1-1/+0
2010-09-09ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selectedJiri Pinkava1-1/+1
2010-09-09mmc: fix the use of kunmap_atomic() in tmio_mmc.hGuennadi Liakhovetski2-8/+7
2010-09-09tmio_mmc: don't clear unhandled pending interruptsYusuke Goda1-4/+1
2010-09-09mmc: avoid getting CID on SDIO-only cardsDavid Vrabel1-3/+2
2010-08-26ARM: 6310/1: mmci: support different FIFO sizesRabin Vincent2-10/+19
2010-08-26ARM: 6307/1: mmci: allow the card detect GPIO value not to be invertedRabin Vincent1-2/+3
2010-08-20drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect functionKyungmin Park1-3/+3
2010-08-20sdhci: add no hi-speed bit quirk supportKyungmin Park2-1/+4
2010-08-20s5pc110: SDHCI-s3c support on s5pc110Kyungmin Park1-1/+1
2010-08-18mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=yUwe Kleine-König1-0/+2
2010-08-14Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-48/+11
2010-08-13Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds3-17/+29
2010-08-12Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2-2/+2
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-4/+5
2010-08-12mmc_test: fix large memory allocationAdrian Hunter1-29/+47
2010-08-12mmc_test: add performance testsAdrian Hunter1-2/+791
2010-08-12mmc_block: add support for secure discardAdrian Hunter2-3/+46
2010-08-12omap_hsmmc: add erase capabilityAdrian Hunter1-3/+10
2010-08-12mmc_block: add discard supportAdrian Hunter2-3/+55
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter6-1/+525
2010-08-11mmc: add ricoh e822 pci idPablo Castillo1-0/+8
2010-08-11sdhci: add auto CMD12 support for eSDHC driverJerry Huang3-2/+18
2010-08-11sdhci: add regulator supportMarek Szyprowski2-1/+27
2010-08-11sdhci-s3c: add support for new card detection methodsMarek Szyprowski2-0/+86
2010-08-11sdhci-s3c: enable SDHCI_QUIRK_NO_HISPD_BIT quirkMarek Szyprowski1-0/+1
2010-08-11sdhci-s3c: add support for the non standard minimal clock valueMarek Szyprowski2-2/+28
2010-08-11sdhci-s3c: add SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK quirkHyuk Lee1-7/+3