Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
15e874d252c1b1738d0605c9ecaaad48a2b97cc9
/
drivers
/
mmc
/
mmc.c
15e874d
mmc: fix ERASE_GRP_DEF handling
by Hannes Petermaier
· 10 years ago
aedeeaa
mmc: prevent some warnings with make W=1
by Jeroen Hofstee
· 10 years ago
4772630
dirvers: mmc: use __weak
by Jeroen Hofstee
· 10 years ago
bf0c785
mmc: return meaningful error codes from mmc_select_hwpart
by Stephen Warren
· 11 years ago
e61f9f6
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
52c44e4
mmc: provide a select_hwpart implementation for get_device()
by Stephen Warren
· 11 years ago
e80682f
mmc: Handle switch error status bit in MMC card status
by Andrew Gabbasov
· 11 years ago
da35178
mmc: postponed needless timer initialization
by Mateusz Zalega
· 11 years ago
38ce30b
mmc: support the DDR mode for eMMC
by Jaehoon Chung
· 11 years ago
0d1791d
mmc: remove the unnecessary define and fix the wrong bit control
by Jaehoon Chung
· 11 years ago
35a3ea1
mmc: Add 'mmc rst-function' sub-command
by Tom Rini
· 11 years ago
2c85046
mmc: Split mmc struct, rework mmc initialization (v2)
by Pantelis Antoniou
· 11 years ago
c9e7591
mmc: Remove ops from struct mmc and put in mmc_ops
by Pantelis Antoniou
· 11 years ago
f85cd82
cmd_mmc.c: Drop open/close mmc sub-commands
by Tom Rini
· 11 years ago
4cf854c
cmd_mmc.c: Add bootbus mmc sub-command
by Tom Rini
· 11 years ago
f8c6f79
cmd_mmc.c: Add 'partconf' command to mmc
by Tom Rini
· 11 years ago
f6545f1
mmc: set rca to 1 for MMC cards
by Stephen Warren
· 11 years ago
0395141
mmc: add setdsr support
by Markus Niebel
· 11 years ago
b3f1409
mmc: Fix erase_grp_size for partitioned card
by Oliver Metz
· 11 years ago
8d30cc9
mmc: don't support write & erase for SPL builds
by Paul Burton
· 11 years ago
6a7c5ba
mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT
by Paul Burton
· 11 years ago
03652dd
mmc: Remove unused variable backup from mmc_send_cmd()
by Oleksandr Tyshchenko
· 11 years ago
9ff7026
powerpc: mpc85xx: Support booting from SD Card with SPL
by Ying Zhang
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
4bdf6fd
Fix block device accesses beyond 2TiB
by Sascha Silbe
· 11 years ago
85bfd2e
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
e259cfa
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
e315ae8
mmc: report capacity for the selected partition
by Stephen Warren
· 11 years ago
aa05e01
mmc write bug fix
by Ruud Commandeur
· 12 years ago
1104e9b
MMC: APIs to support resize of EMMC boot partition
by Amar
· 12 years ago
4a2c7d7
mmc: Split device init to decouple OCR-polling delay
by Che-Liang Chiou
· 12 years ago
2eec2ab
part/dev_desc: Add log2 of blocksize to block_dev_desc data struct
by Egbert Eich
· 12 years ago
a09c2b7
mmc: Define a constant for the maximum block size
by Simon Glass
· 12 years ago
d552bd1
mmc: check the revision for sd3.0
by Jaehoon Chung
· 12 years ago
6108ef6
mmc: support the correct card version for eMMC
by Jaehoon Chung
· 12 years ago
f7b1510
mmc: mmc_getcd/getwp: use sensible defaults
by Peter Korsgaard
· 12 years ago
020f261
mmc: add support for write protection
by Nikita Kiryanov
· 12 years ago
eb766ad
mmc: Properly determine maximum supported bus width
by Andy Fleming
· 12 years ago
7367ec2
mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID
by Taylor Hutt
· 12 years ago
87ea389
drivers/mmc/mmc.c: sparse fixes
by Kim Phillips
· 12 years ago
5ac2064
MMC: Remove the MMC bounce buffer
by Marek Vasut
· 12 years ago
6ce8aed
mmc_get_dev: Return error if mmc_init fails
by Benoît Thébaudeau
· 12 years ago
009784c
mmc: detect boot sectors using EXT_CSD_BOOT_MULT too
by Stephen Warren
· 12 years ago
5cbfa8e7a
MMC: u-boot-spl may be compiled without partition support
by Mikhail Kshevetskiy
· 12 years ago
f6bec73
mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used
by Yoshihiro Shimoda
· 12 years ago
1be00d9
mmc: fix wrong timeout check in mmc_send_status()
by Jongman Heo
· 12 years ago
ee939dd
mmc: Remove unused item flags in struct mmc_cmd
by Kaspter Ju
· 12 years ago
15c9ad9
SD/MMC: check the card status during erase operation
by Jerry Huang
· 13 years ago
65b04cf
mmc:fix Call mmc_init() when executing mmc_get_dev()
by Łukasz Majewski
· 13 years ago
e1d4c7b
mmc: remove the hard setting for tran_speed
by Jaehoon Chung
· 13 years ago
b6fe0dc
mmc:fix: Set mmc width according to MMC host capabilities
by Łukasz Majewski
· 13 years ago
c9cb4a9
mmc: Fix warning if CONFIG_MMC_TRACE is enabled
by Dirk Behme
· 13 years ago
dfad56c
drivers/mmc/mmc.c: Fix build warning
by Anatolij Gustschin
· 13 years ago
dccb608
MMC: Implement generic bounce buffer
by Marek Vasut
· 13 years ago
3178932
mmc: make mmc_send_status() more reliable
by Jan Kloetzke
· 13 years ago
4e929dd
mmc: fix card busy polling
by Jan Kloetzke
· 13 years ago
b9c8b77
mmc: Implement card detection.
by Thierry Reding
· 13 years ago
d7aebf4
mmc: Change board_mmc_getcd() function prototype.
by Thierry Reding
· 13 years ago
24e92ec
mmc: add host_caps checking avoid switch card improperly
by Macpaul Lin
· 13 years ago
028bde1
Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"
by Macpaul Lin
· 13 years ago
4a32fba
mmc: CMD7:MMC_CMD_SELECT_CARD response fix
by Ajay Bhargav
· 13 years ago
4f5a6a5
mmc: test mmc bus width on startup
by Lei Wen
· 13 years ago
217467f
mmc: change magic number to macro define
by Lei Wen
· 13 years ago
2ecf6e9
mmc: retry the cmd8 to meet 74 clocks requirement in the spec
by Lei Wen
· 13 years ago
82d04cb
mmc: dcache: allocate cache aligned buffers for ext_csd
by Anton staaf
· 13 years ago
9b00f0d
mmc: dcache: allocate cache aligned buffer for scr and switch_status
by Anton staaf
· 13 years ago
c442739
mmc: Fix mmc_send_status()
by Marek Vasut
· 13 years ago
6252b4f
disk/part.c: Make features optional
by Matthew McClintock
· 14 years ago
237823e
mmc: Access mode validation for eMMC cards > 2 GiB
by Łukasz Majewski
· 13 years ago
7d88de5
mmc: fix the condition for MMC version 4
by Yoshihiro Shimoda
· 13 years ago
ea52676
MMC: add erase function to both mmc and sd
by Lei Wen
· 13 years ago
80f7021
Minor coding style cleanup.
by Wolfgang Denk
· 14 years ago
31b9980
mmc: enable partition switch function for emmc
by Lei Wen
· 14 years ago
d430d7c
cmd_mmc: eliminate device num in the mmc command
by Lei Wen
· 14 years ago
f2f4366
MMC: make b_max unconditional
by John Rigby
· 14 years ago
6348b13
MMC may wrongly regconize 2GB eMMC as high capacity
by Raffaele Recalcati
· 14 years ago
894b1e2
mmc: trace added
by Raffaele Recalcati
· 14 years ago
1df837e
mmc: SEND_OP_COND considers card capabilities (voltage)
by Raffaele Recalcati
· 14 years ago
01a0dc6
mmc: checking status after commands with R1b response
by Raffaele Recalcati
· 14 years ago
4c92a65
mmc: remove duplicated header file
by Minkyu Kang
· 14 years ago
1254c3d
mmc: add generic mmc spi driver
by Thomas Chou
· 14 years ago
b588caf
mmc: constify & localize data
by Mike Frysinger
· 14 years ago
d0e3c80
MMC: Max blocks value adjustable
by Matt Waddel
· 14 years ago
24bb5ab
SD1.00 wide-bus fix
by Alagu Sankar
· 15 years ago
c25d1b9
mmc: Add multi-block read support to the generic mmc driver
by Alagu Sankar
· 14 years ago
eb28886
mmc: Clean up generic mmc driver multi-block write functions
by Steve Sakoman
· 14 years ago
6b405b7
mmc: seperate block number into small parts for multi-write cmd
by Lei Wen
· 14 years ago
232293c
MMC: Fix for capacity calculation on eMMC
by Sukumar Ghorai
· 14 years ago
b030574
mmc: fix compiler warnings
by Wolfgang Denk
· 14 years ago
e1cc9c8
mmc: add boundary check for mmc operation
by Lei Wen
· 14 years ago
b98d58e
Fix memory leak in mmc_read()
by Wolfgang Denk
· 15 years ago
6e00edf
MMC: add weak function to detect MMC/SD card
by Stefano Babic
· 15 years ago
f8e9a21
mmc: check correctness of the voltage mask in ocr
by Stefano Babic
· 15 years ago
8459aab
mmc: set bus width to 1 and clock to minimum early during initialization
by Ilya Yanok
· 15 years ago
6e8edf4
mmc: Fix decoding of SCR & function switch data on little-endian machines
by Yauhen Kharuzhy
· 16 years ago
b5198b3
mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
by Yauhen Kharuzhy
· 16 years ago
b6eed94
mmc: drop unnecessary casts
by Rabin Vincent
· 16 years ago
bdf7a68
mmc: fix response decoding on little endian
by Rabin Vincent
· 16 years ago
69d4e2c
mmc: use lldiv to fix arm eabi build
by Rabin Vincent
· 16 years ago
3e448aa
mmc: check find_mmc_device return value
by Rabin Vincent
· 16 years ago
Next »