index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
mmc_ops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_COND
Ulf Hansson
2022-03-07
1
-4
/
+9
*
mmc: core: adjust polling interval for CMD1
Huijin Park
2021-12-14
1
-29
/
+54
*
mmc: core: change __mmc_poll_for_busy() parameter type
Huijin Park
2021-12-14
1
-3
/
+3
*
mmc: core: Issue HPI in case the BKOPS timed out
Bean Huo
2021-08-24
1
-2
/
+9
*
mmc: core: Avoid hogging the CPU while polling for busy after I/O writes
Ulf Hansson
2021-08-24
1
-0
/
+1
*
mmc: core: Avoid hogging the CPU while polling for busy in the I/O err path
Ulf Hansson
2021-08-24
1
-1
/
+3
*
mmc: Improve function name when aborting a tuning cmd
Wolfram Sang
2021-06-14
1
-2
/
+2
*
mmc: core: Add support for cache ctrl for SD cards
Ulf Hansson
2021-06-14
1
-0
/
+1
*
mmc: core: Move eMMC cache flushing to a new bus_ops callback
Ulf Hansson
2021-06-14
1
-21
/
+0
*
mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmds
Ulf Hansson
2021-06-14
1
-6
/
+5
*
mmc: core: Extend re-use of __mmc_poll_for_busy()
Ulf Hansson
2021-06-14
1
-15
/
+27
*
mmc: core: Re-structure some code in __mmc_poll_for_busy()
Ulf Hansson
2021-06-14
1
-14
/
+13
*
mmc: core: Take into account MMC_CAP_NEED_RSP_BUSY for eMMC HPI commands
Ulf Hansson
2021-06-14
1
-16
/
+5
*
mmc: core: Drop open coding when preparing commands with busy signaling
Ulf Hansson
2021-06-14
1
-19
/
+23
*
mmc: block: Issue a cache flush only when it's enabled
Avri Altman
2021-04-26
1
-3
/
+1
*
mmc: core: Let eMMC sanitize not retry in case of timeout/failure
Bean Huo
2021-04-15
1
-2
/
+2
*
mmc: core: Add a retries parameter to __mmc_switch function
Bean Huo
2021-04-15
1
-3
/
+4
*
mmc: core: Use userland specified timeout value for eMMC sanitize
Bean Huo
2021-04-12
1
-2
/
+5
*
mmc: core: Reduce code duplication to mmc_spi_send_{csd|cid}
Yue Hu
2021-03-30
1
-30
/
+9
*
mmc: core: Use host instead of card argument to mmc_spi_send_csd()
Yue Hu
2021-02-08
1
-3
/
+3
*
mmc: core: make mmc_interrupt_hpi() static
Jason Yan
2020-04-20
1
-1
/
+1
*
mmc: core: Re-work the code for eMMC sanitize
Ulf Hansson
2020-03-26
1
-3
/
+35
*
mmc: core: Fixup support for HW busy detection for HPI commands
Ulf Hansson
2020-03-24
1
-11
/
+25
*
mmc: core: Convert to mmc_poll_for_busy() for HPI commands
Ulf Hansson
2020-03-24
1
-15
/
+5
*
mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()
Ulf Hansson
2020-03-24
1
-4
/
+2
*
mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discard
Ulf Hansson
2020-03-24
1
-6
/
+24
*
mmc: core: Update CMD13 busy check for CMD6 commands
Ulf Hansson
2020-03-24
1
-1
/
+1
*
mmc: core: Split up mmc_poll_for_busy()
Ulf Hansson
2020-03-24
1
-16
/
+31
*
mmc: core: Drop redundant in-parameter to __mmc_switch()
Ulf Hansson
2020-03-24
1
-8
/
+3
*
mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()
Ulf Hansson
2020-03-24
1
-7
/
+2
*
mmc: core: Drop unused define
Ulf Hansson
2020-03-24
1
-1
/
+0
*
mmc: core: Throttle polling rate for CMD6
Ulf Hansson
2020-03-24
1
-0
/
+8
*
mmc: core: Allow host controllers to require R1B for CMD6
Ulf Hansson
2020-03-11
1
-2
/
+4
*
mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
Ulf Hansson
2020-01-24
1
-14
/
+11
*
mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMC
Ulf Hansson
2020-01-24
1
-3
/
+6
*
Revert "mmc: core: do not retry CMD6 in __mmc_switch()"
Jan Kaisrlik
2019-09-03
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
mmc: core: retry CMD1 in mmc_send_op_cond() even if the ocr = 0
Yoshihiro Shimoda
2019-04-29
1
-5
/
+11
*
mmc: core: do not retry CMD6 in __mmc_switch()
Chaotian Jing
2019-02-28
1
-1
/
+1
*
mmc: core: Cleanup BKOPS support
Ulf Hansson
2018-12-17
1
-69
/
+18
*
mmc: core: Drop redundant check in mmc_send_hpi_cmd()
Ulf Hansson
2018-12-17
1
-6
/
+0
*
mmc: core: Adjust and reuse the macro of R1_STATUS(x)
Shawn Lin
2018-07-16
1
-1
/
+1
*
mmc: core: Avoid hanging to claim host for mmc via some nested calls
Ulf Hansson
2018-02-27
1
-4
/
+0
*
mmc: core: Export a few functions needed for blkmq support
Adrian Hunter
2017-10-30
1
-0
/
+1
*
mmc: core: Remove unnecessary host claim
Adrian Hunter
2017-10-30
1
-4
/
+1
*
mmc: ops: export mmc_get_status()
Linus Walleij
2017-08-30
1
-0
/
+1
*
mmc: mmc_ops: fix a typo for comment of mmc_start_bkops
Shawn Lin
2017-08-30
1
-1
/
+1
*
mmc: core: Clarify code for sending CSD
Ulf Hansson
2017-06-20
1
-5
/
+10
*
mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() instead
Ulf Hansson
2017-06-20
1
-19
/
+1
*
mmc: core: Re-factor code for sending CID
Ulf Hansson
2017-06-20
1
-2
/
+10
[next]