aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)Author
2019-03-26mmc:fix a bug when max_discard is 0Jiong Wu
2019-03-16mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani
2018-05-29mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()Martin Hicks
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin
2018-05-08mmc: core: Drop unused define for timeoutUlf Hansson
2018-05-08mmc: core: Share internal function to set initial signal voltageUlf Hansson
2018-05-08mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson
2018-03-05mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter
2018-03-05mmc: core: optimize mmc_calc_max_discardSergio Valverde
2017-12-18mmc: avoid removing non-removable hosts during suspendDaniel Drake
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: core: Remove option not to use blk-mqAdrian Hunter
2017-12-11mmc: core: Ensure cmd_completion is initializedAdrian Hunter
2017-12-11mmc: core: Add parameter use_blk_mqAdrian Hunter
2017-12-11mmc: core: Make mmc_pre_req() and mmc_post_req() availableAdrian Hunter
2017-10-30mmc: add kerneldoc to mmc_regulator_get_supply()Wolfram Sang
2017-10-30mmc: core: Factor out mmc_host_set_uhs_voltage()Adrian Hunter
2017-10-30mmc: core: Export a few functions needed for blkmq supportAdrian Hunter
2017-10-30mmc: core: Add support for handling CQE requestsAdrian Hunter
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter
2017-08-30mmc: core: Turn off CQE before sending commandsAdrian Hunter
2017-08-30mmc: core: remove the check of mmc_card_blockaddr for SD cardsShawn Lin
2017-08-30mmc: core: correct taac parameter according to the specificationShawn Lin
2017-08-30mmc: Convert to using %pOF instead of full_nameRob Herring
2017-08-30mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debugShawn Lin
2017-08-30mmc: core: always check the length of sglist with total data sizeShawn Lin
2017-08-30mmc: core: remove check of host->removed for rescan routineShawn Lin
2017-06-20mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter
2017-06-20mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cUlf Hansson
2017-06-20mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson
2017-06-20mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson
2017-06-20mmc: core: Don't export some eMMC specific functions from core.cUlf Hansson
2017-06-20mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson
2017-04-24mmc: core: Export API to allow hosts to get the card addressUlf Hansson
2017-04-24mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com
2017-04-24mmc: core: refactor mmc_request_done()Linus Walleij
2017-04-24mmc: core: refactor asynchronous request finalizationLinus Walleij
2017-04-24mmc: core: move some code in mmc_start_areq()Linus Walleij
2017-04-24mmc: core: Factor out mrq preparation from mmc_start_request()Adrian Hunter
2017-04-24mmc: core: Factor out debug prints from mmc_start_request()Adrian Hunter
2017-02-14mmc: core: start to break apart mmc_start_areq()Linus Walleij
2017-02-13mmc: core: rename mmc_start_req() to *areq()Linus Walleij
2017-02-13mmc: core/mmci: restore pre/post_req behaviourLinus Walleij
2017-02-13mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()Ulf Hansson
2017-02-13mmc: core: Clarify usage of mmc_set_signal_voltage()Ulf Hansson
2017-02-13mmc: core: Remove redundant code in mmc_set_signal_voltage()Ulf Hansson
2017-02-13mmc: core: Move public functions from card.h to private headersUlf Hansson
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada
2016-12-20mmc: core: Further fix thread wake-upAdrian Hunter