summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
...
* mmc: core: support HPI send commandJaehoon Chung2011-10-264-0/+120
* mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon2011-10-262-0/+86
* mmc: core: Modify the timeout value for writing power classSeungwon Jeon2011-10-261-1/+1
* mmc: core: new discard feature support at eMMC v4.5Kyungmin Park2011-10-262-0/+18
* mmc: core: mmc sanitize feature support for v4.5Kyungmin Park2011-10-261-0/+8
* mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S2011-10-262-2/+55
* mmc: replace printk with appropriate display macroGirish K S2011-10-269-51/+51
* mmc: core: Add default timeout value for CMD6Seungwon Jeon2011-10-261-4/+12
* mmc: core: move ->request() call from atomic contextAdrian Hunter2011-10-261-7/+21
* mmc: using module_param requires the inclusion of moduleparam.hStephen Rothwell2011-10-261-0/+1
* mmc: core: general purpose MMC partition support.Namjae Jeon2011-10-261-4/+48
* mmc: core: ext_csd.raw_* used in comparison but never setAndrei Warkentin2011-10-261-0/+2
* mmc: core: eMMC 4.5 Power Class Selection FeatureGirish K S2011-10-261-0/+96
* mmc: add module param to set fault injection attributesPer Forlin2011-10-261-18/+11Star
* mmc: core: add sd uhs string for mmc_ios_showAaron Lu2011-10-261-0/+9
* mmc: block: add eMMC hardware reset supportAdrian Hunter2011-10-261-2/+2
* mmc: core: add eMMC hardware reset supportAdrian Hunter2011-10-262-1/+97
* mmc: core: clarify how to use post_req in case of errorsPer Forlin2011-10-261-0/+6
* mmc: core: Set correct bus mode before card initStefan Nilsson XK2011-10-264-9/+11
* mmc: sdio: Workaround for dev with broken CMD53Stefan Nilsson XK2011-10-262-2/+16
* mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson2011-10-265-5/+9
* mmc: core: Put eMMC in Sleep mode before suspendBalaji T K2011-10-261-2/+7
* mmc: core: add a short delay in mmc_power_offDaniel Drake2011-10-261-0/+7
* mmc: fix integer assignments to pointerVenkatraman S2011-10-264-8/+8
* mmc: enable runtime PM by defaultDaniel Drake2011-10-261-0/+11
* mmc: core: add random fault injectionPer Forlin2011-10-262-0/+66
* 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