aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker3-0/+3
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker9-0/+9
2011-10-27mmc: core: Cleanup eMMC4.5 conditionalsSeungwon Jeon1-11/+9
2011-10-26mmc: core: Prevent too long response times for suspendUlf Hansson1-15/+27
2011-10-26mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao1-1/+1
2011-10-26mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani1-3/+3
2011-10-26mmc: core: support HPI send commandJaehoon Chung4-0/+120
2011-10-26mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon2-0/+86
2011-10-26mmc: core: Modify the timeout value for writing power classSeungwon Jeon1-1/+1
2011-10-26mmc: core: new discard feature support at eMMC v4.5Kyungmin Park2-0/+18
2011-10-26mmc: core: mmc sanitize feature support for v4.5Kyungmin Park1-0/+8
2011-10-26mmc: core: Add Power Off Notify Feature eMMC 4.5Girish K S2-2/+55
2011-10-26mmc: replace printk with appropriate display macroGirish K S9-51/+51
2011-10-26mmc: core: Add default timeout value for CMD6Seungwon Jeon1-4/+12
2011-10-26mmc: core: move ->request() call from atomic contextAdrian Hunter1-7/+21
2011-10-26mmc: using module_param requires the inclusion of moduleparam.hStephen Rothwell1-0/+1
2011-10-26mmc: core: general purpose MMC partition support.Namjae Jeon1-4/+48
2011-10-26mmc: core: ext_csd.raw_* used in comparison but never setAndrei Warkentin1-0/+2
2011-10-26mmc: core: eMMC 4.5 Power Class Selection FeatureGirish K S1-0/+96
2011-10-26mmc: add module param to set fault injection attributesPer Forlin1-18/+11
2011-10-26mmc: core: add sd uhs string for mmc_ios_showAaron Lu1-0/+9
2011-10-26mmc: block: add eMMC hardware reset supportAdrian Hunter1-2/+2
2011-10-26mmc: core: add eMMC hardware reset supportAdrian Hunter2-1/+97
2011-10-26mmc: core: clarify how to use post_req in case of errorsPer Forlin1-0/+6
2011-10-26mmc: core: Set correct bus mode before card initStefan Nilsson XK4-9/+11
2011-10-26mmc: sdio: Workaround for dev with broken CMD53Stefan Nilsson XK2-2/+16
2011-10-26mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson5-5/+9
2011-10-26mmc: core: Put eMMC in Sleep mode before suspendBalaji T K1-2/+7
2011-10-26mmc: core: add a short delay in mmc_power_offDaniel Drake1-0/+7
2011-10-26mmc: fix integer assignments to pointerVenkatraman S4-8/+8
2011-10-26mmc: enable runtime PM by defaultDaniel Drake1-0/+11
2011-10-26mmc: core: add random fault injectionPer Forlin2-0/+66
2011-08-31mmc: sd: UHS-I bus speed should be set last in UHS initializationSubhash Jadavani1-28/+53
2011-08-31mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg1-1/+1
2011-08-31mmc: core: prevent aggressive clock gating racing with ios updatesMika Westerberg1-2/+29
2011-08-31mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}Mika Westerberg3-11/+11
2011-08-13mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung2-2/+2
2011-08-13mmc: core: Detect eMMC v4.5 ext_csd entriesKyungmin Park1-1/+1
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