summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()Martin Hicks2018-05-291-2/+9
* mmc: core: add tunable delay waiting for power to be stableShawn Lin2018-05-211-2/+2
* mmc: core: Drop unused define for timeoutUlf Hansson2018-05-081-3/+0
* mmc: core: Share internal function to set initial signal voltageUlf Hansson2018-05-081-7/+12
* mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson2018-05-081-0/+24
* mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson2018-05-081-3/+3
* mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter2018-03-051-2/+1
* mmc: core: optimize mmc_calc_max_discardSergio Valverde2018-03-051-1/+1
* mmc: avoid removing non-removable hosts during suspendDaniel Drake2017-12-181-0/+8
* mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter2017-12-111-182/+1
* mmc: core: Remove option not to use blk-mqAdrian Hunter2017-12-111-7/+0
* mmc: core: Ensure cmd_completion is initializedAdrian Hunter2017-12-111-4/+2
* mmc: core: Add parameter use_blk_mqAdrian Hunter2017-12-111-0/+7
* mmc: core: Make mmc_pre_req() and mmc_post_req() availableAdrian Hunter2017-12-111-31/+0
* 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/+4
* mmc: core: always check the length of sglist with total data sizeShawn Lin2017-08-301-6/+3
* mmc: core: remove check of host->removed for rescan routineShawn Lin2017-08-301-13/+0
* 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/+0
* mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson2017-06-201-64/+0
* mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson2017-06-201-118/+0
* mmc: core: Don't export some eMMC specific functions from core.cUlf Hansson2017-06-201-4/+0
* 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/+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
OpenPOWER on IntegriCloud