aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27mmc: sdhci-esdhc-imx: add device tree probe supportShawn Guo1-9/+69
2011-07-27mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_hostShawn Guo1-1/+2
2011-07-27mmc: sdhci-esdhc-imx: get rid of the uses of cpu_is_mx()Shawn Guo1-4/+53
2011-07-27mmc: sdhci-esdhc-imx: do not reference platform data after probeShawn Guo1-9/+13
2011-07-27mmc: sdhci-esdhc-imx: extend card_detect and write_protect support for mx5Shawn Guo1-51/+87
2011-07-26MMC / TMIO: Fix build issue related to struct scatterlistRafael J. Wysocki1-0/+1
2011-07-25Merge 'akpm' patch seriesLinus Torvalds1-0/+1
2011-07-25notifiers: pm: move pm notifiers into suspend.hAmerigo Wang1-0/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2011-07-25Merge branch 'next/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-4/+4
2011-07-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+9
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-nextRussell King14-56/+135
2011-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2011-07-21mmc: print debug messages for runtime PM actionsDaniel Drake1-0/+8
2011-07-21mmc: fix runtime PM with -ENOSYS suspend caseOhad Ben-Cohen1-6/+2
2011-07-21mmc: at91_mci: move register header from include/ to drivers/Jean-Christophe PLAGNIOL-VILLARD2-1/+117
2011-07-21mmc: mxs-mmc: fix clock rate settingKoen Beel1-16/+14
2011-07-21mmc: tmio: fix a deadlockGuennadi Liakhovetski3-3/+11
2011-07-21mmc: tmio: fix a recently introduced bug in DMA codeGuennadi Liakhovetski1-1/+1
2011-07-21mmc: sh_mmcif: maximize power savingGuennadi Liakhovetski1-9/+18
2011-07-21mmc: tmio: maximize power savingGuennadi Liakhovetski2-27/+39
2011-07-21mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabledGuennadi Liakhovetski2-7/+34
2011-07-21mmc: omap_hsmmc: fix oops in omap_hsmmc_dma_cb()Adrian Hunter1-1/+2
2011-07-21mmc: omap_hsmmc: refactor duplicated codeAndy Shevchenko1-44/+41
2011-07-21mmc: omap_hsmmc: fix a few bugs when setting the clock divisorAndy Shevchenko1-31/+28
2011-07-21mmc: omap_hsmmc: introduce start_clock and re-use stop_clockAndy Shevchenko1-6/+13
2011-07-21mmc: omap_hsmmc: split duplicate code to calc_divisor() functionAndy Shevchenko1-27/+19
2011-07-21mmc: omap_hsmmc: move hardcoded frequency constants to definesAndy Shevchenko1-2/+4
2011-07-21mmc: omap_hsmmc: correct debug report error status mnemonicsAdrian Hunter1-8/+11
2011-07-21mmc: block: fixed NULL pointer dereferenceJaehoon Chung1-0/+3
2011-07-20mmc: omap_hsmmc: Remove unused iclkBalaji T K1-10/+0
2011-07-20mmc: omap_hsmmc: add runtime pm supportBalaji T K1-55/+56
2011-07-20mmc: omap_hsmmc: Remove lazy_disableBalaji T K1-244/+2
2011-07-20mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity1-29/+39
2011-07-20mmc: block: add handling for two parallel block requests in issue_rw_rqPer Forlin3-20/+84
2011-07-20mmc: queue: add a second mmc queue request memberPer Forlin2-3/+44
2011-07-20mmc: block: move error path in issue_rw_rq to a separate function.Per Forlin1-89/+131
2011-07-20mmc: block: add a block request prepare functionPer Forlin1-104/+114
2011-07-20mmc: block: add member in mmc queue struct to hold request dataPer Forlin3-128/+141
2011-07-20mmc: mmc_test: test to measure how sg_len affect performancePer Forlin1-12/+139
2011-07-20mmc: mmc_test: add test for non-blocking transfersPer Forlin1-8/+310
2011-07-20mmc: mmc_test: add debugfs file to list all testsPer Forlin1-1/+38
2011-07-20mmc: mmci: implement pre_req() and post_req()Per Forlin2-13/+142
2011-07-20mmc: omap_hsmmc: add support for pre_req and post_reqPer Forlin1-4/+83
2011-07-20mmc: core: add non-blocking mmc request functionPer Forlin1-10/+103
2011-07-20mmc: kconfig: remove EXPERIMENTAL from the DMA selection of atmel-mciNicolas Ferre1-4/+3
2011-07-20mmc: atmel-mci: add suspend/resume supportNicolas Ferre1-0/+63
2011-07-20mmc: sdhci-pci: allow 8-bit bus width for Intel Medfield eMMCsAdrian Hunter1-5/+16
2011-07-20mmc: sdhci-pci: add 8-bit bus width support for mrst hc0Major Lee1-0/+33
2011-07-20mmc: dw_mmc: reset FIFO after an errorJames Hogan1-1/+11