summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)AuthorLines
2015-02-03mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson-2/+2
2015-01-29mmc: Resolve BKOPS compatability issueAlexey Skidanov-1/+1
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson-0/+7
2015-01-19mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter-12/+20
2015-01-19mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter-0/+24
2015-01-19mmc: core: refactor the hw_reset routinesJohan Rudholm-34/+9
2015-01-19mmc: core: always check status after resetJohan Rudholm-19/+5
2015-01-19mmc: Add SDIO function devicetree subnode parsingSascha Hauer-0/+28
2014-11-26mmc: core: hold SD Clock before CMD11 during SignalVincent Yang-5/+8
2014-11-26mmc: core: consistent handling of initial valuesJohan Rudholm-25/+22
2014-11-10mmc: core: use mmc_send_status to check hw_resetJohan Rudholm-8/+2
2014-11-10mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson-14/+3
2014-11-10mmc: core: fix prepared requests while doing bkopsSrinivas Kandagatla-1/+11
2014-11-10mmc: core: Add debug message for SET_BLOCK_COUNT resultAndrew Gabbasov-0/+8
2014-11-10mmc: core: Initialize SET_BLOCK_COUNT request fieldsAndrew Gabbasov-0/+4
2014-09-29mmc: Fix incorrect warning when setting 0 Hz via debugfsAdrian Hunter-1/+1
2014-09-24mmc: core: Add new power_mode MMC_POWER_UNDEFINEDRoger Tseng-0/+1
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches-4/+4
2014-09-09mmc: core: resolve divded by zero panicChuanxiao Dong-2/+3
2014-09-09mmc: core: Use regulator_get_voltage() if OCR mask is empty.Javier Martinez Canillas-3/+11
2014-09-09mmc: core: Remove fixed voltage regulator logicTim Kryger-17/+1
2014-07-26mmc: Do not advertise secure discard if it is blacklistedLukas Czerner-1/+2
2014-05-12mmc: core: Improve support for deferred regulatorsTim Kryger-12/+19
2014-05-12mmc: drop the speed mode of card's stateSeungwon Jeon-2/+1
2014-05-12mmc: core: Try other signal levels during power upTim Kryger-2/+7
2014-04-22mmc: core: Use maximum timeout values in case TACC field is zeroStefan Wahren-0/+4
2014-04-22mmc: Delay the card_event callback into the mmc_rescan workerMarkus Mayer-0/+5
2014-03-17mmc: slot-gpio: Add GPIO descriptor based CD GPIO APIAdrian Hunter-0/+4
2014-02-23mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson-1/+2
2014-02-23mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson-1/+1
2014-02-23mmc: core: Rename max_discard_to to max_busy_timeoutUlf Hansson-3/+3
2014-02-13mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson-4/+0
2014-02-13mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson-38/+0
2014-02-13mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson-8/+5
2014-02-13mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson-17/+0
2014-01-13mmc: Do not call get_cd for non removable cardsSascha Hauer-1/+2
2013-10-30mmc: core: Remove deprecated mmc_suspend|resume_host APIsUlf Hansson-22/+0
2013-10-30mmc: core: Signal wakeup event at card insert/removalUlf Hansson-12/+27
2013-10-30mmc: core: Collect common code for card ocr validationUlf Hansson-0/+10
2013-10-30mmc: core: Prevent violation of specs while initializing cardsUlf Hansson-20/+11
2013-10-30mmc: core: Move cached value of the negotiated ocr mask to card structUlf Hansson-3/+4
2013-10-30mmc: core: Let mmc_set_signal_voltage take ocr as parameterUlf Hansson-2/+2
2013-10-30mmc: core: Let mmc_power_up|cycle take ocr as parameterUlf Hansson-16/+8
2013-10-30mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson-1/+1
2013-09-25mmc: core: remove dead function mmc_try_claim_hostGrant Grundler-25/+0
2013-09-10Merge tag 'mmc-updates-for-3.12-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+44
2013-08-26mmc: core: parse voltage from device-treeHaijun Zhang-0/+44
2013-07-31mmc: core: Indicate that vmmcq may be absentMark Brown-1/+1
2013-06-27mmc: core: Initiate suspend|resume from mmc bus instead of mmc hostUlf Hansson-23/+3
2013-06-27mmc: core: Push common suspend|resume code into each bus_opsUlf Hansson-28/+3