summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Export API to allow hosts to get the card addressUlf Hansson2017-04-241-0/+6
* mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com2017-04-241-1/+3
* mmc: core: refactor mmc_request_done()Linus Walleij2017-04-241-11/+16
* mmc: core: refactor asynchronous request finalizationLinus Walleij2017-04-241-53/+33
* mmc: core: move some code in mmc_start_areq()Linus Walleij2017-04-241-8/+5
* mmc: core: Factor out mrq preparation from mmc_start_request()Adrian Hunter2017-04-241-13/+27
* mmc: core: Factor out debug prints from mmc_start_request()Adrian Hunter2017-04-241-13/+20
* mmc: core: start to break apart mmc_start_areq()Linus Walleij2017-02-141-22/+43
* mmc: core: rename mmc_start_req() to *areq()Linus Walleij2017-02-131-7/+7
* 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