summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: ops: export mmc_get_status()Linus Walleij2017-08-301-0/+1
* mmc: mmc_ops: fix a typo for comment of mmc_start_bkopsShawn Lin2017-08-301-1/+1
* mmc: core: Clarify code for sending CSDUlf Hansson2017-06-201-5/+10
* mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() insteadUlf Hansson2017-06-201-19/+1
* mmc: core: Re-factor code for sending CIDUlf Hansson2017-06-201-2/+10
* mmc: core: Remove redundant code in mmc_send_cid()Ulf Hansson2017-06-201-7/+0
* mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.cUlf Hansson2017-06-201-0/+21
* mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.cUlf Hansson2017-06-201-1/+65
* mmc: core: Move mmc bkops functions from core.c to mmc_ops.cUlf Hansson2017-06-201-0/+113
* mmc: block: Use __mmc_send_status() and drop get_card_status()Ulf Hansson2017-06-201-2/+8
* mmc: core: add proper be32 annotationWinkler, Tomas2017-04-241-4/+4
* mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter2017-04-241-0/+28
* mmc: use empty initializer list to zero-clear structuresMasahiro Yamada2017-02-131-22/+22
* mmc: core: Restore parts of the polling policy when switch to HS/HS DDRUlf Hansson2017-01-161-13/+12
* mmc: mmc: Introduce mmc_abort_tuning()Adrian Hunter2016-12-051-0/+25
* mmc: mmc: Relax checking for switch errors after HS200 switchAdrian Hunter2016-12-051-1/+8
* mmc: core: remove BUG_ONs from mmcShawn Lin2016-12-051-17/+0
* mmc: core: Enable __mmc_switch() to change bus speed timing for the hostUlf Hansson2016-11-291-5/+15
* mmc: core: Check SWITCH_ERROR bit from each CMD13 response when pollingUlf Hansson2016-11-291-4/+8
* mmc: core: Rename ignore_crc to retry_crc_err to reflect its purposeUlf Hansson2016-11-291-5/+5
* mmc: core: Remove redundant __mmc_send_status()Ulf Hansson2016-11-291-9/+1
* mmc: core: Retry instead of ignore at CRC errors when polling for busyUlf Hansson2016-11-291-3/+6
* mmc: core: Don't use ->card_busy() and CMD13 in combination when pollingUlf Hansson2016-11-291-16/+14
* mmc: core: Factor out code related to polling in __mmc_switch()Ulf Hansson2016-11-291-49/+59
* mmc: core: Clarify code which deals with polling in __mmc_switch()Ulf Hansson2016-11-291-21/+18
* mmc: core: Make mmc_switch_status() available for mmc coreUlf Hansson2016-11-291-1/+14
* mmc: mmc: fix switch timeout issue caused by jiffies precisionChaotian Jing2016-07-251-1/+1
* mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()Chaotian Jing2016-07-251-9/+16
* mmc: remove unnecessary assignment statements before returnMasahiro Yamada2016-02-291-15/+4
* mmc: core: fix __mmc_switch timeout caused by preemptChaotian Jing2015-12-221-1/+8
* mmc: mmc: extend the mmc_send_tuning()Chaotian Jing2015-10-271-4/+4
* mmc: core: Convert __mmc_switch() into an internal core functionUlf Hansson2015-10-261-1/+0
* mmc: core: Separate out the mmc_switch status check so it can be re-usedAdrian Hunter2015-06-011-14/+16
* mmc: core: Hold re-tuning during switch commandsAdrian Hunter2015-06-011-10/+20
* mmc: core: Make tuning block patterns staticUlf Hansson2015-01-191-0/+30
* mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameterUlf Hansson2014-12-081-4/+3
* mmc: core: add core-level function for sending tuning commandsMinda Chen2014-11-261-0/+70
* mmc: core: Convert to use kzalloc() for CXD register buffersUlf Hansson2014-11-101-3/+3
* mmc: core: Don't handle buffers on stack while fetching CXD registersUlf Hansson2014-11-101-20/+1
* mmc: core: Remove the redundant mmc_send_ext_csd() APIUlf Hansson2014-11-101-8/+2
* mmc: core: Export mmc_get_ext_csd()Ulf Hansson2014-11-101-0/+29
* mmc: core: Add helper function for EXT_CSD supportUlf Hansson2014-11-101-0/+5
* mmc: Convert pr_warning to pr_warnJoe Perches2014-09-241-2/+2
* mmc: implement Driver Stage Register handlingSascha Hauer2014-09-091-0/+20
* mmc: core: Fixup busy detection for mmc switch operationsUlf Hansson2014-02-231-7/+26
* mmc: core: Minor simplifications to __mmc_switchUlf Hansson2014-02-231-11/+9
* mmc: core: Add ignore_crc flag to __mmc_switchUlf Hansson2014-02-231-9/+10
* mmc: core: Rename cmd_timeout_ms to busy_timeoutUlf Hansson2014-02-231-1/+1
* mmc: core: Silence compiler warning in __mmc_switchUlf Hansson2013-11-081-1/+1
* mmc: core: Do not poll for busy with status cmd for all switch cmdsUlf Hansson2013-10-301-5/+18
OpenPOWER on IntegriCloud