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