summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mmc: core: Add ->hs400_prepare_ddr() callbackYinbo Zhu2018-12-171-0/+3
|/
* mmc: core: improve reasonableness of bus width setting for HS400esHongjie Fang2018-08-011-1/+5
* mmc: core: more fine-grained hooks for HS400 tuningSimon Horman2018-07-161-0/+10
* mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson2018-05-291-0/+4
* mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson2018-05-081-2/+2
* mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley2018-05-021-0/+8
* mmc: core: Export card RCA register via sysfsHarish Jenny K N2018-03-151-0/+2
* mmc: core: properly init drv_typeWolfram Sang2017-12-051-1/+1
* mmc: core: prepend 0x to OCR entry in sysfsBastian Stender2017-11-291-1/+1
* mmc: core: prepend 0x to pre_eol_info entry in sysfsBastian Stender2017-11-291-1/+1
* mmc: parse new binding for eMMC fixed driver typeWolfram Sang2017-10-301-3/+8
* mmc: core: export emmc revisionJin Qian2017-10-301-0/+2
* mmc: mmc: Enable CQE'sAdrian Hunter2017-10-301-0/+12
* mmc: mmc: Enable Command QueuingAdrian Hunter2017-10-301-0/+17
* mmc: core: Introduce host claiming by contextAdrian Hunter2017-10-301-2/+2
* mmc: core: add driver strength selection when selecting hs400esChanho Min2017-10-021-17/+19
* mmc: core: Remove unused MMC_CAP2_PACKED_CMDAdrian Hunter2017-08-301-23/+0
* mmc: core: correct taac parameter according to the specificationShawn Lin2017-08-301-4/+4
* mmc: mmc: correct the logic for setting HS400ES signal voltageHaibo Chen2017-08-081-1/+1
* mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson2017-06-201-6/+2
* mmc: core: Re-factor code for sending CIDUlf Hansson2017-06-201-4/+1
* mmc: core: Make mmc_can_reset() staticUlf Hansson2017-06-201-2/+1
* mmc: core: Don't do eMMC HW reset when resuming the eMMC cardUlf Hansson2017-06-201-0/+2
* mmc: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter2017-04-241-0/+7
* mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter2017-04-241-0/+2
* mmc: core: Fix access to HS400-ES devicesGuenter Roeck2017-03-141-1/+1
* mmc: core: move all quirks together into quirks.hShawn Lin2017-02-151-11/+0
* mmc: core: change quirks.c to be a header fileShawn Lin2017-02-151-0/+1
* Merge branch 'fixes' into nextUlf Hansson2017-02-141-2/+2
|\