summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)AuthorLines
2024-12-10mmc: core: don't include 'pm_wakeup.h' directlyWolfram Sang-1/+0
2024-12-10mmc: core: Introduce the MMC_RSP_R1B_NO_CRC responseAndy-ld Lu-4/+2
2024-12-02mmc: core: Further prevent card detect during shutdownUlf Hansson-0/+3
2024-10-24mmc: core: Support UHS-II card control and accessVictor Shih-1/+7
2024-10-14mmc: core: Prepare to support SD UHS-II cardsUlf Hansson-1/+16
2024-10-14mmc: core: Add Ext memory addressing for eraseAvri Altman-0/+12
2024-10-14mmc: core: Allow mmc erase to carry large addressesAvri Altman-15/+18
2024-10-14mmc: core: Add open-ended Ext memory addressingAvri Altman-0/+3
2024-06-20mmc: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2023-11-14mmc: block: Retry commands in CQE error recoveryAdrian Hunter-2/+5
2023-11-14mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter-0/+2
2023-06-30mmc: Revert "mmc: core: Allow mmc_start_host() synchronously detect a card"Ulf Hansson-11/+4
2023-06-13mmc: core: Allow mmc_start_host() synchronously detect a cardDennis Zhou-4/+11
2023-03-24mmc: core: Log about empty non-removable slotsMarc Gonzalez-0/+5
2022-12-13Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-4/+3
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2022-12-07mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee-2/+1
2022-12-07mmc: Remove duplicate words in commentsAdrian Hunter-2/+2
2022-11-18mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle-2/+7
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-2/+2
2022-11-16mmc: core: properly select voltage range without power cycleYann Gautier-1/+7
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-2/+2
2022-07-12mmc: core: Capture eMMC and SD card errorsShaik Sajida Bhanu-1/+9
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang-2/+2
2022-04-26mmc: core: improve API to make clear that mmc_sw_reset is for cardsWolfram Sang-1/+2
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang-2/+3
2021-12-20mmc: core: Disable card detect during shutdownUlf Hansson-1/+6
2021-08-31Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-6/+7
2021-08-24mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko-0/+35
2021-08-24mmc: core: Only print retune error when we don't check for card removalWolfram Sang-5/+7
2021-08-24mmc: host: factor out clearing the retune stateWolfram Sang-2/+1
2021-06-29mmc: core: clear flags before allowing to retuneWolfram Sang-2/+5
2021-06-14mmc: core: Extend re-use of __mmc_poll_for_busy()Ulf Hansson-1/+1
2021-06-14mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson-18/+2
2021-03-30mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson-74/+0
2021-03-30mmc: core: Drop reference counting of the bus_opsUlf Hansson-85/+4
2021-03-30mmc: core: Drop superfluous validations in mmc_hw|sw_reset()Ulf Hansson-20/+1
2021-03-30mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang-1/+1
2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers-0/+3
2021-02-01mmc: core: convert comma to semicolonZheng Yongjun-4/+4
2020-11-16mmc: core: Initial support for SD express card/hostUlf Hansson-2/+13
2020-09-25mmc: core: document mmc_hw_reset()Wolfram Sang-0/+10
2020-07-13mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti-1/+0
2020-07-13mmc: core: Always allow the card detect uevent to be consumedUlf Hansson-5/+5
2020-05-28mmc: core: Enable erase/discard/trim support for all mmc hostsUlf Hansson-4/+2
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson-18/+0
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson-34/+2
2020-03-11mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson-1/+4
2020-01-20mmc: core: limit probe clock frequency to configured f_maxMichał Mirosław-2/+8
2019-11-14mmc: core: Re-work HW reset for SDIO cardsUlf Hansson-3/+2