summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/mmc_ops.c
AgeCommit message (Expand)Author
2019-02-12MLK-17883 mmc: add delay after CMD6 before sending CMD13Haibo Chen
2019-02-12mmc: core: Export a few functions needed for blkmq supportAdrian Hunter
2019-02-12MLK-11685-1 mmc: add delay after CMD6 befoer sending CMD13 for sandiskRyan QIAN
2017-08-30mmc: ops: export mmc_get_status()Linus Walleij
2017-08-30mmc: mmc_ops: fix a typo for comment of mmc_start_bkopsShawn Lin
2017-06-20mmc: core: Clarify code for sending CSDUlf Hansson
2017-06-20mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() insteadUlf Hansson
2017-06-20mmc: core: Re-factor code for sending CIDUlf Hansson
2017-06-20mmc: core: Remove redundant code in mmc_send_cid()Ulf Hansson
2017-06-20mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cUlf Hansson
2017-06-20mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson
2017-06-20mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson
2017-06-20mmc: block: Use __mmc_send_status() and drop get_card_status()Ulf Hansson
2017-04-24mmc: core: add proper be32 annotationWinkler, Tomas
2017-04-24mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter
2017-02-13mmc: use empty initializer list to zero-clear structuresMasahiro Yamada
2017-01-16mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson
2016-12-05mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter
2016-12-05mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter
2016-12-05mmc: core: remove BUG_ONs from mmcShawn Lin
2016-11-29mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson
2016-11-29mmc: core: Check SWITCH_ERROR bit from each CMD13 response when pollingUlf Hansson
2016-11-29mmc: core: Rename ignore_crc to retry_crc_err to reflect its purposeUlf Hansson
2016-11-29mmc: core: Remove redundant __mmc_send_status()Ulf Hansson
2016-11-29mmc: core: Retry instead of ignore at CRC errors when polling for busyUlf Hansson
2016-11-29mmc: core: Don't use ->card_busy() and CMD13 in combination when pollingUlf Hansson
2016-11-29mmc: core: Factor out code related to polling in __mmc_switch()Ulf Hansson
2016-11-29mmc: core: Clarify code which deals with polling in __mmc_switch()Ulf Hansson
2016-11-29mmc: core: Make mmc_switch_status() available for mmc coreUlf Hansson
2016-07-25mmc: mmc: fix switch timeout issue caused by jiffies precisionChaotian Jing
2016-07-25mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()Chaotian Jing
2016-02-29mmc: remove unnecessary assignment statements before returnMasahiro Yamada
2015-12-22mmc: core: fix __mmc_switch timeout caused by preemptChaotian Jing
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing
2015-10-26mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson
2015-06-01mmc: core: Separate out the mmc_switch status check so it can be re-usedAdrian Hunter
2015-06-01mmc: core: Hold re-tuning during switch commandsAdrian Hunter
2015-01-19mmc: core: Make tuning block patterns staticUlf Hansson
2014-12-08mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson
2014-11-26mmc: core: add core-level function for sending tuning commandsMinda Chen
2014-11-10mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson
2014-11-10mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson
2014-11-10mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson
2014-11-10mmc: core: Export mmc_get_ext_csd()Ulf Hansson
2014-11-10mmc: core: Add helper function for EXT_CSD supportUlf Hansson
2014-09-24mmc: Convert pr_warning to pr_warnJoe Perches
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer
2014-02-23mmc: core: Fixup busy detection for mmc switch operationsUlf Hansson
2014-02-23mmc: core: Minor simplifications to __mmc_switchUlf Hansson
2014-02-23mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson