aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-30mmc: core: Turn off CQE before sending commandsAdrian Hunter1-0/+9
2017-08-30mmc: core: remove the check of mmc_card_blockaddr for SD cardsShawn Lin1-1/+1
2017-08-30mmc: core: correct taac parameter according to the specificationShawn Lin1-7/+7
2017-08-30mmc: Convert to using %pOF instead of full_nameRob Herring1-4/+4
2017-08-30mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debugShawn Lin1-9/+4
2017-08-30mmc: core: always check the length of sglist with total data sizeShawn Lin1-6/+3
2017-08-30mmc: core: remove check of host->removed for rescan routineShawn Lin1-13/+0
2017-06-20mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter1-1/+4
2017-06-20mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cUlf Hansson1-21/+0
2017-06-20mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson1-64/+0
2017-06-20mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson1-118/+0
2017-06-20mmc: core: Don't export some eMMC specific functions from core.cUlf Hansson1-4/+0
2017-06-20mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson1-0/+2
2017-04-24mmc: core: Export API to allow hosts to get the card addressUlf Hansson1-0/+6
2017-04-24mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com1-1/+3
2017-04-24mmc: core: refactor mmc_request_done()Linus Walleij1-11/+16
2017-04-24mmc: core: refactor asynchronous request finalizationLinus Walleij1-53/+33
2017-04-24mmc: core: move some code in mmc_start_areq()Linus Walleij1-8/+5
2017-04-24mmc: core: Factor out mrq preparation from mmc_start_request()Adrian Hunter1-13/+27
2017-04-24mmc: core: Factor out debug prints from mmc_start_request()Adrian Hunter1-13/+20
2017-02-14mmc: core: start to break apart mmc_start_areq()Linus Walleij1-22/+43
2017-02-13mmc: core: rename mmc_start_req() to *areq()Linus Walleij1-7/+7
2017-02-13mmc: core/mmci: restore pre/post_req behaviourLinus Walleij1-9/+0
2017-02-13mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()Ulf Hansson1-5/+5
2017-02-13mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson1-2/+2
2017-02-13mmc: core: Remove redundant code in mmc_set_signal_voltage()Ulf Hansson1-7/+0
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson1-0/+1
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada1-5/+5
2016-12-20mmc: core: Further fix thread wake-upAdrian Hunter1-7/+5
2016-12-05mmc: core: remove BUG_ONs from core.cShawn Lin1-25/+9
2016-12-05mmc: queue: Fix queue thread wake-upAdrian Hunter1-6/+0
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij1-7/+4
2016-11-29mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson1-1/+1
2016-11-29mmc: core: use enum mmc_blk_status properlyLinus Walleij1-17/+18
2016-11-29mmc: core: Don't power off the card when starting the hostUlf Hansson1-5/+4
2016-09-26mmc: core: don't try to switch block size for dual rate modeZiyuan Xu1-1/+2
2016-09-26mmc: core: Add support for sending commands during data transferAdrian Hunter1-6/+89
2016-09-26mmc: core: Optimize the mmc erase size alignmentBaolin Wang1-8/+26
2016-09-26mmc: core: Factor out the alignment of erase sizeBaolin Wang1-16/+32
2016-09-26mmc: core: Use a default maximum erase timeoutUlf Hansson1-7/+10
2016-07-25mmc: Change the max discard sectors and erase response when HW busy detectBaolin Wang1-10/+50
2016-07-25mmc: core: Allow hosts to specify non-support for MMC commandsShawn Lin1-2/+3
2016-07-25mmc: core: Allow hosts to specify non-support for SD commandsUlf Hansson1-3/+6
2016-07-25mmc: Set pref erase size based on sizeGwendal Grignou1-7/+5
2016-07-25mmc: core: implement enhanced strobe supportShawn Lin1-0/+9
2016-05-23mmc: longer timeout for long read time quirkMatt Gumbel1-2/+2
2016-05-02mmc: core: Do regular power cycle when lacking eMMC HW reset supportGwendal Grignou1-2/+3
2016-05-02mmc: core: Provide tracepoints for request processingBaolin Wang1-0/+7
2016-02-29mmc: core: report tuning command execution failure reasonRussell King1-1/+2
2016-02-29mmc: core: improve mmc_of_parse_voltage() to return better statusRussell King1-4/+5