aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-24mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson1-8/+8
2020-03-24mmc: Add MMC host software queue supportBaolin Wang1-7/+11
2020-03-12mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson1-2/+5
2019-11-18mmc: core: Fix size overflow for mmc partitionsBradley Bolen1-5/+4
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-17mmc: core: complete HS400 before checking statusWolfram Sang1-3/+3
2019-02-28mmc: core: Add a debug print when the card may have been replacedhongjiefang1-0/+2
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman1-0/+8
2018-12-17mmc: core: Cleanup BKOPS supportUlf Hansson1-6/+0
2018-12-17Merge branch 'fixes' into nextUlf Hansson1-9/+15
2018-12-17mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrlUlf Hansson1-4/+10
2018-12-17mmc: core: Allow BKOPS and CACHE ctrl even if no HPI supportUlf Hansson1-4/+2
2018-12-17mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson1-1/+3
2018-12-17mmc: core: Add ->hs400_prepare_ddr() callbackYinbo Zhu1-0/+3
2018-08-01mmc: core: improve reasonableness of bus width setting for HS400esHongjie Fang1-1/+5
2018-07-16mmc: core: more fine-grained hooks for HS400 tuningSimon Horman1-0/+10
2018-05-29mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson1-0/+4
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson1-2/+2
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley1-0/+8
2018-03-15mmc: core: Export card RCA register via sysfsHarish Jenny K N1-0/+2
2017-12-05mmc: core: properly init drv_typeWolfram Sang1-1/+1
2017-11-29mmc: core: prepend 0x to OCR entry in sysfsBastian Stender1-1/+1