index
:
arm-boot/u-boot-imx.git
imx_3.14.38_6ul_engr
imx_v2009.08
imx_v2009.08_1.1.0
imx_v2009.08_10.04.01
imx_v2009.08_10.05.02
imx_v2009.08_10.07.11
imx_v2009.08_10.10.01
imx_v2009.08_10.11.01
imx_v2009.08_10.12.01
imx_v2009.08_11.04.01
imx_v2009.08_11.05.01
imx_v2009.08_11.09.01
imx_v2009.08_11.11.01
imx_v2009.08_12.01.01
imx_v2009.08_12.02.01
imx_v2009.08_12.09.01
imx_v2009.08_12.10.02
imx_v2009.08_3.0.0
imx_v2009.08_3.0.35_4.0.0
imx_v2009.08_3.0.35_4.1.0
imx_v2009.08_r13.4.y
imx_v2013.04_3.10.17_1.0.0_beta
imx_v2013.04_3.10.17_1.0.0_ga
imx_v2013.04_3.10.31_1.1.0_alpha
imx_v2013.04_3.10.9_1.0.0_alpha
imx_v2013.04_3.5.7_1.0.0_alpha
imx_v2014.04_3.10.31_1.1.0_beta
imx_v2014.04_3.10.31_1.1.0_beta2
imx_v2014.04_3.10.53_1.1.0_ga
imx_v2014.04_3.14.28_1.0.0_ga
imx_v2014.04_3.14.28_7d_alpha
imx_v2014.04_3.14.38_6qp_beta
imx_v2014.04_kk4.4.3_2.y
imx_v2015.04
imx_v2015.04_3.14.38_6qp_ga
imx_v2015.04_3.14.38_6ul7d_beta
imx_v2015.04_3.14.38_6ul_ga
imx_v2015.04_3.14.52_1.1.0_ga
imx_v2015.04_4.1.15_1.0.0_ga
imx_v2015.04_brillo
imx_v2016.03_4.1.15_2.0.0_ga
imx_v2016.03_4.1.30_7ulp_alpha
imx_v2016.03_4.1.33_7ulp_beta
imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga
isee_imx_v2017.03_4.9.11_1.0.0_ga_TEST
maddev-imx-android-r10.3
maddev-imx-android-r13.2
master
scm-imx_v2016.03_4.1.15_2.0.0_ga
U-boot NXP imx6
git@iatec.biz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
mmc.c
Commit message (
Expand
)
Author
Age
Lines
*
part/dev_desc: Add log2 of blocksize to block_dev_desc data struct
Egbert Eich
2013-05-01
-0
/
+1
*
mmc: Define a constant for the maximum block size
Simon Glass
2013-05-01
-12
/
+13
*
mmc: check the revision for sd3.0
Jaehoon Chung
2013-04-17
-0
/
+2
*
mmc: support the correct card version for eMMC
Jaehoon Chung
2013-04-17
-0
/
+18
*
mmc: mmc_getcd/getwp: use sensible defaults
Peter Korsgaard
2013-03-24
-4
/
+12
*
mmc: add support for write protection
Nikita Kiryanov
2013-03-08
-0
/
+17
*
mmc: Properly determine maximum supported bus width
Andy Fleming
2012-11-27
-12
/
+35
*
mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID
Taylor Hutt
2012-11-27
-7
/
+9
*
drivers/mmc/mmc.c: sparse fixes
Kim Phillips
2012-11-04
-18
/
+19
*
MMC: Remove the MMC bounce buffer
Marek Vasut
2012-10-22
-92
/
+0
*
mmc_get_dev: Return error if mmc_init fails
Benoît Thébaudeau
2012-09-05
-2
/
+1
*
mmc: detect boot sectors using EXT_CSD_BOOT_MULT too
Stephen Warren
2012-09-05
-1
/
+2
*
MMC: u-boot-spl may be compiled without partition support
Mikhail Kshevetskiy
2012-09-05
-0
/
+2
*
mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used
Yoshihiro Shimoda
2012-09-05
-5
/
+5
*
mmc: fix wrong timeout check in mmc_send_status()
Jongman Heo
2012-09-05
-1
/
+1
*
mmc: Remove unused item flags in struct mmc_cmd
Kaspter Ju
2012-09-02
-28
/
+0
*
SD/MMC: check the card status during erase operation
Jerry Huang
2012-07-13
-0
/
+5
*
mmc:fix Call mmc_init() when executing mmc_get_dev()
Łukasz Majewski
2012-07-13
-1
/
+4
*
mmc: remove the hard setting for tran_speed
Jaehoon Chung
2012-07-13
-6
/
+7
*
mmc:fix: Set mmc width according to MMC host capabilities
Łukasz Majewski
2012-05-08
-1
/
+3
*
mmc: Fix warning if CONFIG_MMC_TRACE is enabled
Dirk Behme
2012-04-21
-1
/
+1
*
drivers/mmc/mmc.c: Fix build warning
Anatolij Gustschin
2012-03-30
-1
/
+1
*
MMC: Implement generic bounce buffer
Marek Vasut
2012-03-29
-3
/
+99
*
mmc: make mmc_send_status() more reliable
Jan Kloetzke
2012-02-15
-8
/
+12
*
mmc: fix card busy polling
Jan Kloetzke
2012-02-15
-8
/
+6
*
mmc: Implement card detection.
Thierry Reding
2012-01-08
-0
/
+18
*
mmc: Change board_mmc_getcd() function prototype.
Thierry Reding
2012-01-08
-2
/
+2
*
mmc: add host_caps checking avoid switch card improperly
Macpaul Lin
2012-01-08
-0
/
+10
*
Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"
Macpaul Lin
2011-11-25
-14
/
+2
*
mmc: CMD7:MMC_CMD_SELECT_CARD response fix
Ajay Bhargav
2011-11-03
-1
/
+1
*
mmc: test mmc bus width on startup
Lei Wen
2011-11-03
-18
/
+26
*
mmc: change magic number to macro define
Lei Wen
2011-11-03
-9
/
+12
*
mmc: retry the cmd8 to meet 74 clocks requirement in the spec
Lei Wen
2011-11-03
-2
/
+14
*
mmc: dcache: allocate cache aligned buffers for ext_csd
Anton staaf
2011-10-25
-2
/
+2
*
mmc: dcache: allocate cache aligned buffer for scr and switch_status
Anton staaf
2011-10-25
-5
/
+5
*
mmc: Fix mmc_send_status()
Marek Vasut
2011-09-04
-1
/
+2
*
disk/part.c: Make features optional
Matthew McClintock
2011-07-26
-0
/
+2
*
mmc: Access mode validation for eMMC cards > 2 GiB
Łukasz Majewski
2011-07-15
-1
/
+5
*
mmc: fix the condition for MMC version 4
Yoshihiro Shimoda
2011-07-15
-4
/
+11
*
MMC: add erase function to both mmc and sd
Lei Wen
2011-07-15
-0
/
+102
*
Minor coding style cleanup.
Wolfgang Denk
2011-05-19
-4
/
+4
*
mmc: enable partition switch function for emmc
Lei Wen
2011-05-18
-1
/
+29
*
cmd_mmc: eliminate device num in the mmc command
Lei Wen
2011-05-18
-0
/
+5
*
MMC: make b_max unconditional
John Rigby
2011-04-29
-4
/
+4
*
MMC may wrongly regconize 2GB eMMC as high capacity
Raffaele Recalcati
2011-04-13
-3
/
+0
*
mmc: trace added
Raffaele Recalcati
2011-04-13
-0
/
+57
*
mmc: SEND_OP_COND considers card capabilities (voltage)
Raffaele Recalcati
2011-04-13
-3
/
+18
*
mmc: checking status after commands with R1b response
Raffaele Recalcati
2011-04-13
-3
/
+59
*
mmc: remove duplicated header file
Minkyu Kang
2011-04-13
-1
/
+0
*
mmc: add generic mmc spi driver
Thomas Chou
2011-04-13
-20
/
+73
[next]