aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-07mmc: core: Fixup broken suspend and eMMC4.5 power off notifyUlf Hansson1-62/+0
2012-10-07mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulatorChris Ball1-4/+6
2012-10-03mmc: support BKOPS feature for eMMCJaehoon Chung1-4/+156
2012-09-04mmc: core: Do not rescan non-removable devicesJohan Rudholm1-0/+5
2012-09-04mmc: core: Add TRANsfer state to non-HPI stateVenkatraman S1-1/+2
2012-07-22mmc: core: reset signal voltage on power upAaron Lu1-3/+3
2012-07-21mmc: prohibit card detection when host is not readyGuennadi Liakhovetski1-0/+2
2012-07-21mmc: add a function to get regulators, supplying card's powerGuennadi Liakhovetski1-0/+23
2012-07-10mmc: core: Export regulator_* functions as GPLChris Ball1-2/+2
2012-07-10mmc: core: Fix the HPI execution sequenceVenkatraman S1-23/+32
2012-05-09mmc: core: Prevent eMMC VCC supply to be cut from late initUlf Hansson1-3/+15
2012-04-20mmc: core: Do not pre-claim host in suspendUlf Hansson1-35/+20
2012-04-20mmc: fixes for eMMC v4.5 sanitize operationAdrian Hunter1-0/+2
2012-04-20mmc: fixes for eMMC v4.5 discard operationAdrian Hunter1-3/+4
2012-04-05mmc: use really long write timeout to deal with crappy cardsPaul Walmsley1-3/+7
2012-03-27mmc: core: Clean up after mmc_pre_req if card was removedUlf Hansson1-20/+15
2012-03-27mmc: start removing enable / disable APIAdrian Hunter1-172/+15
2012-03-27mmc: core: Detect card removal on I/O errorUlf Hansson1-3/+21
2012-03-25mmc: core: add a debug message for SET_BLOCK_COUNTJaehoon Chung1-0/+6
2012-03-04mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson1-0/+3
2012-02-13mmc: core: Fix PowerOff Notify suspend/resumeGirish K S1-7/+19
2012-02-13mmc: core: add the capability for broken voltageJaehoon Chung1-0/+4
2012-02-13mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma1-3/+16
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-3/+3
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2012-01-12mmc: fix a deadlock between system suspend and MMC block IOGuennadi Liakhovetski1-3/+6
2012-01-12mmc: core: Separate the timeout value for cache-ctrlSeungwon Jeon1-9/+12
2012-01-11mmc: core: Add option to prevent eMMC sleep commandUlf Hansson1-0/+6
2012-01-11mmc: core: Add claiming of hosts during mmc_cache_ctrlSeungwon Jeon1-1/+7
2012-01-11mmc: allow upper layers to know immediately if card has been removedAdrian Hunter1-3/+48
2011-12-10mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not definedSujit Reddy Thumma1-1/+2
2011-12-10mmc: core: Fix typo at mmc_card_sleepKyungmin Park1-1/+1
2011-12-10mmc: core: Fix power_off_notify during suspendGirish K S1-32/+49
2011-12-10mmc: core: Add quirk for long data read timeStefan Nilsson XK1-0/+12
2011-10-26mmc: core: Prevent too long response times for suspendUlf Hansson1-15/+27
2011-10-26mmc: core: support HPI send commandJaehoon Chung1-0/+57
2011-10-26mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon1-0/+63
2011-10-26mmc: core: new discard feature support at eMMC v4.5Kyungmin Park1-0/+14
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 S1-0/+34
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-5/+5
2011-10-26mmc: core: move ->request() call from atomic contextAdrian Hunter1-7/+21
2011-10-26mmc: block: add eMMC hardware reset supportAdrian Hunter1-2/+2
2011-10-26mmc: core: add eMMC hardware reset supportAdrian Hunter1-0/+94
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 XK1-5/+3
2011-10-26mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson1-5/+5
2011-10-26mmc: core: add a short delay in mmc_power_offDaniel Drake1-0/+7
2011-10-26mmc: fix integer assignments to pointerVenkatraman S1-1/+1
2011-10-26mmc: core: add random fault injectionPer Forlin1-0/+41