summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson2012-03-044-5/+17
* mmc: core: fix regression: set default clock gating delay to 0Guennadi Liakhovetski2012-03-041-2/+2
* mmc: core: Fix comparison issue in mmc_compare_ext_csdsJurgen Heeks2012-02-131-2/+2
* mmc: core: Fix PowerOff Notify suspend/resumeGirish K S2012-02-132-12/+31
* mmc: core: add the capability for broken voltageJaehoon Chung2012-02-131-0/+4
* mmc: core: Fix low speed mmc card detection failureGirish K S2012-02-131-2/+3
* mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma2012-02-134-30/+42
* mmc: core: UHS sdio card that fails should not exceed 50MHzPhilip Rakity2012-02-131-3/+4
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-142-4/+4
|\
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-132-4/+4
* | mmc: fix a deadlock between system suspend and MMC block IOGuennadi Liakhovetski2012-01-121-3/+6
* | mmc: core: HS200 mode support for eMMC 4.5Girish K S2012-01-125-12/+163
* | mmc: core: Separate the timeout value for cache-ctrlSeungwon Jeon2012-01-122-11/+23
* | mmc: core: Add option to prevent eMMC sleep commandUlf Hansson2012-01-111-0/+6
* | mmc: core: Add claiming of hosts during mmc_cache_ctrlSeungwon Jeon2012-01-111-1/+7
* | mmc: add a generic GPIO card-detect helperGuennadi Liakhovetski2012-01-112-1/+75
* | mmc: core: Fix voltage select in DDR modeGirish K S2012-01-111-1/+1
* | mmc: core: Fixup delayed work clock gating patchStephen Boyd2012-01-111-5/+1
* | mmc: boot partition ro lock supportJohan Rudholm2012-01-111-2/+12
* | mmc: allow upper layers to know immediately if card has been removedAdrian Hunter2012-01-115-6/+83
* | mmc: sdio: support SDIO UHS cardsPhilip Rakity2012-01-113-27/+306
* | mmc: core: Use delayed work in clock gating frameworkSujit Reddy Thumma2012-01-111-4/+53
* | mmc: debugfs: expose the SDCLK frq in sys iosGiuseppe CAVALLARO2012-01-111-0/+2
* | mmc: sdio: Fix to support any block size optimallyStefan Nilsson XK2012-01-112-11/+11
* | mmc: sd: Macro name cleanup for high speed dtrQiang Liu2012-01-111-2/+2
|/
* 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
OpenPOWER on IntegriCloud