summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorLines
2025-06-24mmc: core: Adjust some error messages for SD UHS-II cardsVictor Shih-2/+2
2025-06-09mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlierAvri Altman-6/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-05-19mmc: core: Scan the eMMC boot areas for partition tableLoic Poulain-1/+1
2025-05-14mmc: rename mmc_boot_partition_access() to mmc_host_can_access_boot()Wolfram Sang-2/+2
2025-05-14mmc: rename mmc_host_uhs() to mmc_host_can_uhs()Wolfram Sang-8/+8
2025-05-14mmc: rename mmc_host_done_complete() to mmc_host_can_done_complete()Wolfram Sang-4/+4
2025-05-14mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23()Wolfram Sang-5/+5
2025-05-14mmc: rename mmc_can_gpio_ro() to mmc_host_can_gpio_ro()Wolfram Sang-2/+2
2025-05-14mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd()Wolfram Sang-2/+2
2025-05-14mmc: rename mmc_can_trim() to mmc_card_can_trim()Wolfram Sang-14/+12
2025-05-14mmc: rename mmc_can_sleep() to mmc_card_can_sleep()Wolfram Sang-2/+2
2025-05-14mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim()Wolfram Sang-9/+7
2025-05-14mmc: rename mmc_can_sanitize() to mmc_card_can_sanitize()Wolfram Sang-6/+6
2025-05-14mmc: rename mmc_can_reset() to mmc_card_can_reset()Wolfram Sang-5/+3
2025-05-14mmc: rename mmc_can_poweroff_notify() to mmc_card_can_poweroff_notify()Wolfram Sang-3/+3
2025-05-14mmc: rename mmc_can_ext_csd() to mmc_card_can_ext_csd()Wolfram Sang-7/+7
2025-05-14mmc: rename mmc_can_erase() to mmc_card_can_erase()Wolfram Sang-13/+11
2025-05-14mmc: rename mmc_can_discard() to mmc_card_can_discard()Wolfram Sang-7/+5
2025-05-14mmc: core: Add support for graceful host removal for SDUlf Hansson-10/+15
2025-05-14mmc: core: Add support for graceful host removal for eMMCUlf Hansson-10/+17
2025-05-14mmc: core: Convert into an enum for the poweroff-type for eMMCUlf Hansson-11/+19
2025-05-14mmc: core: Further avoid re-storing power to the eMMC before a shutdownUlf Hansson-5/+17
2025-05-14mmc: core: Convert mmc_can_poweroff_notify() into a boolUlf Hansson-1/+1
2025-05-14mmc: Add quirk to disable DDR50 tuningErick Shepherd-8/+40
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds-1/+1
2025-03-25Merge tag 'mmc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-15/+11
2025-03-21mmc: core: Remove redundant null checkAvri Altman-1/+1
2025-03-17tty: mmc: sdio: use bool for cts and remove parenthesesJiri Slaby (SUSE)-1/+1
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta-1/+1
2025-03-12mmc: core: Trim trailing whitespace from card product namesDragan Simic-1/+9
2025-03-11mmc: slot-gpio: Remove unused mmc_gpio_set_cd_isrDr. David Alan Gilbert-12/+0
2025-02-17mmc: pwrseq_simple: use gpiod_multi_set_value_cansleepDavid Lechner-2/+1
2025-01-22Merge tag 'mmc-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-6/+4
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig-1/+1
2024-12-10mmc: core: don't include 'pm_wakeup.h' directlyWolfram Sang-2/+0
2024-12-10mmc: core: Introduce the MMC_RSP_R1B_NO_CRC responseAndy-ld Lu-4/+2
2024-12-10mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin-0/+2
2024-12-02mmc: core: Further prevent card detect during shutdownUlf Hansson-0/+5
2024-11-20Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-85/+1605
2024-11-12mmc: pwrseq_simple: Handle !RESET_CONTROLLER properlyStefan Wahren-9/+11
2024-11-12mmc: core: Correction a warning caused by incorrect type in assignment for UH...Victor Shih-1/+1
2024-11-04mmc: core: Correct type in variable assignment for UHS-IIVictor Shih-27/+29
2024-10-30mmc: core: Fix error paths for UHS-II card init and re-initUlf Hansson-30/+25
2024-10-30mmc: core: Add error handling of sd_uhs2_power_up()Ulf Hansson-1/+3
2024-10-30mmc: core: Simplify sd_uhs2_power_up()Ulf Hansson-5/+1
2024-10-25mmc: core: Use GFP_NOIO in ACMD22Avri Altman-0/+4
2024-10-25mmc: pwrseq_simple: add support for one reset controlCatalin Popescu-9/+35
2024-10-24mmc: core: Support UHS-II card control and accessVictor Shih-37/+1071