index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
mmc_ops.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-13
mmc: use empty initializer list to zero-clear structures
Masahiro Yamada
1
-22
/
+22
2017-01-16
mmc: core: Restore parts of the polling policy when switch to HS/HS DDR
Ulf Hansson
1
-13
/
+12
2016-12-05
mmc: mmc: Introduce mmc_abort_tuning()
Adrian Hunter
1
-0
/
+25
2016-12-05
mmc: mmc: Relax checking for switch errors after HS200 switch
Adrian Hunter
1
-1
/
+8
2016-12-05
mmc: core: remove BUG_ONs from mmc
Shawn Lin
1
-17
/
+0
2016-11-29
mmc: core: Enable __mmc_switch() to change bus speed timing for the host
Ulf Hansson
1
-5
/
+15
2016-11-29
mmc: core: Check SWITCH_ERROR bit from each CMD13 response when polling
Ulf Hansson
1
-4
/
+8
2016-11-29
mmc: core: Rename ignore_crc to retry_crc_err to reflect its purpose
Ulf Hansson
1
-5
/
+5
2016-11-29
mmc: core: Remove redundant __mmc_send_status()
Ulf Hansson
1
-9
/
+1
2016-11-29
mmc: core: Retry instead of ignore at CRC errors when polling for busy
Ulf Hansson
1
-3
/
+6
2016-11-29
mmc: core: Don't use ->card_busy() and CMD13 in combination when polling
Ulf Hansson
1
-16
/
+14
2016-11-29
mmc: core: Factor out code related to polling in __mmc_switch()
Ulf Hansson
1
-49
/
+59
2016-11-29
mmc: core: Clarify code which deals with polling in __mmc_switch()
Ulf Hansson
1
-21
/
+18
2016-11-29
mmc: core: Make mmc_switch_status() available for mmc core
Ulf Hansson
1
-1
/
+14
2016-07-25
mmc: mmc: fix switch timeout issue caused by jiffies precision
Chaotian Jing
1
-1
/
+1
2016-07-25
mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()
Chaotian Jing
1
-9
/
+16
2016-02-29
mmc: remove unnecessary assignment statements before return
Masahiro Yamada
1
-15
/
+4
2015-12-22
mmc: core: fix __mmc_switch timeout caused by preempt
Chaotian Jing
1
-1
/
+8
2015-10-27
mmc: mmc: extend the mmc_send_tuning()
Chaotian Jing
1
-4
/
+4
2015-10-26
mmc: core: Convert __mmc_switch() into an internal core function
Ulf Hansson
1
-1
/
+0
2015-06-01
mmc: core: Separate out the mmc_switch status check so it can be re-used
Adrian Hunter
1
-14
/
+16
2015-06-01
mmc: core: Hold re-tuning during switch commands
Adrian Hunter
1
-10
/
+20
2015-01-19
mmc: core: Make tuning block patterns static
Ulf Hansson
1
-0
/
+30
2014-12-08
mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter
Ulf Hansson
1
-4
/
+3
2014-11-26
mmc: core: add core-level function for sending tuning commands
Minda Chen
1
-0
/
+70
2014-11-10
mmc: core: Convert to use kzalloc() for CXD register buffers
Ulf Hansson
1
-3
/
+3
2014-11-10
mmc: core: Don't handle buffers on stack while fetching CXD registers
Ulf Hansson
1
-20
/
+1
2014-11-10
mmc: core: Remove the redundant mmc_send_ext_csd() API
Ulf Hansson
1
-8
/
+2
2014-11-10
mmc: core: Export mmc_get_ext_csd()
Ulf Hansson
1
-0
/
+29
2014-11-10
mmc: core: Add helper function for EXT_CSD support
Ulf Hansson
1
-0
/
+5
2014-09-24
mmc: Convert pr_warning to pr_warn
Joe Perches
1
-2
/
+2
2014-09-09
mmc: implement Driver Stage Register handling
Sascha Hauer
1
-0
/
+20
2014-02-23
mmc: core: Fixup busy detection for mmc switch operations
Ulf Hansson
1
-7
/
+26
2014-02-23
mmc: core: Minor simplifications to __mmc_switch
Ulf Hansson
1
-11
/
+9
2014-02-23
mmc: core: Add ignore_crc flag to __mmc_switch
Ulf Hansson
1
-9
/
+10
2014-02-23
mmc: core: Rename cmd_timeout_ms to busy_timeout
Ulf Hansson
1
-1
/
+1
2013-11-08
mmc: core: Silence compiler warning in __mmc_switch
Ulf Hansson
1
-1
/
+1
2013-10-31
mmc: core: Do not poll for busy with status cmd for all switch cmds
Ulf Hansson
1
-5
/
+18
2013-09-26
mmc: add ignorance case for CMD13 CRC error
Seungwon Jeon
1
-28
/
+45
2013-08-25
mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).
Minjian Wu
1
-0
/
+1
2013-05-26
mmc: core: Restructure and simplify code for mmc sleep|awake
Ulf Hansson
1
-34
/
+0
2013-05-26
mmc: card: Adding support for sanitize in eMMC 4.5
Maya Erez
1
-0
/
+2
2013-02-24
mmc: support packed write command for eMMC4.5 devices
Seungwon Jeon
1
-0
/
+1
2012-12-06
mmc: core: Fix some driver hangs when dealing with broken devices
Trey Ramsay
1
-0
/
+11
2012-10-03
mmc: support BKOPS feature for eMMC
Jaehoon Chung
1
-4
/
+22
2012-09-19
mmc: core: Remove bounce buffer in mmc_send_cxd_data()
Kyungsik Lee
1
-16
/
+42
2012-07-11
mmc: core: Fix the HPI execution sequence
Venkatraman S
1
-1
/
+0
2012-03-27
mmc: core: warn when card doesn't support HPI
Jaehoon Chung
1
-4
/
+8
2011-11-01
mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
1
-0
/
+1
2011-10-27
mmc: core: support HPI send command
Jaehoon Chung
1
-0
/
+31
[next]