summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang2021-05-221-1/+1
* mmc: core: shut up "voltage-ranges unspecified" pr_info()Russell King2019-04-031-2/+6
* mmc: sanitize 'bus width' in debug outputWolfram Sang2019-04-031-1/+1
* mmc: avoid removing non-removable hosts during suspendDaniel Drake2018-03-241-0/+8
* mmc: longer timeout for long read time quirkMatt Gumbel2016-06-011-2/+2
* mmc: core: Add mmc_regulator_set_vqmmc()Douglas Anderson2015-10-261-0/+78
* mmc: core: move ocr-bit to voltage translation into separate functionHeiko Stuebner2015-10-261-16/+35
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-261-124/+15
* mmc: Wait for card_busy before starting sdio requestsHans de Goede2015-10-261-0/+17
* mmc: core: Keep host claimed while invoking mmc_power_off|up()Ulf Hansson2015-10-261-0/+6
* mmc: core: fix dead loop of mmc_retuneChaotian Jing2015-09-301-2/+4
* mmc: core: fix race condition in mmc_wait_data_doneJialing Fu2015-08-311-2/+4
* mmc: block: skip trim for some kingston eMMCsShawn Lin2015-08-271-1/+2
* mmc: core: Fixed bug in one erase-group budget TRIMRobin van der Gracht2015-08-271-3/+2
* mmc: core: Optimize case for exactly one erase-group budgetDavid Jander2015-08-171-4/+34
* mmc: core: Factor out common code in drive strength selectionAdrian Hunter2015-06-011-0/+38
* mmc: core: Reset driver type to defaultAdrian Hunter2015-06-011-0/+1
* mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8VDoug Anderson2015-06-011-2/+2
* mmc: core: Don't print reset warning if reset is not supportedAdrian Hunter2015-06-011-1/+2
* mmc: core: Flag re-tuning is needed on CRC errorsAdrian Hunter2015-06-011-0/+6
* mmc: core: Hold re-tuning while bkops ongoingAdrian Hunter2015-06-011-0/+6
* mmc: core: Hold re-tuning during erase commandsAdrian Hunter2015-06-011-0/+3
* mmc: core: Add support for re-tuning before each requestAdrian Hunter2015-06-011-7/+28
* mmc: core: Enable / disable re-tuningAdrian Hunter2015-06-011-0/+4
* mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko2015-05-041-0/+1
* mmc: core: Enable runtime PM management of host devicesUlf Hansson2015-03-311-1/+9
* mmc: core: Remove the ->enable|disable() callbacksNeilBrown2015-03-271-5/+0
* mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON stateUlf Hansson2015-02-031-2/+2
* mmc: Resolve BKOPS compatability issueAlexey Skidanov2015-01-291-1/+1
* mmc: core: Initial support for MMC power sequencesUlf Hansson2015-01-281-0/+7
* mmc: core: Move mmc_card_removed() into mmc_start_request()Adrian Hunter2015-01-191-12/+20
* mmc: core: Simplify by adding mmc_execute_tuning()Adrian Hunter2015-01-191-0/+24
* mmc: core: refactor the hw_reset routinesJohan Rudholm2015-01-191-34/+9
* mmc: core: always check status after resetJohan Rudholm2015-01-191-19/+5
* mmc: Add SDIO function devicetree subnode parsingSascha Hauer2015-01-191-0/+28
* mmc: core: hold SD Clock before CMD11 during SignalVincent Yang2014-11-261-5/+8
* mmc: core: consistent handling of initial valuesJohan Rudholm2014-11-261-25/+22
* mmc: core: use mmc_send_status to check hw_resetJohan Rudholm2014-11-101-8/+2
* mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()Ulf Hansson2014-11-101-14/+3
* mmc: core: fix prepared requests while doing bkopsSrinivas Kandagatla2014-11-101-1/+11
* mmc: core: Add debug message for SET_BLOCK_COUNT resultAndrew Gabbasov2014-11-101-0/+8
* mmc: core: Initialize SET_BLOCK_COUNT request fieldsAndrew Gabbasov2014-11-101-0/+4
* 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