index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
mmc_ops.c
Age
Commit message (
Expand
)
Author
2016-07-25
mmc: mmc: fix switch timeout issue caused by jiffies precision
Chaotian Jing
2016-07-25
mmc: mmc: Use ->card_busy() to detect busy cards in __mmc_switch()
Chaotian Jing
2016-02-29
mmc: remove unnecessary assignment statements before return
Masahiro Yamada
2015-12-22
mmc: core: fix __mmc_switch timeout caused by preempt
Chaotian Jing
2015-10-27
mmc: mmc: extend the mmc_send_tuning()
Chaotian Jing
2015-10-26
mmc: core: Convert __mmc_switch() into an internal core function
Ulf Hansson
2015-06-01
mmc: core: Separate out the mmc_switch status check so it can be re-used
Adrian Hunter
2015-06-01
mmc: core: Hold re-tuning during switch commands
Adrian Hunter
2015-01-19
mmc: core: Make tuning block patterns static
Ulf Hansson
2014-12-08
mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter
Ulf Hansson
2014-11-26
mmc: core: add core-level function for sending tuning commands
Minda Chen
2014-11-10
mmc: core: Convert to use kzalloc() for CXD register buffers
Ulf Hansson
2014-11-10
mmc: core: Don't handle buffers on stack while fetching CXD registers
Ulf Hansson
2014-11-10
mmc: core: Remove the redundant mmc_send_ext_csd() API
Ulf Hansson
2014-11-10
mmc: core: Export mmc_get_ext_csd()
Ulf Hansson
2014-11-10
mmc: core: Add helper function for EXT_CSD support
Ulf Hansson
2014-09-24
mmc: Convert pr_warning to pr_warn
Joe Perches
2014-09-09
mmc: implement Driver Stage Register handling
Sascha Hauer
2014-02-23
mmc: core: Fixup busy detection for mmc switch operations
Ulf Hansson
2014-02-23
mmc: core: Minor simplifications to __mmc_switch
Ulf Hansson
2014-02-23
mmc: core: Add ignore_crc flag to __mmc_switch
Ulf Hansson
2014-02-23
mmc: core: Rename cmd_timeout_ms to busy_timeout
Ulf Hansson
2013-11-08
mmc: core: Silence compiler warning in __mmc_switch
Ulf Hansson
2013-10-30
mmc: core: Do not poll for busy with status cmd for all switch cmds
Ulf Hansson
2013-09-25
mmc: add ignorance case for CMD13 CRC error
Seungwon Jeon
2013-08-24
mmc: core: Set data timeout for mmc bus test commands (CMD14 and CMD19).
Minjian Wu
2013-05-26
mmc: core: Restructure and simplify code for mmc sleep|awake
Ulf Hansson
2013-05-26
mmc: card: Adding support for sanitize in eMMC 4.5
Maya Erez
2013-02-24
mmc: support packed write command for eMMC4.5 devices
Seungwon Jeon
2012-12-06
mmc: core: Fix some driver hangs when dealing with broken devices
Trey Ramsay
2012-10-03
mmc: support BKOPS feature for eMMC
Jaehoon Chung
2012-09-19
mmc: core: Remove bounce buffer in mmc_send_cxd_data()
Kyungsik Lee
2012-07-10
mmc: core: Fix the HPI execution sequence
Venkatraman S
2012-03-27
mmc: core: warn when card doesn't support HPI
Jaehoon Chung
2011-10-31
mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
2011-10-26
mmc: core: support HPI send command
Jaehoon Chung
2011-10-26
mmc: replace printk with appropriate display macro
Girish K S
2011-10-26
mmc: fix integer assignments to pointer
Venkatraman S
2011-08-13
mmc: core: use defined R1_STATE_PRG macro for card status
Jaehoon Chung
2011-05-24
mmc: initialize struct mmc_request at declaration time
Chris Ball
2011-05-24
mmc: initialize struct mmc_data at declaration time
Chris Ball
2011-05-24
mmc: initialize struct mmc_command at declaration time
Chris Ball
2011-05-24
mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).
Andrei Warkentin
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-01-08
mmc: Test bus-width for old MMC devices
Aries Lee
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-09-23
mmc: check status after MMC SWITCH command
Adrian Hunter
2009-09-23
mmc: add mmc card sleep and awake support
Jarkko Lavinen
2009-03-08
mmc: fix data timeout for SEND_EXT_CSD
Adrian Hunter
2008-10-12
MMC: CSD and CID timeout values
Matthew Fleming
[next]