summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/mmc_ops.c
AgeCommit message (Expand)Author
2020-04-20mmc: core: make mmc_interrupt_hpi() staticJason Yan
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson
2020-03-24mmc: core: Fixup support for HW busy detection for HPI commandsUlf Hansson
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for HPI commandsUlf Hansson
2020-03-24mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()Ulf Hansson
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson
2020-03-24mmc: core: Update CMD13 busy check for CMD6 commandsUlf Hansson
2020-03-24mmc: core: Split up mmc_poll_for_busy()Ulf Hansson
2020-03-24mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson
2020-03-24mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson
2020-03-24mmc: core: Drop unused defineUlf Hansson
2020-03-24mmc: core: Throttle polling rate for CMD6Ulf Hansson
2020-03-11mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson
2020-01-24mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson
2020-01-24mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson
2019-09-03Revert "mmc: core: do not retry CMD6 in __mmc_switch()"Jan Kaisrlik
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-29mmc: core: retry CMD1 in mmc_send_op_cond() even if the ocr = 0Yoshihiro Shimoda
2019-02-28mmc: core: do not retry CMD6 in __mmc_switch()Chaotian Jing
2018-12-17mmc: core: Cleanup BKOPS supportUlf Hansson
2018-12-17mmc: core: Drop redundant check in mmc_send_hpi_cmd()Ulf Hansson
2018-07-16mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin
2018-02-27mmc: core: Avoid hanging to claim host for mmc via some nested callsUlf Hansson
2017-10-30mmc: core: Export a few functions needed for blkmq supportAdrian Hunter
2017-10-30mmc: core: Remove unnecessary host claimAdrian Hunter
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