summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: add kerneldoc to mmc_regulator_get_supply()Wolfram Sang2017-10-301-0/+10
* mmc: core: Factor out mmc_host_set_uhs_voltage()Adrian Hunter2017-10-301-14/+24
* mmc: core: Export a few functions needed for blkmq supportAdrian Hunter2017-10-301-1/+2
* mmc: core: Add support for handling CQE requestsAdrian Hunter2017-10-301-5/+158
* mmc: core: Introduce host claiming by contextAdrian Hunter2017-10-301-7/+41
* mmc: core: Turn off CQE before sending commandsAdrian Hunter2017-08-301-0/+9
* mmc: core: remove the check of mmc_card_blockaddr for SD cardsShawn Lin2017-08-301-1/+1
* mmc: core: correct taac parameter according to the specificationShawn Lin2017-08-301-7/+7
* mmc: Convert to using %pOF instead of full_nameRob Herring2017-08-301-4/+4
* mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debugShawn Lin2017-08-301-9/+4Star
* mmc: core: always check the length of sglist with total data sizeShawn Lin2017-08-301-6/+3Star
* mmc: core: remove check of host->removed for rescan routineShawn Lin2017-08-301-13/+0Star
* mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter2017-06-201-1/+4
* mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cUlf Hansson2017-06-201-21/+0Star
* mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson2017-06-201-64/+0Star
* mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson2017-06-201-118/+0Star
* mmc: core: Don't export some eMMC specific functions from core.cUlf Hansson2017-06-201-4/+0Star
* mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson2017-06-201-0/+2
* 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/+33Star
* mmc: core: move some code in mmc_start_areq()Linus Walleij2017-04-241-8/+5Star
* 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/+0Star
* 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/+0Star
* 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/+5Star
* mmc: core: remove BUG_ONs from core.cShawn Lin2016-12-051-25/+9Star
* mmc: queue: Fix queue thread wake-upAdrian Hunter2016-12-051-6/+0Star
* mmc: delete is_first_req parameter from pre-request callbackLinus Walleij2016-11-291-7/+4Star
* 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/+4Star
* 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/+5Star
* mmc: core: implement enhanced strobe supportShawn Lin2016-07-251-0/+9