summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: constify the struct device_type usageRicardo B. Marliere2024-02-271-1/+1
* mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov2024-02-131-0/+2
* mmc: core: Add HS400 tuning in HS400es initializationMengqi Zhang2024-01-021-2/+7
* mmc: core: Add wp_grp_size sysfs nodeLin Gui2024-01-021-1/+15
* mmc: core: Remove packed command leftoversAvri Altman2023-12-071-5/+0
* Revert "mmc: core: Capture correct oemid-bits for eMMC cards"Dominique Martinet2023-11-031-1/+1
* mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo2023-11-031-2/+6
* mmc: core: Always reselect card typeVincent Whitchurch2023-10-101-1/+6
* mmc: core: Capture correct oemid-bits for eMMC cardsAvri Altman2023-09-271-1/+1
* mmc: core: Add CIDs for cards to the entropy poolLinus Walleij2022-04-261-0/+7
* Merge branch 'fixes' into nextUlf Hansson2022-04-261-4/+19
|\
| * mmc: core: Set HS clock speed before sending HS CMD13Brian Norris2022-04-261-4/+19
* | mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang2022-04-261-2/+2
|/
* mmc: core: Drop HS400 caps unless 8-bit bus is supported tooUlf Hansson2022-03-151-5/+0
* mmc: core: Improve fallback to speed modes if eMMC HS200 failsUlf Hansson2022-03-151-3/+13
* Merge branch 'fixes' into nextUlf Hansson2022-03-071-1/+1
|\
| * mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_CONDUlf Hansson2022-03-071-1/+1
* | mmc: core: use sysfs_emit() instead of sprintf()Sergey Shtylyov2022-02-281-8/+8
|/
* mmc: core: change __mmc_poll_for_busy() parameter typeHuijin Park2021-12-141-1/+1
* mmc: core: Add host specific tuning support for eMMC HS400 modeWenbin Mei2021-10-121-0/+8
* mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko2021-08-241-0/+2
* mmc: core: Move eMMC cache flushing to a new bus_ops callbackUlf Hansson2021-06-141-2/+23
* mmc: core: Enable eMMC sleep commands to use HW busy pollingUlf Hansson2021-06-141-5/+20
* mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson2021-06-141-17/+3
* mmc: block: Issue a cache flush only when it's enabledAvri Altman2021-04-261-0/+7
* mmc: core: Add a retries parameter to __mmc_switch functionBean Huo2021-04-151-11/+11
* mmc: core: Fix partition switch time for eMMCAdrian Hunter2021-03-091-4/+11
* mmc: core: remove redundant card null check to mmc_can_sleep()Yue Hu2021-02-011-1/+1
* mmc: core: remove needless err = 0 in mmc_init_card()Yue Hu2021-02-011-4/+0
* mmc: core: clear 'doing_init_tune' also after failuresWolfram Sang2020-09-141-4/+4
* mmc: core: simplify an expressionWolfram Sang2020-09-071-1/+1
* mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helperWolfram Sang2020-09-071-0/+4
* mmc: core: when downgrading HS400, callback into drivers earlierWolfram Sang2020-09-071-6/+6
* mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda2020-07-131-1/+2
* mmc: core: expose info about enhanced rpmb supportKrishna Konda2020-05-281-0/+6
* mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson2020-03-241-11/+11
* mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson2020-03-241-8/+8
* mmc: Add MMC host software queue supportBaolin Wang2020-03-241-7/+11
* mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson2020-03-121-2/+5
* mmc: core: Fix size overflow for mmc partitionsBradley Bolen2019-11-181-5/+4
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | mmc: core: complete HS400 before checking statusWolfram Sang2019-06-171-3/+3
|/
* mmc: core: Add a debug print when the card may have been replacedhongjiefang2019-02-281-0/+2
* mmc: core: Calculate the discard arg only onceAvri Altman2019-02-251-0/+8
* mmc: core: Cleanup BKOPS supportUlf Hansson2018-12-171-6/+0
* Merge branch 'fixes' into nextUlf Hansson2018-12-171-9/+15
|\
| * mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrlUlf Hansson2018-12-171-4/+10
| * mmc: core: Allow BKOPS and CACHE ctrl even if no HPI supportUlf Hansson2018-12-171-4/+2
| * mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson2018-12-171-1/+3