summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)AuthorFilesLines
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
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 Westerberg1-2/+2
2011-08-13mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung1-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-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-06-25mmc: core: make erase timeout calculation allow for gated clockAdrian Hunter1-1/+1
2011-05-24mmc: core: duplicated trial with same freq in mmc_rescan_try_freq()Jaehoon Chung1-1/+1
2011-05-24mmc: core: add support for eMMC Dual Data RatePhilip Rakity1-12/+2
2011-05-24mmc: core: eMMC signal voltage does not use CMD11Philip Rakity1-2/+2
2011-05-24mmc: core: clear MMC_PM_KEEP_POWER flag on resumeEliad Peller1-0/+1
2011-05-24mmc: sd: add support for driver type selectionArindam Nath1-0/+9
2011-05-24mmc: sd: add support for signal voltage switch procedureArindam Nath1-0/+32
2011-05-24mmc: initialize struct mmc_request at declaration timeChris Ball1-3/+1
2011-05-24mmc: initialize struct mmc_command at declaration timeChris Ball1-4/+2
2011-05-24mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin1-18/+21
2011-05-24mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen1-2/+2
2011-03-17mmc: core: reset card voltage after power offUlf Hansson1-0/+7