summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-17mmc: slot-gpio: Add GPIO descriptor based CD GPIO APIAdrian Hunter1-0/+4
2014-02-23mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson1-1/+2
2014-02-23mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson1-1/+1
2014-02-23mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson1-3/+3
2014-02-13mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson1-4/+0
2014-02-13mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson1-38/+0
2014-02-13mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson1-8/+5
2014-02-13mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson1-17/+0
2014-01-13mmc: Do not call get_cd for non removable cardsSascha Hauer1-1/+2
2013-10-30mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson1-22/+0
2013-10-30mmc: core: Signal wakeup event at card insert/removalUlf Hansson1-12/+27
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson1-0/+10
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson1-20/+11
2013-10-30mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson1-3/+4
2013-10-30mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson1-2/+2
2013-10-30mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson1-16/+8
2013-10-30mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson1-1/+1
2013-09-25mmc: core: remove dead function mmc_try_claim_hostGrant Grundler1-25/+0
2013-09-10Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+44
2013-08-26mmc: core: parse voltage from device-treeHaijun Zhang1-0/+44
2013-07-31mmc: core: Indicate that vmmcq may be absentMark Brown1-1/+1
2013-06-27mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson1-23/+3
2013-06-27mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson1-28/+3
2013-06-27mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson1-17/+8
2013-06-27mmc: core: Remove unnecessary check for the remove callbackUlf Hansson1-8/+3
2013-05-26mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson1-46/+0
2013-05-26mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson1-0/+23
2013-05-26mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson1-1/+1
2013-05-26mmc: core: Stop bkops for eMMC only from mmc suspendUlf Hansson1-21/+1
2013-05-26mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez1-0/+19
2013-05-26mmc: core: Re-use code for MMC_CAP2_DETECT_ON_ERR in polling modeUlf Hansson1-3/+2
2013-05-04Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+17
2013-04-29mmc: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-15mmc: core: fix init controller performance regression, updated patchAdrian Hunter1-1/+3
2013-04-12mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter1-1/+2
2013-04-12Revert "mmc: core: wait while adding MMC host to ensure root mounts successfu...Adrian Hunter1-1/+0
2013-03-22mmc: core: wait while adding MMC host to ensure root mounts successfullySergey Yanovich1-0/+1
2013-03-22mmc: core: enhance card removal judgement for slow removalKevin Liu1-0/+13
2013-02-24mmc: use regulator_can_change_voltage() instead of regulator_count_voltagesMarek Szyprowski1-1/+1
2013-02-24mmc: core: fix indentationJaehoon Chung1-12/+11
2013-02-24mmc: core: fix permanent sleep of mmcqd during card removalSeungwon Jeon1-0/+1
2013-02-24mmc: core: Fixup signal voltage switchJohan Rudholm1-10/+73
2013-02-24mmc: core: Break out start_signal_voltage_switchJohan Rudholm1-12/+23
2013-02-24mmc: core: Add mmc_power_cycleJohan Rudholm1-0/+8
2013-02-24mmc: core: move the cache disabling operation to mmc_suspendMaya Erez1-6/+1
2013-02-11mmc: fix async request mechanism for sequential read scenariosKonstantin Dorfman1-3/+118
2012-12-06mmc: core: Add mmc_set_blockcount featureLoic Pallardy1-0/+14
2012-12-06mmc: core: Fix some driver hangs when dealing with broken devicesTrey Ramsay1-1/+17
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