summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: sd: UHS-I bus speed should be set last in UHS initializationSubhash Jadavani2011-08-311-28/+53
* mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg2011-08-311-1/+1
* mmc: core: prevent aggressive clock gating racing with ios updatesMika Westerberg2011-08-311-2/+29
* mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}Mika Westerberg2011-08-313-11/+11
* mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung2011-08-132-2/+2
* mmc: core: Detect eMMC v4.5 ext_csd entriesKyungmin Park2011-08-131-1/+1
* notifiers: pm: move pm notifiers into suspend.hAmerigo Wang2011-07-261-0/+1
* mmc: print debug messages for runtime PM actionsDaniel Drake2011-07-211-0/+8
* mmc: fix runtime PM with -ENOSYS suspend caseOhad Ben-Cohen2011-07-211-6/+2Star
* mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity2011-07-201-29/+39
* mmc: core: add non-blocking mmc request functionPer Forlin2011-07-201-10/+103
* mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter2011-07-201-0/+76
* mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity2011-07-131-27/+50
* mmc: core: make erase timeout calculation allow for gated clockAdrian Hunter2011-06-261-1/+1
* mmc: sdio: reset card during power_restoreDaniel Drake2011-06-261-0/+39
* mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen2011-06-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-05-2614-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-251-1/+1
| * mmc: core: add support for eMMC Dual Data RatePhilip Rakity2011-05-253-19/+32
| * mmc: core: eMMC signal voltage does not use CMD11Philip Rakity2011-05-253-5/+6
| * mmc: core: clear MMC_PM_KEEP_POWER flag on resumeEliad Peller2011-05-251-0/+1
| * mmc: sdio: optimized SDIO IRQ handling for single irqStefan Nilsson XK2011-05-251-1/+32
| * mmc: sdhci: enable preset value after uhs initializationArindam Nath2011-05-251-0/+11
| * mmc: sd: add support for tuning during uhs initializationArindam Nath2011-05-251-0/+6
| * mmc: sd: report correct speed and capacity of uhs cardsArindam Nath2011-05-252-4/+17
| * mmc: sd: set current limit for uhs cardsArindam Nath2011-05-251-0/+63
| * mmc: sd: add support for uhs bus speed mode selectionArindam Nath2011-05-251-0/+65
| * mmc: sd: add support for driver type selectionArindam Nath2011-05-255-29/+139
| * mmc: sd: query function modes for uhs cardsArindam Nath2011-05-251-10/+58
| * mmc: sd: add support for signal voltage switch procedureArindam Nath2011-05-253-2/+67
| * mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto2011-05-251-1/+2
| * mmc: initialize struct mmc_request at declaration timeChris Ball2011-05-254-22/+8Star
| * mmc: initialize struct mmc_data at declaration timeChris Ball2011-05-253-12/+6Star
| * mmc: initialize struct mmc_command at declaration timeChris Ball2011-05-254-70/+26Star
| * mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball2011-05-251-0/+2
| * mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin2011-05-251-0/+2
| * mmc: MMC boot partitions support.Andrei Warkentin2011-05-251-5/+17
| * mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin2011-05-253-8/+23
| * mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin2011-05-251-18/+21
| * mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin2011-05-253-54/+43Star
| * mmc: core: fix memory leak in mmc_add_hostWolfram Sang2011-05-251-2/+2
| * mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-251-0/+2
| * mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2011-05-251-1/+1
| * mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-251-0/+2
| * mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2011-05-251-0/+6
| * mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen2011-05-251-2/+2
| * mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen2011-05-252-7/+7
| * mmc: Reliable write support.Andrei Warkentin2011-05-251-0/+5