aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
* | | mmc: sdhci-s3c: Always update the clock on the first call to set_clockArve Hjønnevåg2011-11-161-1/+3
| |/ |/|
* | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-276-33/+57
|\ \ | |/
| * mmc: mxs-mmc: fix clock rate settingKoen Beel2011-10-161-16/+14
| * mmc: sdhci-s3c: Fix mmc card I/O problemGirish K S2011-10-031-0/+2
| * mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg2011-10-031-1/+1
| * mmc: core: prevent aggressive clock gating racing with ios updatesMika Westerberg2011-10-031-2/+29
| * mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}Mika Westerberg2011-10-033-11/+11
| * mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finishAaron Lu2011-08-291-3/+0
* | mmc: block: Improve logging of handling emmc timeoutsKen Sumrall2011-10-261-3/+7
* | mmc: block: add checking of r/w command responseRussell King - ARM Linux2011-10-261-1/+25
* | mmc: block: improve error recovery from command channel errorsRussell King - ARM Linux2011-10-261-50/+182
* | mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux2011-10-261-24/+9
* | mmc: core: host: only use wakelock for detect workColin Cross2011-09-072-17/+16
* | Merge commit 'v3.0.1' into android-3.0Colin Cross2011-08-101-1/+1
|\ \ | |/
| * mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get clearedShawn Guo2011-08-041-1/+1
* | Merge commit 'v3.0' into android-3.0Colin Cross2011-08-101-27/+50
|\ \ | |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-07-131-27/+50
| |\
| | * mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity2011-07-131-27/+50
* | | Merge commit 'v3.0-rc7' into android-3.0Colin Cross2011-07-122-1/+6
|\ \ \ | |/ /
| * | ARM: 6980/1: mmci: use StartBitErr to detect bad connectionsLinus Walleij2011-07-062-1/+6
| |/
* | Merge commit 'v3.0-rc5' into android-3.0Colin Cross2011-06-2912-29/+80
|\ \ | |/
| * mmc: queue: bring discard_granularity/alignment into line with SCSIAdrian Hunter2011-06-251-6/+1
| * mmc: queue: append partition subname to queue thread nameAdrian Hunter2011-06-253-5/+8
| * mmc: core: make erase timeout calculation allow for gated clockAdrian Hunter2011-06-251-1/+1
| * mmc: block: switch card to User Data Area when removing the block driverAdrian Hunter2011-06-251-0/+3
| * mmc: sdio: reset card during power_restoreDaniel Drake2011-06-251-0/+39
| * mmc: sdhi: DMA slave ID 0 is invalidGuennadi Liakhovetski2011-06-251-1/+1
| * mmc: tmio: fix regression in TMIO_MMC_WRPROTECT_DISABLE handlingGuennadi Liakhovetski2011-06-251-2/+2
| * mmc: omap_hsmmc: use original sg_len for dma_unmap_sgPer Forlin2011-06-251-2/+3
| * mmc: omap_hsmmc: fix ocr mask usageAnand Gadiyar2011-06-251-1/+0
| * mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen2011-06-251-1/+1
| * mmc: sdhi: fix module unloadingGuennadi Liakhovetski2011-06-181-1/+2
| * mmc: of_mmc_spi: add NO_IRQ define to of_mmc_spi.cWanlong Gao2011-06-181-0/+5
| * mmc: vub300: fix null dereferences in error handlingChris Ball2011-06-181-7/+4
| * Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-06-151-2/+10
| |\
| | * ARM: 6894/1: mmci: trigger card detect IRQs on falling and rising edgesLinus Walleij2011-06-061-2/+10
* | | Revert "mmc: subtract boot sectors from disk size for eMMC 4.3+ devices"Colin Cross2011-06-141-6/+1
* | | sdhci: Always pass clock request value zero to set_clock host opTodd Poynor2011-06-141-1/+1
* | | mmc: Fix pm_notifier obeying deferred resumeDmitry Shmidt2011-06-141-1/+15
* | | mmc: Add "ignore mmc pm notify" functionalityDmitry Shmidt2011-06-141-2/+5
* | | mmc: sdio: Fix enable_hs and enable_wide in sdio_reset_comm()Dmitry Shmidt2011-06-141-15/+10
* | | mmc: subtract boot sectors from disk size for eMMC 4.3+ devicesGary King2011-06-141-1/+6
* | | mmc_block: Allow more than 8 partitions per cardColin Cross2011-06-141-5/+2
* | | mmc: core: Release delayed mmc work wakelock after deep disableSan Mehat2011-06-141-1/+4
* | | mmc: sdio: Add high speed support to sdio_reset_comm()Daniel Chen2011-06-141-1/+22
* | | mmc: block: Resume multi-block reads after transient read errors.David Ding2011-06-141-0/+2
* | | mmc: sdio: Claim host in sdio_reset_comm()Dmitry Shmidt2011-06-141-4/+5
* | | mmc: mmcblk: Add support for deferred SD bus resumeSan Mehat2011-06-143-0/+33
* | | mmc: core: Add deferred bus resume policy.San Mehat2011-06-141-0/+33
* | | mmc: core: Hold a wake lock accross delayed work + mmc rescanSan Mehat2011-06-141-1/+16