summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2025-05-14mmc: core: Convert mmc_can_poweroff_notify() into a boolUlf Hansson1-1/+1
2025-05-14mmc: Add quirk to disable DDR50 tuningErick Shepherd3-8/+40
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-2/+2
2025-03-27Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-03-26Merge tag 'mmc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-15/+11
2025-03-21mmc: core: Remove redundant null checkAvri Altman1-1/+1
2025-03-17tty: mmc: sdio: use bool for cts and remove parenthesesJiri Slaby (SUSE)1-1/+1
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-1/+1
2025-03-12mmc: core: Trim trailing whitespace from card product namesDragan Simic2-1/+9
2025-03-11mmc: slot-gpio: Remove unused mmc_gpio_set_cd_isrDr. David Alan Gilbert1-12/+0
2025-02-17mmc: pwrseq_simple: use gpiod_multi_set_value_cansleepDavid Lechner1-2/+1
2025-01-22Merge tag 'mmc-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-6/+4
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+1
2024-12-10mmc: core: don't include 'pm_wakeup.h' directlyWolfram Sang2-2/+0
2024-12-10mmc: core: Introduce the MMC_RSP_R1B_NO_CRC responseAndy-ld Lu1-4/+2
2024-12-10mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin1-0/+2
2024-12-02mmc: core: Further prevent card detect during shutdownUlf Hansson2-0/+5
2024-11-20Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds20-85/+1605
2024-11-12mmc: pwrseq_simple: Handle !RESET_CONTROLLER properlyStefan Wahren1-9/+11
2024-11-12mmc: core: Correction a warning caused by incorrect type in assignment for UH...Victor Shih1-1/+1
2024-11-04mmc: core: Correct type in variable assignment for UHS-IIVictor Shih1-27/+29
2024-10-30mmc: core: Fix error paths for UHS-II card init and re-initUlf Hansson1-30/+25
2024-10-30mmc: core: Add error handling of sd_uhs2_power_up()Ulf Hansson1-1/+3
2024-10-30mmc: core: Simplify sd_uhs2_power_up()Ulf Hansson1-5/+1
2024-10-25mmc: core: Use GFP_NOIO in ACMD22Avri Altman1-0/+4
2024-10-25mmc: pwrseq_simple: add support for one reset controlCatalin Popescu1-9/+35
2024-10-24mmc: core: Support UHS-II card control and accessVictor Shih6-37/+1071
2024-10-22mmc: block: attach partitions fwnode if found in mmc-cardChristian Marangi1-1/+54
2024-10-14mmc: core: Factor out some of the code in mmc_go_idle()Victor Shih2-8/+17
2024-10-14mmc: core: Extend support for mmc regulators with a vqmmc2Ulf Hansson1-0/+34
2024-10-14mmc: core: Announce successful insertion of an SD UHS-II cardUlf Hansson1-1/+3
2024-10-14mmc: core: Prepare to support SD UHS-II cardsUlf Hansson4-2/+312
2024-10-14mmc: core: Cleanup printing of speed mode at card insertionUlf Hansson1-16/+20
2024-10-14mmc: core: Enable SDUCAvri Altman1-2/+8
2024-10-14mmc: core: Prevent HSQ from enabling for SDUCAvri Altman1-1/+1
2024-10-14mmc: core: Disable SDUC for mmc_testAvri Altman1-0/+6
2024-10-14mmc: core: Adjust ACMD22 to SDUCAvri Altman1-6/+18
2024-10-14mmc: core: Add Ext memory addressing for eraseAvri Altman1-0/+12
2024-10-14mmc: core: Allow mmc erase to carry large addressesAvri Altman3-21/+34
2024-10-14mmc: core: Add open-ended Ext memory addressingAvri Altman2-0/+8
2024-10-14mmc: core: Don't use close-ended rw for SDUCAvri Altman1-1/+1
2024-10-14mmc: sd: Add Extension memory addressingAvri Altman2-0/+16
2024-10-14mmc: sd: SDUC Support RecognitionAvri Altman5-14/+25
2024-10-14mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König3-3/+3
2024-10-14mmc: core: Add SD card quirk for broken poweroff notificationKeita Aihara3-1/+17
2024-10-03mmc: core: Only set maximum DMA segment size if DMA is supportedGuenter Roeck1-1/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-13mmc: core: Use dev_err_probe for deferred regulatorsAlexander Stein1-2/+6
2024-09-03mmc: block: add RPMB dependencyJens Wiklander1-0/+1
2024-09-03mmc: core Convert UNSTUFF_BITS macro to inline functionAvri Altman3-127/+113