summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: reset signal voltage on power upAaron Lu2012-07-221-3/+3
* mmc: prohibit card detection when host is not readyGuennadi Liakhovetski2012-07-211-0/+2
* mmc: add a function to get regulators, supplying card's powerGuennadi Liakhovetski2012-07-211-0/+23
* mmc: core: Export regulator_* functions as GPLChris Ball2012-07-111-2/+2
* mmc: core: Fix the HPI execution sequenceVenkatraman S2012-07-111-23/+32
* mmc: core: Prevent eMMC VCC supply to be cut from late initUlf Hansson2012-05-091-3/+15
* mmc: core: Do not pre-claim host in suspendUlf Hansson2012-04-211-35/+20Star
* mmc: fixes for eMMC v4.5 sanitize operationAdrian Hunter2012-04-211-0/+2
* mmc: fixes for eMMC v4.5 discard operationAdrian Hunter2012-04-211-3/+4
* mmc: use really long write timeout to deal with crappy cardsPaul Walmsley2012-04-061-3/+7
* mmc: core: Clean up after mmc_pre_req if card was removedUlf Hansson2012-03-271-20/+15Star
* mmc: start removing enable / disable APIAdrian Hunter2012-03-271-172/+15Star
* mmc: core: Detect card removal on I/O errorUlf Hansson2012-03-271-3/+21
* mmc: core: add a debug message for SET_BLOCK_COUNTJaehoon Chung2012-03-261-0/+6
* mmc: core: Fixup suspend/resume issues for UHS-I cardsUlf Hansson2012-03-041-0/+3
* mmc: core: Fix PowerOff Notify suspend/resumeGirish K S2012-02-141-7/+19
* mmc: core: add the capability for broken voltageJaehoon Chung2012-02-141-0/+4
* mmc: core: Ensure clocks are always enabled before host interactionSujit Reddy Thumma2012-02-141-3/+16
* Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-141-3/+3
|\
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-3/+3
* | mmc: fix a deadlock between system suspend and MMC block IOGuennadi Liakhovetski2012-01-121-3/+6
* | mmc: core: Separate the timeout value for cache-ctrlSeungwon Jeon2012-01-121-9/+12
* | mmc: core: Add option to prevent eMMC sleep commandUlf Hansson2012-01-121-0/+6
* | mmc: core: Add claiming of hosts during mmc_cache_ctrlSeungwon Jeon2012-01-121-1/+7
* | mmc: allow upper layers to know immediately if card has been removedAdrian Hunter2012-01-121-3/+48
|/
* 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-101-32/+49
* mmc: core: Add quirk for long data read timeStefan Nilsson XK2011-12-101-0/+12
* mmc: core: Prevent too long response times for suspendUlf Hansson2011-10-261-15/+27
* mmc: core: support HPI send commandJaehoon Chung2011-10-261-0/+57
* mmc: core: Add cache control for eMMC4.5 deviceSeungwon Jeon2011-10-261-0/+63
* mmc: core: new discard feature support at eMMC v4.5Kyungmin Park2011-10-261-0/+14
* 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-261-0/+34
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-5/+5
* mmc: core: move ->request() call from atomic contextAdrian Hunter2011-10-261-7/+21
* mmc: block: add eMMC hardware reset supportAdrian Hunter2011-10-261-2/+2
* mmc: core: add eMMC hardware reset supportAdrian Hunter2011-10-261-0/+94
* 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-261-5/+3Star
* mmc: core: Fix hangs related to insert/remove of cardsUlf Hansson2011-10-261-5/+5
* mmc: core: add a short delay in mmc_power_offDaniel Drake2011-10-261-0/+7
* mmc: fix integer assignments to pointerVenkatraman S2011-10-261-1/+1
* mmc: core: add random fault injectionPer Forlin2011-10-261-0/+41
* 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-311-2/+2
* mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung2011-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