aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-273-14/+41
|\
| * 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: core: host: only use wakelock for detect workColin Cross2011-09-072-17/+16
* | Merge commit 'v3.0' into android-3.0Colin Cross2011-08-101-27/+50
|\ \ | |/
| * mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity2011-07-131-27/+50
* | Merge commit 'v3.0-rc5' into android-3.0Colin Cross2011-06-293-2/+41
|\ \ | |/
| * mmc: core: make erase timeout calculation allow for gated clockAdrian Hunter2011-06-251-1/+1
| * mmc: sdio: reset card during power_restoreDaniel Drake2011-06-251-0/+39
| * mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen2011-06-251-1/+1
* | Revert "mmc: subtract boot sectors from disk size for eMMC 4.3+ devices"Colin Cross2011-06-141-6/+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: 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: sdio: Claim host in sdio_reset_comm()Dmitry Shmidt2011-06-141-4/+5
* | mmc: mmcblk: Add support for deferred SD bus resumeSan Mehat2011-06-141-0/+6
* | 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
* | mmc: sd: Add retries in re-detectionSan Mehat2011-06-141-6/+45
* | mmc: sd: When resuming, try a little harder to init the cardSan Mehat2011-06-141-0/+19
* | mmc: Add new API call 'sdio_reset_comm' for resetting communication with an S...San Mehat2011-06-141-0/+57
* | trout: Add functions for WiFiDmitry Shmidt2011-06-141-0/+33
* | mmc: Add concept of an 'embedded' SDIO device.San Mehat2011-06-144-17/+95
* | mmc: sd: Add new CONFIG_MMC_PARANOID_SD_INIT for enabling retries during SD d...San Mehat2011-06-142-0/+30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-05-2514-258/+764
|\
| * mmc: core: eMMC bus width may not work on all platformsPhilip Rakity2011-05-251-10/+102
| * mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin2011-05-251-0/+2
| * mmc: core: duplicated trial with same freq in mmc_rescan_try_freq()Jaehoon Chung2011-05-241-1/+1
| * mmc: core: add support for eMMC Dual Data RatePhilip Rakity2011-05-243-19/+32
| * mmc: core: eMMC signal voltage does not use CMD11Philip Rakity2011-05-243-5/+6
| * mmc: core: clear MMC_PM_KEEP_POWER flag on resumeEliad Peller2011-05-241-0/+1
| * mmc: sdio: optimized SDIO IRQ handling for single irqStefan Nilsson XK2011-05-241-1/+32
| * mmc: sdhci: enable preset value after uhs initializationArindam Nath2011-05-241-0/+11
| * mmc: sd: add support for tuning during uhs initializationArindam Nath2011-05-241-0/+6
| * mmc: sd: report correct speed and capacity of uhs cardsArindam Nath2011-05-242-4/+17
| * mmc: sd: set current limit for uhs cardsArindam Nath2011-05-241-0/+63
| * mmc: sd: add support for uhs bus speed mode selectionArindam Nath2011-05-241-0/+65
| * mmc: sd: add support for driver type selectionArindam Nath2011-05-245-29/+139
| * mmc: sd: query function modes for uhs cardsArindam Nath2011-05-241-10/+58
| * mmc: sd: add support for signal voltage switch procedureArindam Nath2011-05-243-2/+67
| * mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto2011-05-241-1/+2
| * mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-244-22/+8
| * mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-243-12/+6
| * mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-244-70/+26
| * mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball2011-05-241-0/+2
| * mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin2011-05-241-0/+2