aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-17mmc: core: reset card voltage after power offUlf Hansson1-0/+7
2011-03-17mmc: core: export function mmc_do_release_host()Ulf Hansson1-1/+9
2011-03-17mmc: sdio: remember new card RCA when redetecting cardStefan Nilsson XK1-0/+8
2011-03-16mmc: check if mmc cards < 2GB do sector addressingPhilip Rakity1-1/+11
2011-03-16mmc: core: comment on why sdio_reset is done at init timePhilip Rakity1-0/+6
2011-03-15mmc: Ensure prototypes for SD API are visible in sd.cMark Brown1-0/+1
2011-03-15mmc: remove BROKEN_CLK_GATING quirk for wl1271Pierre Tardy1-1/+11
2011-03-15mmc: add MMC_QUIRK_BROKEN_CLK_GATINGPierre Tardy2-4/+14
2011-03-15mmc: add per device quirk placeholderPierre Tardy4-1/+66
2011-03-15mmc: put the led blinking code after clock ungatingPierre Tardy1-2/+1
2011-03-15mmc: export eMMC4.4 enhanced area details to sysfsChuanxiao Dong1-0/+74
2011-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-1/+1