summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: document mmc_hw_reset()Wolfram Sang2020-09-251-0/+10
* mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti2020-07-131-1/+0
* mmc: core: Always allow the card detect uevent to be consumedUlf Hansson2020-07-131-5/+5
* mmc: core: Enable erase/discard/trim support for all mmc hostsUlf Hansson2020-05-281-4/+2
* mmc: core: Re-work the code for eMMC sanitizeUlf Hansson2020-03-261-18/+0
* mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson2020-03-241-34/+2
* mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson2020-03-111-1/+4
* mmc: core: limit probe clock frequency to configured f_maxMichał Mirosław2020-01-201-2/+8
* mmc: core: Re-work HW reset for SDIO cardsUlf Hansson2019-11-141-3/+2
* mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson2019-11-141-5/+2
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2019-06-181-2/+3
|/
* mmc:fix a bug when max_discard is 0Jiong Wu2019-03-011-2/+2
* Merge branch 'fixes' into nextUlf Hansson2019-02-281-1/+1
|\
| * mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani2019-02-271-1/+1
* | mmc: core: Add sd discard timeoutAvri Altman2019-02-281-0/+7
* | mmc: core: Add discard support to sdAvri Altman2019-02-281-4/+4
* | mmc: core: Convert mmc_align_data_size() into an SDIO specific functionUlf Hansson2019-02-251-27/+0
* | mmc: core: Move mmc_of_parse_voltage() to host.cUlf Hansson2019-02-251-48/+0
* | mmc: core: Move regulator helpers to separate fileUlf Hansson2019-02-251-242/+0
* | mmc: core: Calculate the discard arg only onceAvri Altman2019-02-251-2/+2
|/
* mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson2018-12-171-1/+4
* mmc: core: remove obsolete mmc_set_blockcount() functionWolfram Sang2018-12-171-14/+0
* mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson2018-07-161-46/+0
* mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin2018-07-161-1/+1
* 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