summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson1-2/+3
2019-03-01mmc:fix a bug when max_discard is 0Jiong Wu1-2/+2
2019-02-28Merge branch 'fixes' into nextUlf Hansson1-1/+1
2019-02-28mmc: core: Add sd discard timeoutAvri Altman1-0/+7
2019-02-28mmc: core: Add discard support to sdAvri Altman1-4/+4
2019-02-27mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani1-1/+1
2019-02-25mmc: core: Convert mmc_align_data_size() into an SDIO specific functionUlf Hansson1-27/+0
2019-02-25mmc: core: Move mmc_of_parse_voltage() to host.cUlf Hansson1-48/+0
2019-02-25mmc: core: Move regulator helpers to separate fileUlf Hansson1-242/+0
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman1-2/+2
2018-12-17mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson1-1/+4
2018-12-17mmc: core: remove obsolete mmc_set_blockcount() functionWolfram Sang1-14/+0
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson1-46/+0
2018-07-16mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin1-1/+1
2018-05-29mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()Martin Hicks1-2/+9
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin1-2/+2
2018-05-08mmc: core: Drop unused define for timeoutUlf Hansson1-3/+0
2018-05-08mmc: core: Share internal function to set initial signal voltageUlf Hansson1-7/+12
2018-05-08mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson1-0/+24
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson1-3/+3
2018-03-05mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter1-2/+1
2018-03-05mmc: core: optimize mmc_calc_max_discardSergio Valverde1-1/+1
2017-12-18mmc: avoid removing non-removable hosts during suspendDaniel Drake1-0/+8
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter1-182/+1
2017-12-11mmc: core: Remove option not to use blk-mqAdrian Hunter1-7/+0
2017-12-11mmc: core: Ensure cmd_completion is initializedAdrian Hunter1-4/+2
2017-12-11mmc: core: Add parameter use_blk_mqAdrian Hunter1-0/+7
2017-12-11mmc: core: Make mmc_pre_req() and mmc_post_req() availableAdrian Hunter1-31/+0
2017-10-30mmc: add kerneldoc to mmc_regulator_get_supply()Wolfram Sang1-0/+10
2017-10-30mmc: core: Factor out mmc_host_set_uhs_voltage()Adrian Hunter1-14/+24
2017-10-30mmc: core: Export a few functions needed for blkmq supportAdrian Hunter1-1/+2
2017-10-30mmc: core: Add support for handling CQE requestsAdrian Hunter1-5/+158
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter1-7/+41
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