summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2025-10-13rpmb: move rpmb_frame struct and constants to common headerBean Huo
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-12mmc: core: Improve RPMB frame handling codeBean Huo
2025-09-12mmc: core: Fix variable shadowing in mmc_route_rpmb_frames()Bean Huo
2025-09-12mmc: core: Parse and use the new max-sd-hs-hz DT propertySarthak Garg
2025-08-27mmc: sdio: Drop dev_pm_domain_detach() callClaudiu Beznea
2025-08-22mmc: core: add undervoltage handler for MMC/eMMC devicesOleksij Rempel
2025-08-22mmc: core: Add infrastructure for undervoltage handlingOleksij Rempel
2025-08-19mmc: core: add mmc_read_tuningBenoît Monin
2025-08-19mmc: block: use mmc_card cmd23 helpersBenoît Monin
2025-08-19mmc: mmc_test: use mmc_card cmd23 helpersBenoît Monin
2025-08-19mmc: card: add mmc_card_blk_no_cmd23Benoît Monin
2025-08-19mmc: core: add mmc_card_can_cmd23Benoît Monin
2025-08-19mmc: core: SPI mode remove cmd7Rex Chen
2025-08-13block: switch ->getgeo() to struct gendiskAl Viro
2025-07-29Merge tag 'mmc-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2025-07-22Merge branches 'pm-misc' and 'pm-tools'Rafael J. Wysocki
2025-07-09mmc: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea
2025-06-24mmc: core: Adjust some error messages for SD UHS-II cardsVictor Shih
2025-06-09mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlierAvri Altman
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-19mmc: core: Scan the eMMC boot areas for partition tableLoic Poulain
2025-05-14mmc: rename mmc_boot_partition_access() to mmc_host_can_access_boot()Wolfram Sang
2025-05-14mmc: rename mmc_host_uhs() to mmc_host_can_uhs()Wolfram Sang
2025-05-14mmc: rename mmc_host_done_complete() to mmc_host_can_done_complete()Wolfram Sang
2025-05-14mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23()Wolfram Sang
2025-05-14mmc: rename mmc_can_gpio_ro() to mmc_host_can_gpio_ro()Wolfram Sang
2025-05-14mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd()Wolfram Sang
2025-05-14mmc: rename mmc_can_trim() to mmc_card_can_trim()Wolfram Sang
2025-05-14mmc: rename mmc_can_sleep() to mmc_card_can_sleep()Wolfram Sang
2025-05-14mmc: rename mmc_can_secure_erase_trim() to mmc_card_can_secure_erase_trim()Wolfram Sang
2025-05-14mmc: rename mmc_can_sanitize() to mmc_card_can_sanitize()Wolfram Sang
2025-05-14mmc: rename mmc_can_reset() to mmc_card_can_reset()Wolfram Sang
2025-05-14mmc: rename mmc_can_poweroff_notify() to mmc_card_can_poweroff_notify()Wolfram Sang
2025-05-14mmc: rename mmc_can_ext_csd() to mmc_card_can_ext_csd()Wolfram Sang
2025-05-14mmc: rename mmc_can_erase() to mmc_card_can_erase()Wolfram Sang
2025-05-14mmc: rename mmc_can_discard() to mmc_card_can_discard()Wolfram Sang
2025-05-14mmc: core: Add support for graceful host removal for SDUlf Hansson
2025-05-14mmc: core: Add support for graceful host removal for eMMCUlf Hansson
2025-05-14mmc: core: Convert into an enum for the poweroff-type for eMMCUlf Hansson
2025-05-14mmc: core: Further avoid re-storing power to the eMMC before a shutdownUlf Hansson
2025-05-14mmc: core: Convert mmc_can_poweroff_notify() into a boolUlf Hansson
2025-05-14mmc: Add quirk to disable DDR50 tuningErick Shepherd
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-25Merge tag 'mmc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2025-03-21mmc: core: Remove redundant null checkAvri Altman
2025-03-17tty: mmc: sdio: use bool for cts and remove parenthesesJiri Slaby (SUSE)
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta