aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25notifiers: pm: move pm notifiers into suspend.hAmerigo Wang1-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-20mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity1-29/+39
2011-07-20mmc: core: add non-blocking mmc request functionPer Forlin1-10/+103
2011-07-20mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter1-0/+76
2011-07-13mmc: core: Bus width testing needs to handle suspend/resumePhilip Rakity1-27/+50
2011-06-25mmc: core: make erase timeout calculation allow for gated clockAdrian Hunter1-1/+1
2011-06-25mmc: sdio: reset card during power_restoreDaniel Drake1-0/+39
2011-06-25mmc: sdio: fix runtime PM path during driver removalOhad Ben-Cohen1-1/+1
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds14-258/+764
2011-05-25mmc: core: eMMC bus width may not work on all platformsPhilip Rakity1-10/+102
2011-05-25mmc: core: Block CMD23 support for UHS104/SDXC cards.Andrei Warkentin1-0/+2
2011-05-24mmc: core: duplicated trial with same freq in mmc_rescan_try_freq()Jaehoon Chung1-1/+1
2011-05-24mmc: core: add support for eMMC Dual Data RatePhilip Rakity3-19/+32
2011-05-24mmc: core: eMMC signal voltage does not use CMD11Philip Rakity3-5/+6
2011-05-24mmc: core: clear MMC_PM_KEEP_POWER flag on resumeEliad Peller1-0/+1
2011-05-24mmc: sdio: optimized SDIO IRQ handling for single irqStefan Nilsson XK1-1/+32
2011-05-24mmc: sdhci: enable preset value after uhs initializationArindam Nath1-0/+11
2011-05-24mmc: sd: add support for tuning during uhs initializationArindam Nath1-0/+6
2011-05-24mmc: sd: report correct speed and capacity of uhs cardsArindam Nath2-4/+17
2011-05-24mmc: sd: set current limit for uhs cardsArindam Nath1-0/+63
2011-05-24mmc: sd: add support for uhs bus speed mode selectionArindam Nath1-0/+65
2011-05-24mmc: sd: add support for driver type selectionArindam Nath5-29/+139
2011-05-24mmc: sd: query function modes for uhs cardsArindam Nath1-10/+58
2011-05-24mmc: sd: add support for signal voltage switch procedureArindam Nath3-2/+67
2011-05-24mmc: core: Add mmc CMD+ACMD passthrough ioctlJohn Calixto1-1/+2
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball4-22/+8
2011-05-24mmc: initialize struct mmc_data at declaration timeChris Ball3-12/+6
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball4-70/+26
2011-05-24mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball1-0/+2
2011-05-24mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin1-0/+2
2011-05-24mmc: MMC boot partitions support.Andrei Warkentin1-5/+17
2011-05-24mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin3-8/+23
2011-05-24mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin1-18/+21
2011-05-24mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin3-54/+43
2011-05-24mmc: core: fix memory leak in mmc_add_hostWolfram Sang1-2/+2
2011-05-24mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CDOhad Ben-Cohen1-0/+2
2011-05-24mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen1-1/+1
2011-05-24mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen1-0/+2
2011-05-24mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen1-0/+6
2011-05-24mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen1-2/+2
2011-05-24mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen2-7/+7
2011-05-24mmc: Reliable write support.Andrei Warkentin1-0/+5
2011-05-24mmc: Ensure linux starts in eMMC user partitionPhilip Rakity1-0/+10
2011-05-16Revert "mmc: fix a race between card-detect rescan and clock-gate work instances"Chris Ball1-4/+5
2011-04-27mmc: fix a race between card-detect rescan and clock-gate work instancesGuennadi Liakhovetski1-5/+4
2011-04-27mmc: core: mmc_add_card(): fix missing break in switch statementMichał Mirosław1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-25mmc: fix mmc_app_send_scr() for dma transferYoshihiro Shimoda1-1/+13