summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2011-09-19mmc: Fixup wakelock handlingUlf Hansson
2011-09-19mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung
2011-09-19mmc: core: Detect eMMC v4.5 ext_csd entriesKyungmin Park
2011-09-19mmc: mmc_test: avoid stalled file in debugfsAndy Shevchenko
2011-09-19mmc: print debug messages for runtime PM actionsDaniel Drake
2011-09-19mmc: fix runtime PM with -ENOSYS suspend caseOhad Ben-Cohen
2011-09-19mmc: block: fixed NULL pointer dereferenceJaehoon Chung
2011-09-19mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity
2011-09-19mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin
2011-09-19mmc: queue: add a second mmc queue request memberPer Forlin
2011-09-19mmc: block: move error path in issue_rw_rq to a separate function.Per Forlin
2011-09-19mmc: block: add a block request prepare functionPer Forlin
2011-09-19mmc: block: add member in mmc queue struct to hold request dataPer Forlin
2011-09-19mmc: mmc_test: test to measure how sg_len affect performancePer Forlin
2011-09-19mmc: mmc_test: add test for non-blocking transfersPer Forlin
2011-09-19mmc: mmc_test: add debugfs file to list all testsPer Forlin
2011-09-19mmc: core: add non-blocking mmc request functionPer Forlin
2011-09-19mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter
2011-09-19mmc: block: add checking of r/w command responseRussell King - ARM Linux
2011-09-19mmc: block: improve error recovery from command channel errorsRussell King - ARM Linux
2011-09-19mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux
2011-09-19ARM: 6981/2: mmci: adjust calculation of f_minLinus Walleij
2011-09-19Revert "mmc: block: Resume multi-block reads..Ulf Hansson
2011-07-25Merge branch 'upstream/linaro-3.0' into linaro-android-3.0John Stultz
2011-07-21Merge branch 'devicetree/linaro-3.0' of git://git.secretlab.ca/git/linux-2.6 ...Nicolas Pitre
2011-07-21Revert "Merge remote-tracking branch 'arm-soc/for-next' into linaro-3.0"Nicolas Pitre
2011-07-21mmc/tegra: add sdhci device tree handlingGrant Likely
2011-07-20Merge remote-tracking branch 'arm-soc/for-next' into linaro-3.0Nicolas Pitre
2011-07-15Merge branch 'fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 i...Arnd Bergmann
2011-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-07-13mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity
2011-07-12Merge commit 'v3.0-rc7' into android-3.0Colin Cross
2011-07-07ARM i.MX dma: Fix burstsize settingsSascha Hauer
2011-07-06ARM: 6980/1: mmci: use StartBitErr to detect bad connectionsLinus Walleij
2011-06-29Merge commit 'v3.0-rc5' into android-3.0Colin Cross
2011-06-25mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter
2011-06-25mmc: queue: append partition subname to queue thread nameAdrian Hunter
2011-06-25mmc: core: make erase timeout calculation allow for gated clockAdrian Hunter
2011-06-25mmc: block: switch card to User Data Area when removing the block driverAdrian Hunter
2011-06-25mmc: sdio: reset card during power_restoreDaniel Drake
2011-06-25mmc: sdhi: DMA slave ID 0 is invalidGuennadi Liakhovetski
2011-06-25mmc: tmio: fix regression in TMIO_MMC_WRPROTECT_DISABLE handlingGuennadi Liakhovetski
2011-06-25mmc: omap_hsmmc: use original sg_len for dma_unmap_sgPer Forlin
2011-06-25mmc: omap_hsmmc: fix ocr mask usageAnand Gadiyar
2011-06-25mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen
2011-06-18mmc: sdhi: fix module unloadingGuennadi Liakhovetski
2011-06-18mmc: of_mmc_spi: add NO_IRQ define to of_mmc_spi.cWanlong Gao
2011-06-18mmc: vub300: fix null dereferences in error handlingChris Ball
2011-06-15Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2011-06-14Revert "mmc: subtract boot sectors from disk size for eMMC 4.3+ devices"Colin Cross