summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Fix incorrect warning when setting 0 Hz via debugfsAdrian Hunter2014-09-291-1/+1
* mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng2014-09-241-0/+1
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-4/+4
* mmc: core: resolve divded by zero panicChuanxiao Dong2014-09-091-2/+3
* mmc: core: Use regulator_get_voltage() if OCR mask is empty.Javier Martinez Canillas2014-09-091-3/+11
* mmc: core: Remove fixed voltage regulator logicTim Kryger2014-09-091-17/+1
* mmc: Do not advertise secure discard if it is blacklistedLukas Czerner2014-07-261-1/+2
* mmc: core: Improve support for deferred regulatorsTim Kryger2014-05-121-12/+19
* mmc: drop the speed mode of card's stateSeungwon Jeon2014-05-121-2/+1
* mmc: core: Try other signal levels during power upTim Kryger2014-05-121-2/+7
* mmc: core: Use maximum timeout values in case TACC field is zeroStefan Wahren2014-04-221-0/+4
* mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer2014-04-221-0/+5
* mmc: slot-gpio: Add GPIO descriptor based CD GPIO APIAdrian Hunter2014-03-171-0/+4
* mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson2014-02-231-1/+2
* mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson2014-02-231-1/+1
* mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson2014-02-231-3/+3
* mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson2014-02-131-4/+0
* mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson2014-02-131-38/+0
* mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson2014-02-131-8/+5
* mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson2014-02-131-17/+0
* mmc: Do not call get_cd for non removable cardsSascha Hauer2014-01-131-1/+2
* mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson2013-10-301-22/+0
* mmc: core: Signal wakeup event at card insert/removalUlf Hansson2013-10-301-12/+27
* mmc: core: Collect common code for card ocr validationUlf Hansson2013-10-301-0/+10
* mmc: core: Prevent violation of specs while initializing cardsUlf Hansson2013-10-301-20/+11
* mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson2013-10-301-3/+4
* mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson2013-10-301-2/+2
* mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson2013-10-301-16/+8
* mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson2013-10-301-1/+1
* mmc: core: remove dead function mmc_try_claim_hostGrant Grundler2013-09-251-25/+0
* Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-101-0/+44
|\
| * mmc: core: parse voltage from device-treeHaijun Zhang2013-08-261-0/+44
* | mmc: core: Indicate that vmmcq may be absentMark Brown2013-07-311-1/+1
|/
* mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson2013-06-271-23/+3
* mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson2013-06-271-28/+3
* mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPAREUlf Hansson2013-06-271-17/+8
* mmc: core: Remove unnecessary check for the remove callbackUlf Hansson2013-06-271-8/+3
* mmc: core: Restructure and simplify code for mmc sleep|awakeUlf Hansson2013-05-261-46/+0
* mmc: block: Enable runtime pm for mmc blkdeviceUlf Hansson2013-05-261-0/+23
* mmc: core: Add bus_ops for runtime pm callbacksUlf Hansson2013-05-261-1/+1
* mmc: core: Stop bkops for eMMC only from mmc suspendUlf Hansson2013-05-261-21/+1
* mmc: card: Adding support for sanitize in eMMC 4.5Maya Erez2013-05-261-0/+19
* mmc: core: Re-use code for MMC_CAP2_DETECT_ON_ERR in polling modeUlf Hansson2013-05-261-3/+2
* Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-041-1/+17
|\
| * mmc: core: fix init controller performance regression, updated patchAdrian Hunter2013-04-151-1/+3
| * mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter2013-04-121-1/+2
| * Revert "mmc: core: wait while adding MMC host to ensure root mounts successfu...Adrian Hunter2013-04-121-1/+0
| * mmc: core: wait while adding MMC host to ensure root mounts successfullySergey Yanovich2013-03-221-0/+1
| * mmc: core: enhance card removal judgement for slow removalKevin Liu2013-03-221-0/+13
* | mmc: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
|/
OpenPOWER on IntegriCloud