aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-29mmc: core: retry CMD1 in mmc_send_op_cond() even if the ocr = 0Yoshihiro Shimoda1-5/+11
2019-02-28mmc: core: do not retry CMD6 in __mmc_switch()Chaotian Jing1-1/+1
2018-12-17mmc: core: Cleanup BKOPS supportUlf Hansson1-69/+18
2018-12-17mmc: core: Drop redundant check in mmc_send_hpi_cmd()Ulf Hansson1-6/+0
2018-07-16mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin1-1/+1
2018-02-27mmc: core: Avoid hanging to claim host for mmc via some nested callsUlf Hansson1-4/+0
2017-10-30mmc: core: Export a few functions needed for blkmq supportAdrian Hunter1-0/+1
2017-10-30mmc: core: Remove unnecessary host claimAdrian Hunter1-4/+1
2017-08-30mmc: ops: export mmc_get_status()Linus Walleij1-0/+1
2017-08-30mmc: mmc_ops: fix a typo for comment of mmc_start_bkopsShawn Lin1-1/+1
2017-06-20mmc: core: Clarify code for sending CSDUlf Hansson1-5/+10
2017-06-20mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() insteadUlf Hansson1-19/+1
2017-06-20mmc: core: Re-factor code for sending CIDUlf Hansson1-2/+10
2017-06-20mmc: core: Remove redundant code in mmc_send_cid()Ulf Hansson1-7/+0
2017-06-20mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cUlf Hansson1-0/+21
2017-06-20mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson1-1/+65
2017-06-20mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson1-0/+113
2017-06-20mmc: block: Use __mmc_send_status() and drop get_card_status()Ulf Hansson1-2/+8
2017-04-24mmc: core: add proper be32 annotationWinkler, Tomas1-4/+4
2017-04-24mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter1-0/+28
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada1-22/+22
2017-01-16mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson1-13/+12
2016-12-05mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter1-0/+25
2016-12-05mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter1-1/+8
2016-12-05mmc: core: remove BUG_ONs from mmcShawn Lin1-17/+0
2016-11-29mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson1-5/+15
2016-11-29mmc: core: Check SWITCH_ERROR bit from each CMD13 response when pollingUlf Hansson1-4/+8
2016-11-29mmc: core: Rename ignore_crc to retry_crc_err to reflect its purposeUlf Hansson1-5/+5
2016-11-29mmc: core: Remove redundant __mmc_send_status()Ulf Hansson1-9/+1
2016-11-29mmc: core: Retry instead of ignore at CRC errors when polling for busyUlf Hansson1-3/+6
2016-11-29mmc: core: Don't use ->card_busy() and CMD13 in combination when pollingUlf Hansson1-16/+14
2016-11-29mmc: core: Factor out code related to polling in __mmc_switch()Ulf Hansson1-49/+59
2016-11-29mmc: core: Clarify code which deals with polling in __mmc_switch()Ulf Hansson1-21/+18
2016-11-29mmc: core: Make mmc_switch_status() available for mmc coreUlf Hansson1-1/+14
2016-07-25mmc: mmc: fix switch timeout issue caused by jiffies precisionChaotian Jing1-1/+1
2016-07-25mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()Chaotian Jing1-9/+16
2016-02-29mmc: remove unnecessary assignment statements before returnMasahiro Yamada1-15/+4
2015-12-22mmc: core: fix __mmc_switch timeout caused by preemptChaotian Jing1-1/+8
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing1-4/+4
2015-10-26mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson1-1/+0
2015-06-01mmc: core: Separate out the mmc_switch status check so it can be re-usedAdrian Hunter1-14/+16
2015-06-01mmc: core: Hold re-tuning during switch commandsAdrian Hunter1-10/+20
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson1-0/+30
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson1-4/+3
2014-11-26mmc: core: add core-level function for sending tuning commandsMinda Chen1-0/+70
2014-11-10mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson1-3/+3
2014-11-10mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson1-20/+1
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson1-8/+2
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson1-0/+29