aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAge
* mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko2015-05-04
* mmc: core: Enable runtime PM management of host devicesUlf Hansson2015-03-31
* mmc: core: Remove the ->enable|disable() callbacksNeilBrown2015-03-27
* mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson2015-02-03
* mmc: Resolve BKOPS compatability issueAlexey Skidanov2015-01-29
* mmc: core: Initial support for MMC power sequencesUlf Hansson2015-01-28
* mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter2015-01-19
* mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter2015-01-19
* mmc: core: refactor the hw_reset routinesJohan Rudholm2015-01-19
* mmc: core: always check status after resetJohan Rudholm2015-01-19
* mmc: Add SDIO function devicetree subnode parsingSascha Hauer2015-01-19
* mmc: core: hold SD Clock before CMD11 during SignalVincent Yang2014-11-26
* mmc: core: consistent handling of initial valuesJohan Rudholm2014-11-26
* mmc: core: use mmc_send_status to check hw_resetJohan Rudholm2014-11-10
* mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2014-11-10
* mmc: core: fix prepared requests while doing bkopsSrinivas Kandagatla2014-11-10
* mmc: core: Add debug message for SET_BLOCK_COUNT resultAndrew Gabbasov2014-11-10
* mmc: core: Initialize SET_BLOCK_COUNT request fieldsAndrew Gabbasov2014-11-10
* mmc: Fix incorrect warning when setting 0 Hz via debugfsAdrian Hunter2014-09-29
* mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng2014-09-24
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-24
* mmc: core: resolve divded by zero panicChuanxiao Dong2014-09-09
* mmc: core: Use regulator_get_voltage() if OCR mask is empty.Javier Martinez Canillas2014-09-09
* mmc: core: Remove fixed voltage regulator logicTim Kryger2014-09-09
* mmc: Do not advertise secure discard if it is blacklistedLukas Czerner2014-07-26
* mmc: core: Improve support for deferred regulatorsTim Kryger2014-05-12
* mmc: drop the speed mode of card's stateSeungwon Jeon2014-05-12
* mmc: core: Try other signal levels during power upTim Kryger2014-05-12
* mmc: core: Use maximum timeout values in case TACC field is zeroStefan Wahren2014-04-22
* mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer2014-04-22
* mmc: slot-gpio: Add GPIO descriptor based CD GPIO APIAdrian Hunter2014-03-17
* mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson2014-02-23
* mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson2014-02-23
* mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson2014-02-23
* mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson2014-02-13
* mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson2014-02-13
* mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson2014-02-13
* mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson2014-02-13
* mmc: Do not call get_cd for non removable cardsSascha Hauer2014-01-13
* mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson2013-10-30
* mmc: core: Signal wakeup event at card insert/removalUlf Hansson2013-10-30
* mmc: core: Collect common code for card ocr validationUlf Hansson2013-10-30
* mmc: core: Prevent violation of specs while initializing cardsUlf Hansson2013-10-30
* mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson2013-10-30
* mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson2013-10-30
* mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson2013-10-30
* mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson2013-10-30
* mmc: core: remove dead function mmc_try_claim_hostGrant Grundler2013-09-25
* Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-10
|\
| * mmc: core: parse voltage from device-treeHaijun Zhang2013-08-26