summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/mmc_ops.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Align to common busy polling behaviour for mmc ioctlsUlf Hansson2023-02-151-0/+1
* mmc: core: Fix busy polling for MMC_SEND_OP_COND againUlf Hansson2022-05-191-1/+1
* mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_CONDUlf Hansson2022-03-071-4/+9
* mmc: core: adjust polling interval for CMD1Huijin Park2021-12-141-29/+54
* mmc: core: change __mmc_poll_for_busy() parameter typeHuijin Park2021-12-141-3/+3
* mmc: core: Issue HPI in case the BKOPS timed outBean Huo2021-08-241-2/+9
* mmc: core: Avoid hogging the CPU while polling for busy after I/O writesUlf Hansson2021-08-241-0/+1
* mmc: core: Avoid hogging the CPU while polling for busy in the I/O err pathUlf Hansson2021-08-241-1/+3
* mmc: Improve function name when aborting a tuning cmdWolfram Sang2021-06-141-2/+2
* mmc: core: Add support for cache ctrl for SD cardsUlf Hansson2021-06-141-0/+1
* mmc: core: Move eMMC cache flushing to a new bus_ops callbackUlf Hansson2021-06-141-21/+0
* mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmdsUlf Hansson2021-06-141-6/+5
* mmc: core: Extend re-use of __mmc_poll_for_busy()Ulf Hansson2021-06-141-15/+27
* mmc: core: Re-structure some code in __mmc_poll_for_busy()Ulf Hansson2021-06-141-14/+13
* mmc: core: Take into account MMC_CAP_NEED_RSP_BUSY for eMMC HPI commandsUlf Hansson2021-06-141-16/+5
* mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson2021-06-141-19/+23
* mmc: block: Issue a cache flush only when it's enabledAvri Altman2021-04-261-3/+1
* mmc: core: Let eMMC sanitize not retry in case of timeout/failureBean Huo2021-04-151-2/+2
* mmc: core: Add a retries parameter to __mmc_switch functionBean Huo2021-04-151-3/+4
* mmc: core: Use userland specified timeout value for eMMC sanitizeBean Huo2021-04-121-2/+5
* mmc: core: Reduce code duplication to mmc_spi_send_{csd|cid}Yue Hu2021-03-301-30/+9
* mmc: core: Use host instead of card argument to mmc_spi_send_csd()Yue Hu2021-02-081-3/+3
* 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