summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "mmc: enable runtime PM by default"Ohad Ben-Cohen2011-12-191-11/+0
* mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not definedSujit Reddy Thumma2011-12-101-1/+2
* mmc: core: Fix typo at mmc_card_sleepKyungmin Park2011-12-101-1/+1
* mmc: core: Fix power_off_notify during suspendGirish K S2011-12-102-33/+50
* mmc: core: Fix setting power notify state variable for non-eMMCGirish K S2011-12-101-3/+7
* mmc: core: Add quirk for long data read timeStefan Nilsson XK2011-12-101-0/+12
* mmc: Fix implicit use of stat.h header in associated filesPaul Gortmaker2011-10-313-0/+3
* mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-319-0/+9
* mmc: core: Cleanup eMMC4.5 conditionalsSeungwon Jeon2011-10-271-11/+9
* mmc: core: Prevent too long response times for suspendUlf Hansson2011-10-261-15/+27
* mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00Bing Zhao2011-10-261-1/+1
* mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed modeSubhash Jadavani2011-10-261-3/+3
* 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/+11
* 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-251-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/+2
* 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
OpenPOWER on IntegriCloud