summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: make mmc_interrupt_hpi() staticJason Yan2020-04-201-1/+1
* mmc: core: Re-work the code for eMMC sanitizeUlf Hansson2020-03-261-3/+35
* mmc: core: Fixup support for HW busy detection for HPI commandsUlf Hansson2020-03-241-11/+25
* mmc: core: Convert to mmc_poll_for_busy() for HPI commandsUlf Hansson2020-03-241-15/+5
* mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()Ulf Hansson2020-03-241-4/+2
* mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson2020-03-241-6/+24
* mmc: core: Update CMD13 busy check for CMD6 commandsUlf Hansson2020-03-241-1/+1
* mmc: core: Split up mmc_poll_for_busy()Ulf Hansson2020-03-241-16/+31
* mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson2020-03-241-8/+3
* mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson2020-03-241-7/+2
* mmc: core: Drop unused defineUlf Hansson2020-03-241-1/+0
* mmc: core: Throttle polling rate for CMD6Ulf Hansson2020-03-241-0/+8
* mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson2020-03-111-2/+4
* mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson2020-01-241-14/+11
* mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson2020-01-241-3/+6
* Revert "mmc: core: do not retry CMD6 in __mmc_switch()"Jan Kaisrlik2019-09-031-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* mmc: core: retry CMD1 in mmc_send_op_cond() even if the ocr = 0Yoshihiro Shimoda2019-04-291-5/+11
* mmc: core: do not retry CMD6 in __mmc_switch()Chaotian Jing2019-02-281-1/+1
* mmc: core: Cleanup BKOPS supportUlf Hansson2018-12-171-69/+18
* mmc: core: Drop redundant check in mmc_send_hpi_cmd()Ulf Hansson2018-12-171-6/+0
* mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin2018-07-161-1/+1
* mmc: core: Avoid hanging to claim host for mmc via some nested callsUlf Hansson2018-02-271-4/+0
* mmc: core: Export a few functions needed for blkmq supportAdrian Hunter2017-10-301-0/+1
* mmc: core: Remove unnecessary host claimAdrian Hunter2017-10-301-4/+1
* 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