aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'mmc-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds6-21/+22
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+8
2025-11-19mmc: mmc_test: Switch to use %ptSpAndy Shevchenko1-12/+8
2025-11-12mmc: core: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+2
2025-11-11mmc: core: Allow more host caps to be modified through debugfsShawn Lin1-2/+8
2025-10-23mmc: core: Skip to set the default 200mA SD current limitAvri Altman1-5/+2
2025-10-21mmc: use octal file permissions instead of symbolicPedro Demarchi Gomes5-9/+9
2025-10-21mmc: core: remove uselss memalloc_noio_saveOliver Neukum1-4/+1
2025-10-13rpmb: move rpmb_frame struct and constants to common headerBean Huo1-42/+0
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2025-09-12mmc: core: Improve RPMB frame handling codeBean Huo1-16/+14
2025-09-12mmc: core: Fix variable shadowing in mmc_route_rpmb_frames()Bean Huo1-3/+3
2025-09-12mmc: core: Parse and use the new max-sd-hs-hz DT propertySarthak Garg2-1/+3
2025-08-27mmc: sdio: Drop dev_pm_domain_detach() callClaudiu Beznea1-3/+0
2025-08-22mmc: core: add undervoltage handler for MMC/eMMC devicesOleksij Rempel1-3/+67
2025-08-22mmc: core: Add infrastructure for undervoltage handlingOleksij Rempel5-0/+119
2025-08-19mmc: core: add mmc_read_tuningBenoît Monin1-0/+72
2025-08-19mmc: block: use mmc_card cmd23 helpersBenoît Monin1-9/+3
2025-08-19mmc: mmc_test: use mmc_card cmd23 helpersBenoît Monin1-8/+2
2025-08-19mmc: card: add mmc_card_blk_no_cmd23Benoît Monin1-2/+7
2025-08-19mmc: core: add mmc_card_can_cmd23Benoît Monin2-0/+10
2025-08-19mmc: core: SPI mode remove cmd7Rex Chen1-1/+5
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro1-2/+2
2025-07-29Merge tag 'mmc-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-1/+0
2025-07-22Merge branches 'pm-misc' and 'pm-tools'Rafael J. Wysocki1-1/+1
2025-07-09mmc: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-1/+0
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea1-1/+1
2025-06-24mmc: core: Adjust some error messages for SD UHS-II cardsVictor Shih1-2/+2
2025-06-09mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlierAvri Altman1-6/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-05-19mmc: core: Scan the eMMC boot areas for partition tableLoic Poulain1-1/+1
2025-05-14mmc: rename mmc_boot_partition_access() to mmc_host_can_access_boot()Wolfram Sang2-2/+2
2025-05-14mmc: rename mmc_host_uhs() to mmc_host_can_uhs()Wolfram Sang3-8/+8
2025-05-14mmc: rename mmc_host_done_complete() to mmc_host_can_done_complete()Wolfram Sang2-4/+4
2025-05-14mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23()Wolfram Sang4-5/+5
2025-05-14mmc: rename mmc_can_gpio_ro() to mmc_host_can_gpio_ro()Wolfram Sang1-2/+2
2025-05-14mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd()Wolfram Sang1-2/+2
2025-05-14mmc: rename mmc_can_trim() to mmc_card_can_trim()Wolfram Sang6-14/+12
2025-05-14mmc: rename mmc_can_sleep() to mmc_card_can_sleep()Wolfram Sang1-2/+2
2025-05-14mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim()Wolfram Sang4-9/+7
2025-05-14mmc: rename mmc_can_sanitize() to mmc_card_can_sanitize()Wolfram Sang3-6/+6
2025-05-14mmc: rename mmc_can_reset() to mmc_card_can_reset()Wolfram Sang1-5/+3
2025-05-14mmc: rename mmc_can_poweroff_notify() to mmc_card_can_poweroff_notify()Wolfram Sang1-3/+3
2025-05-14mmc: rename mmc_can_ext_csd() to mmc_card_can_ext_csd()Wolfram Sang3-7/+7
2025-05-14mmc: rename mmc_can_erase() to mmc_card_can_erase()Wolfram Sang5-13/+11
2025-05-14mmc: rename mmc_can_discard() to mmc_card_can_discard()Wolfram Sang3-7/+5
2025-05-14mmc: core: Add support for graceful host removal for SDUlf Hansson1-10/+15
2025-05-14mmc: core: Add support for graceful host removal for eMMCUlf Hansson1-10/+17
2025-05-14mmc: core: Convert into an enum for the poweroff-type for eMMCUlf Hansson1-11/+19
2025-05-14mmc: core: Further avoid re-storing power to the eMMC before a shutdownUlf Hansson1-5/+17