aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Change the max discard sectors and erase response when HW busy detectBaolin Wang2016-07-251-10/+50
* mmc: core: Allow hosts to specify non-support for MMC commandsShawn Lin2016-07-251-2/+3
* mmc: core: Allow hosts to specify non-support for SD commandsUlf Hansson2016-07-251-3/+6
* mmc: Set pref erase size based on sizeGwendal Grignou2016-07-251-7/+5
* mmc: core: implement enhanced strobe supportShawn Lin2016-07-251-0/+9
* mmc: longer timeout for long read time quirkMatt Gumbel2016-05-231-2/+2
* mmc: core: Do regular power cycle when lacking eMMC HW reset supportGwendal Grignou2016-05-021-2/+3
* mmc: core: Provide tracepoints for request processingBaolin Wang2016-05-021-0/+7
* mmc: core: report tuning command execution failure reasonRussell King2016-02-291-1/+2
* mmc: core: improve mmc_of_parse_voltage() to return better statusRussell King2016-02-291-4/+5
* mmc: core: shut up "voltage-ranges unspecified" pr_info()Russell King2016-02-291-2/+6
* mmc: sanitize 'bus width' in debug outputWolfram Sang2016-02-291-1/+1
* mmc: core: use the defined function to check whether card is removableJaehoon Chung2016-02-291-5/+4
* mmc: core: Optimize boot time by detecting cards simultaneouslyUlf Hansson2015-12-281-23/+8
* mmc: core: Introduce MMC_CAP2_NO_SDIO capCarlo Caione2015-12-221-3/+8
* mmc: core: set regulator not found message as debugludovic.desroches@atmel.com2015-12-221-2/+2
* mmc: core: Check for non-removable cards earlier in the error pathUlf Hansson2015-12-221-3/+3
* mmc: core: Refactor code to register the MMC PM notifierUlf Hansson2015-12-221-4/+14
* mmc: core: Keep host claimed in mmc_rescan() while calling host opsUlf Hansson2015-12-221-2/+3
* mmc: core: Invoke ->card_event() callback only when neededUlf Hansson2015-12-221-5/+5
* 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