summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
...
* mmc: core/mmci: restore pre/post_req behaviourLinus Walleij2017-02-131-9/+0
* mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()Ulf Hansson2017-02-131-5/+5
* mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson2017-02-131-2/+2
* mmc: core: Remove redundant code in mmc_set_signal_voltage()Ulf Hansson2017-02-131-7/+0
* mmc: core: Move public functions from card.h to private headersUlf Hansson2017-02-131-0/+1
* mmc: use empty initializer list to zero-clear structuresMasahiro Yamada2017-02-131-5/+5
* mmc: core: Further fix thread wake-upAdrian Hunter2016-12-201-7/+5
* mmc: core: remove BUG_ONs from core.cShawn Lin2016-12-051-25/+9
* mmc: queue: Fix queue thread wake-upAdrian Hunter2016-12-051-6/+0
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-291-7/+4
* mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson2016-11-291-1/+1
* mmc: core: use enum mmc_blk_status properlyLinus Walleij2016-11-291-17/+18
* mmc: core: Don't power off the card when starting the hostUlf Hansson2016-11-291-5/+4
* mmc: core: don't try to switch block size for dual rate modeZiyuan Xu2016-09-261-1/+2
* mmc: core: Add support for sending commands during data transferAdrian Hunter2016-09-261-6/+89
* mmc: core: Optimize the mmc erase size alignmentBaolin Wang2016-09-261-8/+26
* mmc: core: Factor out the alignment of erase sizeBaolin Wang2016-09-261-16/+32
* mmc: core: Use a default maximum erase timeoutUlf Hansson2016-09-261-7/+10
* 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