index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
mmc.c
Age
Commit message (
Expand
)
Author
2025-05-14
mmc: rename mmc_boot_partition_access() to mmc_host_can_access_boot()
Wolfram Sang
2025-05-14
mmc: rename mmc_host_cmd23() to mmc_host_can_cmd23()
Wolfram Sang
2025-05-14
mmc: rename mmc_can_trim() to mmc_card_can_trim()
Wolfram Sang
2025-05-14
mmc: rename mmc_can_sleep() to mmc_card_can_sleep()
Wolfram Sang
2025-05-14
mmc: rename mmc_can_reset() to mmc_card_can_reset()
Wolfram Sang
2025-05-14
mmc: rename mmc_can_poweroff_notify() to mmc_card_can_poweroff_notify()
Wolfram Sang
2025-05-14
mmc: rename mmc_can_ext_csd() to mmc_card_can_ext_csd()
Wolfram Sang
2025-05-14
mmc: rename mmc_can_discard() to mmc_card_can_discard()
Wolfram Sang
2025-05-14
mmc: core: Add support for graceful host removal for eMMC
Ulf Hansson
2025-05-14
mmc: core: Convert into an enum for the poweroff-type for eMMC
Ulf Hansson
2025-05-14
mmc: core: Further avoid re-storing power to the eMMC before a shutdown
Ulf Hansson
2025-05-14
mmc: core: Convert mmc_can_poweroff_notify() into a bool
Ulf Hansson
2025-03-12
mmc: core: Trim trailing whitespace from card product names
Dragan Simic
2024-09-03
mmc: core Convert UNSTUFF_BITS macro to inline function
Avri Altman
2024-02-27
mmc: core: constify the struct device_type usage
Ricardo B. Marliere
2024-02-13
mmc: core: Fix eMMC initialization with 1-bit bus connection
Ivan Semenov
2024-01-02
mmc: core: Add HS400 tuning in HS400es initialization
Mengqi Zhang
2024-01-02
mmc: core: Add wp_grp_size sysfs node
Lin Gui
2023-12-07
mmc: core: Remove packed command leftovers
Avri Altman
2023-11-03
Revert "mmc: core: Capture correct oemid-bits for eMMC cards"
Dominique Martinet
2023-11-03
mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54A
Bean Huo
2023-10-10
mmc: core: Always reselect card type
Vincent Whitchurch
2023-09-27
mmc: core: Capture correct oemid-bits for eMMC cards
Avri Altman
2022-04-26
mmc: core: Add CIDs for cards to the entropy pool
Linus Walleij
2022-04-26
Merge branch 'fixes' into next
Ulf Hansson
2022-04-26
mmc: improve API to make clear hw_reset callback is for cards
Wolfram Sang
2022-04-26
mmc: core: Set HS clock speed before sending HS CMD13
Brian Norris
2022-03-15
mmc: core: Drop HS400 caps unless 8-bit bus is supported too
Ulf Hansson
2022-03-15
mmc: core: Improve fallback to speed modes if eMMC HS200 fails
Ulf Hansson
2022-03-07
Merge branch 'fixes' into next
Ulf Hansson
2022-03-07
mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_COND
Ulf Hansson
2022-02-28
mmc: core: use sysfs_emit() instead of sprintf()
Sergey Shtylyov
2021-12-14
mmc: core: change __mmc_poll_for_busy() parameter type
Huijin Park
2021-10-12
mmc: core: Add host specific tuning support for eMMC HS400 mode
Wenbin Mei
2021-08-24
mmc: block: Support alternative_gpt_sector() operation
Dmitry Osipenko
2021-06-14
mmc: core: Move eMMC cache flushing to a new bus_ops callback
Ulf Hansson
2021-06-14
mmc: core: Enable eMMC sleep commands to use HW busy polling
Ulf Hansson
2021-06-14
mmc: core: Drop open coding when preparing commands with busy signaling
Ulf Hansson
2021-04-26
mmc: block: Issue a cache flush only when it's enabled
Avri Altman
2021-04-15
mmc: core: Add a retries parameter to __mmc_switch function
Bean Huo
2021-03-09
mmc: core: Fix partition switch time for eMMC
Adrian Hunter
2021-02-01
mmc: core: remove redundant card null check to mmc_can_sleep()
Yue Hu
2021-02-01
mmc: core: remove needless err = 0 in mmc_init_card()
Yue Hu
2020-09-14
mmc: core: clear 'doing_init_tune' also after failures
Wolfram Sang
2020-09-07
mmc: core: simplify an expression
Wolfram Sang
2020-09-07
mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helper
Wolfram Sang
2020-09-07
mmc: core: when downgrading HS400, callback into drivers earlier
Wolfram Sang
2020-07-13
mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND
Yoshihiro Shimoda
2020-05-28
mmc: core: expose info about enhanced rpmb support
Krishna Konda
2020-03-24
mmc: core: Drop redundant in-parameter to __mmc_switch()
Ulf Hansson
[next]