summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/mmc.c
AgeCommit message (Expand)Author
2021-03-09mmc: core: Fix partition switch time for eMMCAdrian Hunter
2021-02-01mmc: core: remove redundant card null check to mmc_can_sleep()Yue Hu
2021-02-01mmc: core: remove needless err = 0 in mmc_init_card()Yue Hu
2020-09-14mmc: core: clear 'doing_init_tune' also after failuresWolfram Sang
2020-09-07mmc: core: simplify an expressionWolfram Sang
2020-09-07mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helperWolfram Sang
2020-09-07mmc: core: when downgrading HS400, callback into drivers earlierWolfram Sang
2020-07-13mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda
2020-05-28mmc: core: expose info about enhanced rpmb supportKrishna Konda
2020-03-24mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson
2020-03-24mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson
2020-03-24mmc: Add MMC host software queue supportBaolin Wang
2020-03-12mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson
2019-11-18mmc: core: Fix size overflow for mmc partitionsBradley Bolen
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-17mmc: core: complete HS400 before checking statusWolfram Sang
2019-02-28mmc: core: Add a debug print when the card may have been replacedhongjiefang
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman
2018-12-17mmc: core: Cleanup BKOPS supportUlf Hansson
2018-12-17Merge branch 'fixes' into nextUlf Hansson
2018-12-17mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrlUlf Hansson
2018-12-17mmc: core: Allow BKOPS and CACHE ctrl even if no HPI supportUlf Hansson
2018-12-17mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson
2018-12-17mmc: core: Add ->hs400_prepare_ddr() callbackYinbo Zhu
2018-08-01mmc: core: improve reasonableness of bus width setting for HS400esHongjie Fang
2018-07-16mmc: core: more fine-grained hooks for HS400 tuningSimon Horman
2018-05-29mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley
2018-03-15mmc: core: Export card RCA register via sysfsHarish Jenny K N
2017-12-05mmc: core: properly init drv_typeWolfram Sang
2017-11-29mmc: core: prepend 0x to OCR entry in sysfsBastian Stender
2017-11-29mmc: core: prepend 0x to pre_eol_info entry in sysfsBastian Stender
2017-10-30mmc: parse new binding for eMMC fixed driver typeWolfram Sang
2017-10-30mmc: core: export emmc revisionJin Qian
2017-10-30mmc: mmc: Enable CQE'sAdrian Hunter
2017-10-30mmc: mmc: Enable Command QueuingAdrian Hunter
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter
2017-10-02mmc: core: add driver strength selection when selecting hs400esChanho Min
2017-08-30mmc: core: Remove unused MMC_CAP2_PACKED_CMDAdrian Hunter
2017-08-30mmc: core: correct taac parameter according to the specificationShawn Lin
2017-08-08mmc: mmc: correct the logic for setting HS400ES signal voltageHaibo Chen
2017-06-20mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson
2017-06-20mmc: core: Re-factor code for sending CIDUlf Hansson
2017-06-20mmc: core: Make mmc_can_reset() staticUlf Hansson
2017-06-20mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson
2017-04-24mmc: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter
2017-04-24mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter
2017-03-14mmc: core: Fix access to HS400-ES devicesGuenter Roeck