aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-14mmc: rename mmc_boot_partition_access() to mmc_host_can_access_boot()Wolfram Sang1-1/+1
2025-05-14mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23()Wolfram Sang1-1/+1
2025-05-14mmc: rename mmc_can_trim() to mmc_card_can_trim()Wolfram Sang1-1/+1
2025-05-14mmc: rename mmc_can_sleep() to mmc_card_can_sleep()Wolfram Sang1-2/+2
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 Sang1-4/+4
2025-05-14mmc: rename mmc_can_discard() to mmc_card_can_discard()Wolfram Sang1-1/+1
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
2025-05-14mmc: core: Convert mmc_can_poweroff_notify() into a boolUlf Hansson1-1/+1
2025-03-12mmc: core: Trim trailing whitespace from card product namesDragan Simic1-1/+5
2024-09-03mmc: core Convert UNSTUFF_BITS macro to inline functionAvri Altman1-60/+46
2024-02-27mmc: core: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-13mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov1-0/+2
2024-01-02mmc: core: Add HS400 tuning in HS400es initializationMengqi Zhang1-2/+7
2024-01-02mmc: core: Add wp_grp_size sysfs nodeLin Gui1-1/+15
2023-12-07mmc: core: Remove packed command leftoversAvri Altman1-5/+0
2023-11-03Revert "mmc: core: Capture correct oemid-bits for eMMC cards"Dominique Martinet1-1/+1
2023-11-03mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo1-2/+6
2023-10-10mmc: core: Always reselect card typeVincent Whitchurch1-1/+6
2023-09-27mmc: core: Capture correct oemid-bits for eMMC cardsAvri Altman1-1/+1
2022-04-26mmc: core: Add CIDs for cards to the entropy poolLinus Walleij1-0/+7
2022-04-26Merge branch 'fixes' into nextUlf Hansson1-4/+19
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang1-2/+2
2022-04-26mmc: core: Set HS clock speed before sending HS CMD13Brian Norris1-4/+19
2022-03-15mmc: core: Drop HS400 caps unless 8-bit bus is supported tooUlf Hansson1-5/+0
2022-03-15mmc: core: Improve fallback to speed modes if eMMC HS200 failsUlf Hansson1-3/+13
2022-03-07Merge branch 'fixes' into nextUlf Hansson1-1/+1
2022-03-07mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_CONDUlf Hansson1-1/+1
2022-02-28mmc: core: use sysfs_emit() instead of sprintf()Sergey Shtylyov1-8/+8
2021-12-14mmc: core: change __mmc_poll_for_busy() parameter typeHuijin Park1-1/+1
2021-10-12mmc: core: Add host specific tuning support for eMMC HS400 modeWenbin Mei1-0/+8
2021-08-24mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko1-0/+2
2021-06-14mmc: core: Move eMMC cache flushing to a new bus_ops callbackUlf Hansson1-2/+23
2021-06-14mmc: core: Enable eMMC sleep commands to use HW busy pollingUlf Hansson1-5/+20
2021-06-14mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson1-17/+3
2021-04-26mmc: block: Issue a cache flush only when it's enabledAvri Altman1-0/+7
2021-04-15mmc: core: Add a retries parameter to __mmc_switch functionBean Huo1-11/+11
2021-03-09mmc: core: Fix partition switch time for eMMCAdrian Hunter1-4/+11
2021-02-01mmc: core: remove redundant card null check to mmc_can_sleep()Yue Hu1-1/+1
2021-02-01mmc: core: remove needless err = 0 in mmc_init_card()Yue Hu1-4/+0
2020-09-14mmc: core: clear 'doing_init_tune' also after failuresWolfram Sang1-4/+4
2020-09-07mmc: core: simplify an expressionWolfram Sang1-1/+1
2020-09-07mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helperWolfram Sang1-0/+4
2020-09-07mmc: core: when downgrading HS400, callback into drivers earlierWolfram Sang1-6/+6
2020-07-13mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda1-1/+2
2020-05-28mmc: core: expose info about enhanced rpmb supportKrishna Konda1-0/+6
2020-03-24mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson1-11/+11