aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/mmc_ops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19mmc: core: Fix busy polling for MMC_SEND_OP_COND againUlf Hansson1-1/+1
2022-03-07mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_CONDUlf Hansson1-4/+9
2021-12-14mmc: core: adjust polling interval for CMD1Huijin Park1-29/+54
2021-12-14mmc: core: change __mmc_poll_for_busy() parameter typeHuijin Park1-3/+3
2021-08-24mmc: core: Issue HPI in case the BKOPS timed outBean Huo1-2/+9
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy after I/O writesUlf Hansson1-0/+1
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy in the I/O err pathUlf Hansson1-1/+3
2021-06-14mmc: Improve function name when aborting a tuning cmdWolfram Sang1-2/+2
2021-06-14mmc: core: Add support for cache ctrl for SD cardsUlf Hansson1-0/+1
2021-06-14mmc: core: Move eMMC cache flushing to a new bus_ops callbackUlf Hansson1-21/+0
2021-06-14mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmdsUlf Hansson1-6/+5
2021-06-14mmc: core: Extend re-use of __mmc_poll_for_busy()Ulf Hansson1-15/+27
2021-06-14mmc: core: Re-structure some code in __mmc_poll_for_busy()Ulf Hansson1-14/+13
2021-06-14mmc: core: Take into account MMC_CAP_NEED_RSP_BUSY for eMMC HPI commandsUlf Hansson1-16/+5
2021-06-14mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson1-19/+23
2021-04-26mmc: block: Issue a cache flush only when it's enabledAvri Altman1-3/+1
2021-04-15mmc: core: Let eMMC sanitize not retry in case of timeout/failureBean Huo1-2/+2
2021-04-15mmc: core: Add a retries parameter to __mmc_switch functionBean Huo1-3/+4
2021-04-12mmc: core: Use userland specified timeout value for eMMC sanitizeBean Huo1-2/+5
2021-03-30mmc: core: Reduce code duplication to mmc_spi_send_{csd|cid}Yue Hu1-30/+9
2021-02-08mmc: core: Use host instead of card argument to mmc_spi_send_csd()Yue Hu1-3/+3
2020-04-20mmc: core: make mmc_interrupt_hpi() staticJason Yan1-1/+1
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson1-3/+35
2020-03-24mmc: core: Fixup support for HW busy detection for HPI commandsUlf Hansson1-11/+25
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for HPI commandsUlf Hansson1-15/+5
2020-03-24mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()Ulf Hansson1-4/+2
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson1-6/+24
2020-03-24mmc: core: Update CMD13 busy check for CMD6 commandsUlf Hansson1-1/+1
2020-03-24mmc: core: Split up mmc_poll_for_busy()Ulf Hansson1-16/+31
2020-03-24mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson1-8/+3
2020-03-24mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson1-7/+2
2020-03-24mmc: core: Drop unused defineUlf Hansson1-1/+0
2020-03-24mmc: core: Throttle polling rate for CMD6Ulf Hansson1-0/+8
2020-03-11mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson1-2/+4
2020-01-24mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson1-14/+11
2020-01-24mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson1-3/+6
2019-09-03Revert "mmc: core: do not retry CMD6 in __mmc_switch()"Jan Kaisrlik1-1/+1
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