summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-11omap hsmmc: fix processing of all dma interrupts as block completionVenkatraman S1-2/+5
2010-08-11drivers/mmc/host/msm-sdcc: remove dead config optionsChristian Dietrich2-29/+0
2010-08-11omap_hsmmc: add init_card pass-through callbackGrazvydas Ignotas1-0/+10
2010-08-11sdhci-pltfm: add support for CNS3xxx SoC devicesAnton Vorontsov5-0/+114
2010-08-11sdhci-pltfm: reorganize Makefile entries to support SoC devicesAnton Vorontsov1-1/+3
2010-08-11sdhci-pltfm: switch to module device table matchingAnton Vorontsov2-1/+27
2010-08-11mmc: omap: fix for bus width which improves SD card's peformance.Kishore Kadiyala1-2/+15
2010-08-11sdhci: don't assign mmc->caps at SDHCI directlyKyungmin Park1-1/+1
2010-08-11sdhci: 8-bit data transfer width supportKyungmin Park2-0/+6
2010-08-11sdhci: remove useless set_clock() checkKyungmin Park1-1/+1
2010-08-11mmc: make sdhci work with ricoh mmc controllerMaxim Levitsky3-1/+47
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+0
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+8
2010-08-05Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-0/+1039
2010-08-05MMC: Add support for the controller on JZ4740 SoCs.Lars-Peter Clausen3-0/+1039
2010-08-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-113/+122
2010-07-31Merge branch 'devel-stable' into develRussell King1-17/+31
2010-07-31Merge branch 'misc' into develRussell King2-96/+91
2010-07-30ARM: Fix Versatile/Realview/VExpress MMC card detection senseRussell King1-2/+6
2010-07-30pcmcia: remove cs_types.hDominik Brodowski1-1/+0
2010-07-29Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King1-17/+31
2010-07-29ARM: 6246/1: mmci: support larger MMCIDATALENGTH registerRabin Vincent1-3/+9
2010-07-29ARM: 6245/1: mmci: enable hardware flow control on Ux500 variantsRabin Vincent2-4/+6
2010-07-29ARM: 6244/1: mmci: add variant data and default MCICLOCK supportRabin Vincent2-1/+32
2010-07-29ARM: 6243/1: mmci: pass power_mode to the translate_vdd callbackRabin Vincent1-10/+3
2010-07-27ARM: 6239/1: mmci: let core poll for card detectionRabin Vincent1-21/+1
2010-07-27ARM: 6238/1: mmci: fix multi block transfersRabin Vincent1-1/+1
2010-07-27ARM: 6237/1: mmci: use sg_miter API to fix multi-page sg handlingRabin Vincent2-56/+39
2010-07-26mxcmmc: convert to pm_ops and enable/disable clockEric Bénard1-14/+18
2010-07-26Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 i...Uwe Kleine-König32-277/+1690
2010-07-26mxcmmc: add card detect through DAT3 possibilityEric Bénard1-3/+13
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely1-0/+20
2010-07-20sdhci-s3c: add missing remove functionMarek Szyprowski1-0/+20
2010-07-05of: refactor of_modalias_node() and remove explicit match table.Grant Likely1-0/+8
2010-06-09mmc: msm: fix compile error on MSM7x30Daniel Walker1-1/+1
2010-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-75/+50
2010-06-04omap: remove BUG_ON for disabled interruptsCory Maccarrone1-1/+0
2010-05-31sh: prepare MMCIF driver header fileMagnus Damm1-75/+50
2010-05-27drivers/mmc/host: use ERR_CASTJulia Lawall1-1/+1
2010-05-27sdhci-spear: ST SPEAr based SDHCI controller glueViresh KUMAR3-0/+311
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming21-23/+21
2010-05-27mmc: OMAP HS-MMC: convert to dev_pm_opsKevin Hilman1-4/+11
2010-05-27omap_hsmmc: improve interrupt synchronisationAdrian Hunter1-128/+134