aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27mmc: add support MMCIF for SuperHYusuke Goda3-0/+974
2010-05-27mmc: atmel-mci: enable SD high speed supportNicolas Ferre1-3/+19
2010-05-27davinci: mmc: updates to suspend/resume implementationChaithrika U S1-8/+43
2010-05-27davinci: mmc: add a function to control reset state of the controllerChaithrika U S1-21/+16
2010-05-27sdhci-pltfm: do not print errors in case of an extended iomem sizeAnton Vorontsov1-1/+1
2010-05-27sdhci-pltfm: implement platform data passingAnton Vorontsov1-4/+20
2010-05-27sdhci: implement CAP_CLOCK_BASE_BROKEN quirkAnton Vorontsov2-1/+4
2010-05-27mmc-omap: add support for 16-bit and 32-bit registersMarek Belisko1-29/+33
2010-05-27davinci: mmc: pass number of SG segments as platform dataSudhakar Rajashekhara1-7/+17
2010-05-25Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-15/+99
2010-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2-31/+349
2010-05-22mmc: let MFD's provide supported Vdd card voltages to tmio_mmcGuennadi Liakhovetski1-1/+4
2010-05-22tmio: add a platform flag to disable card write-protection detectionGuennadi Liakhovetski1-1/+4
2010-05-22mmc: add DMA support to tmio_mmc driver, when used on SuperHGuennadi Liakhovetski2-30/+342
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely7-202/+334
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+1
2010-05-21Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2-186/+301
2010-05-20Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stableRussell King1-15/+99
2010-05-19Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-6/+21
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2-3/+3
2010-05-17Merge branch 'ioat' into dmaengineDan Williams15-8/+15
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+1
2010-05-17Merge branch 'devel-stable' into develRussell King15-9/+16
2010-05-17ARM: mx3: Fix a race condition in mxcmmcDaniel Mack1-1/+12
2010-05-15mmc: at91_mci: modify cache flush routinesNicolas Ferre1-1/+1
2010-05-11mmc: atmel-mci: fix in debugfs: response value printingNicolas Ferre1-2/+2
2010-05-11mmc: atmel-mci: remove data error interrupt after xferNicolas Ferre1-0/+1
2010-05-11mmc: atmel-mci: prevent kernel oops while removing cardNicolas Ferre1-4/+5
2010-05-11mmc: atmel-mci: fix two parameters swappedNicolas Ferre1-2/+2
2010-05-11[ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecondEric Miao1-1/+1
2010-04-14ARM: 6033/1: ARM: MMCI: pass max frequency from platformLinus Walleij1-1/+12
2010-04-14ARM: 6032/1: ARM: MMCI: support 8bit mode on the ST Micro versionLinus Walleij2-4/+8
2010-04-14ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handlingDaniel Mack1-0/+16
2010-04-14ARM: MXC: mxcmmc: Teach the driver SDIO operationsDaniel Mack1-11/+59
2010-04-14ARM: MXC: mxcmmc: misc cleanupsDaniel Mack1-4/+13
2010-04-07omap hsmmc: fix a bug in card remove scenarioMadhusudhan Chikkature1-7/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo14-1/+13
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-1/+1
2010-03-18drivers: mmc: msm_sdcc: Add EMBEDDED_SDIO supportSan Mehat1-2/+10
2010-03-18mmc: msm_sdcc: Fix issue where clocks could be disabled mid transactionSan Mehat1-34/+27
2010-03-18mmc: msm_sdcc: Fix the dma exec function to use the proper delaysSan Mehat1-9/+10
2010-03-18mmc: msm_sdcc: Don't set host->curr.mrq until after we're sure the busclk timer won't fireDmitry Shmidt1-2/+2
2010-03-18mmc: msm_sdcc: Enable busclk idle timer for power savingsSan Mehat1-2/+1
2010-03-18mmc: msm_sdcc: Don't disable interrupts while suspendingSan Mehat1-3/+0
2010-03-18mmc: msm_sdcc: Fix issue where we might not end a sucessfull requestSan Mehat1-3/+4
2010-03-18mmc: msm_sdcc: Featurize busclock power save and disable it by defaultSan Mehat1-0/+13
2010-03-18mmc: msm_sdcc: Fix bug where busclk expiry timer was not properly disabledSan Mehat2-48/+52
2010-03-18mmc: msm_sdcc: Reduce command timeouts and improve reliability.San Mehat2-120/+161
2010-03-18mmc: msm_sdcc: Schedule clock disable after probeSan Mehat1-0/+2