summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/core.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Log about empty non-removable slotsMarc Gonzalez2023-03-241-0/+5
* Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-12-131-4/+3
|\
| * mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee2022-12-071-2/+1
| * mmc: Remove duplicate words in commentsAdrian Hunter2022-12-071-2/+2
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-2/+2
|\ \ | |/ |/|
| * treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* | mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle2022-11-181-2/+7
* | mmc: core: properly select voltage range without power cycleYann Gautier2022-11-161-1/+7
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* mmc: core: Capture eMMC and SD card errorsShaik Sajida Bhanu2022-07-121-1/+9
* mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang2022-04-261-2/+2
* mmc: core: improve API to make clear that mmc_sw_reset is for cardsWolfram Sang2022-04-261-1/+2
* mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-081-2/+3
* mmc: core: Disable card detect during shutdownUlf Hansson2021-12-201-1/+6
* Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2021-08-311-6/+7
|\
| * mmc: core: Only print retune error when we don't check for card removalWolfram Sang2021-08-241-5/+7
| * mmc: host: factor out clearing the retune stateWolfram Sang2021-08-241-2/+1
* | mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko2021-08-241-0/+35
|/
* mmc: core: clear flags before allowing to retuneWolfram Sang2021-06-291-2/+5
* mmc: core: Extend re-use of __mmc_poll_for_busy()Ulf Hansson2021-06-141-1/+1
* mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson2021-06-141-18/+2
* mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson2021-03-301-74/+0
* mmc: core: Drop reference counting of the bus_opsUlf Hansson2021-03-301-85/+4
* mmc: core: Drop superfluous validations in mmc_hw|sw_reset()Ulf Hansson2021-03-301-20/+1
* mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang2021-03-301-1/+1
* mmc: core: Add basic support for inline encryptionEric Biggers2021-02-011-0/+3
* mmc: core: convert comma to semicolonZheng Yongjun2021-02-011-4/+4
* mmc: core: Initial support for SD express card/hostUlf Hansson2020-11-161-2/+13
* 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
|/