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.12.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: mmc: fix switch timeout issue caused by jiffies precision
Chaotian Jing
2016-07-25
1
-1
/
+1
*
mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()
Chaotian Jing
2016-07-25
1
-9
/
+16
*
mmc: remove unnecessary assignment statements before return
Masahiro Yamada
2016-02-29
1
-15
/
+4
*
mmc: core: fix __mmc_switch timeout caused by preempt
Chaotian Jing
2015-12-22
1
-1
/
+8
*
mmc: mmc: extend the mmc_send_tuning()
Chaotian Jing
2015-10-27
1
-4
/
+4
*
mmc: core: Convert __mmc_switch() into an internal core function
Ulf Hansson
2015-10-26
1
-1
/
+0
*
mmc: core: Separate out the mmc_switch status check so it can be re-used
Adrian Hunter
2015-06-01
1
-14
/
+16
*
mmc: core: Hold re-tuning during switch commands
Adrian Hunter
2015-06-01
1
-10
/
+20
*
mmc: core: Make tuning block patterns static
Ulf Hansson
2015-01-19
1
-0
/
+30
*
mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter
Ulf Hansson
2014-12-08
1
-4
/
+3
*
mmc: core: add core-level function for sending tuning commands
Minda Chen
2014-11-26
1
-0
/
+70
*
mmc: core: Convert to use kzalloc() for CXD register buffers
Ulf Hansson
2014-11-10
1
-3
/
+3
*
mmc: core: Don't handle buffers on stack while fetching CXD registers
Ulf Hansson
2014-11-10
1
-20
/
+1
*
mmc: core: Remove the redundant mmc_send_ext_csd() API
Ulf Hansson
2014-11-10
1
-8
/
+2
*
mmc: core: Export mmc_get_ext_csd()
Ulf Hansson
2014-11-10
1
-0
/
+29
*
mmc: core: Add helper function for EXT_CSD support
Ulf Hansson
2014-11-10
1
-0
/
+5
*
mmc: Convert pr_warning to pr_warn
Joe Perches
2014-09-24
1
-2
/
+2
*
mmc: implement Driver Stage Register handling
Sascha Hauer
2014-09-09
1
-0
/
+20
*
mmc: core: Fixup busy detection for mmc switch operations
Ulf Hansson
2014-02-23
1
-7
/
+26
*
mmc: core: Minor simplifications to __mmc_switch
Ulf Hansson
2014-02-23
1
-11
/
+9
*
mmc: core: Add ignore_crc flag to __mmc_switch
Ulf Hansson
2014-02-23
1
-9
/
+10
*
mmc: core: Rename cmd_timeout_ms to busy_timeout
Ulf Hansson
2014-02-23
1
-1
/
+1
*
mmc: core: Silence compiler warning in __mmc_switch
Ulf Hansson
2013-11-08
1
-1
/
+1
*
mmc: core: Do not poll for busy with status cmd for all switch cmds
Ulf Hansson
2013-10-30
1
-5
/
+18
*
mmc: add ignorance case for CMD13 CRC error
Seungwon Jeon
2013-09-25
1
-28
/
+45
*
mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).
Minjian Wu
2013-08-24
1
-0
/
+1
*
mmc: core: Restructure and simplify code for mmc sleep|awake
Ulf Hansson
2013-05-26
1
-34
/
+0
*
mmc: card: Adding support for sanitize in eMMC 4.5
Maya Erez
2013-05-26
1
-0
/
+2
*
mmc: support packed write command for eMMC4.5 devices
Seungwon Jeon
2013-02-24
1
-0
/
+1
*
mmc: core: Fix some driver hangs when dealing with broken devices
Trey Ramsay
2012-12-06
1
-0
/
+11
*
mmc: support BKOPS feature for eMMC
Jaehoon Chung
2012-10-03
1
-4
/
+22
*
mmc: core: Remove bounce buffer in mmc_send_cxd_data()
Kyungsik Lee
2012-09-19
1
-16
/
+42
*
mmc: core: Fix the HPI execution sequence
Venkatraman S
2012-07-10
1
-1
/
+0
*
mmc: core: warn when card doesn't support HPI
Jaehoon Chung
2012-03-27
1
-4
/
+8
*
mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
mmc: core: support HPI send command
Jaehoon Chung
2011-10-26
1
-0
/
+31
*
mmc: replace printk with appropriate display macro
Girish K S
2011-10-26
1
-2
/
+2
*
mmc: fix integer assignments to pointer
Venkatraman S
2011-10-26
1
-2
/
+2
*
mmc: core: use defined R1_STATE_PRG macro for card status
Jaehoon Chung
2011-08-13
1
-1
/
+1
*
mmc: initialize struct mmc_request at declaration time
Chris Ball
2011-05-24
1
-6
/
+2
*
mmc: initialize struct mmc_data at declaration time
Chris Ball
2011-05-24
1
-4
/
+2
*
mmc: initialize struct mmc_command at declaration time
Chris Ball
2011-05-24
1
-37
/
+13
*
mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).
Andrei Warkentin
2011-05-24
1
-1
/
+15
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
mmc: Test bus-width for old MMC devices
Aries Lee
2011-01-08
1
-0
/
+101
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
mmc: check status after MMC SWITCH command
Adrian Hunter
2009-09-23
1
-0
/
+23
*
mmc: add mmc card sleep and awake support
Jarkko Lavinen
2009-09-23
1
-0
/
+36
*
mmc: fix data timeout for SEND_EXT_CSD
Adrian Hunter
2009-03-08
1
-6
/
+9
*
MMC: CSD and CID timeout values
Matthew Fleming
2008-10-12
1
-2
/
+6
[next]