Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
7f1961018cb494c029fcbb446e6562064735ec5e
/
drivers
/
mmc
/
mmc.c
786a27b
mmc: Fix mmc bus width
by Mario Schuknecht
· 10 years ago
6dc93e7
mmc: restore capacity when switching to partition 0
by Peter Bigot
· 10 years ago
021a805
mmc: fix ERASE_GRP_DEF handling
by Hannes Petermaier
· 10 years ago
750121c
mmc: prevent some warnings with make W=1
by Jeroen Hofstee
· 10 years ago
cee9ab7
dirvers: mmc: use __weak
by Jeroen Hofstee
· 10 years ago
d4622df
mmc: return meaningful error codes from mmc_select_hwpart
by Stephen Warren
· 10 years ago
cc49da2
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
d235628
mmc: provide a select_hwpart implementation for get_device()
by Stephen Warren
· 10 years ago
6b2221b
mmc: Handle switch error status bit in MMC card status
by Andrew Gabbasov
· 11 years ago
d803fea
mmc: postponed needless timer initialization
by Mateusz Zalega
· 11 years ago
d22e3d4
mmc: support the DDR mode for eMMC
by Jaehoon Chung
· 10 years ago
8caf46d
mmc: remove the unnecessary define and fix the wrong bit control
by Jaehoon Chung
· 10 years ago
33ace36
mmc: Add 'mmc rst-function' sub-command
by Tom Rini
· 11 years ago
93bfd61
mmc: Split mmc struct, rework mmc initialization (v2)
by Pantelis Antoniou
· 11 years ago
ab769f2
mmc: Remove ops from struct mmc and put in mmc_ops
by Pantelis Antoniou
· 11 years ago
614b2bf
cmd_mmc.c: Drop open/close mmc sub-commands
by Tom Rini
· 11 years ago
5a99b9d
cmd_mmc.c: Add bootbus mmc sub-command
by Tom Rini
· 11 years ago
792970b
cmd_mmc.c: Add 'partconf' command to mmc
by Tom Rini
· 11 years ago
def816a
mmc: set rca to 1 for MMC cards
by Stephen Warren
· 11 years ago
ab71188
mmc: add setdsr support
by Markus Niebel
· 11 years ago
1937e5a
mmc: Fix erase_grp_size for partitioned card
by Oliver Metz
· 11 years ago
da61fa5
mmc: don't support write & erase for SPL builds
by Paul Burton
· 11 years ago
5619682
mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT
by Paul Burton
· 11 years ago
c30054b
mmc: Remove unused variable backup from mmc_send_cmd()
by Oleksandr Tyshchenko
· 11 years ago
bb0dc10
powerpc: mpc85xx: Support booting from SD Card with SPL
by Ying Zhang
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
ff8fef5
Fix block device accesses beyond 2TiB
by Sascha Silbe
· 11 years ago
348e47f
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 11 years ago
69f14dc
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
f866a46
mmc: report capacity for the selected partition
by Stephen Warren
· 11 years ago
a586c0a
mmc write bug fix
by Ruud Commandeur
· 11 years ago
3690d6d
MMC: APIs to support resize of EMMC boot partition
by Amar
· 12 years ago
e955044
mmc: Split device init to decouple OCR-polling delay
by Che-Liang Chiou
· 12 years ago
0472fbf
part/dev_desc: Add log2 of blocksize to block_dev_desc data struct
by Egbert Eich
· 12 years ago
8bfa195
mmc: Define a constant for the maximum block size
by Simon Glass
· 12 years ago
1741c64
mmc: check the revision for sd3.0
by Jaehoon Chung
· 12 years ago
64f4a61
mmc: support the correct card version for eMMC
by Jaehoon Chung
· 12 years ago
d4e1da4
mmc: mmc_getcd/getwp: use sensible defaults
by Peter Korsgaard
· 12 years ago
d23d8d7
mmc: add support for write protection
by Nikita Kiryanov
· 12 years ago
7798f6d
mmc: Properly determine maximum supported bus width
by Andy Fleming
· 12 years ago
babce5f
mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID
by Taylor Hutt
· 12 years ago
fdbb873
drivers/mmc/mmc.c: sparse fixes
by Kim Phillips
· 12 years ago
49a627f
MMC: Remove the MMC bounce buffer
by Marek Vasut
· 12 years ago
6bb4b4b
mmc_get_dev: Return error if mmc_init fails
by Benoît Thébaudeau
· 12 years ago
8948ea8
mmc: detect boot sectors using EXT_CSD_BOOT_MULT too
by Stephen Warren
· 12 years ago
122efd4
MMC: u-boot-spl may be compiled without partition support
by Mikhail Kshevetskiy
· 12 years ago
cdfd1ac
mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used
by Yoshihiro Shimoda
· 12 years ago
5b0c942
mmc: fix wrong timeout check in mmc_send_status()
by Jongman Heo
· 12 years ago
67cbbf2
mmc: Remove unused item flags in struct mmc_cmd
by Kaspter Ju
· 12 years ago
d2d8afa
SD/MMC: check the card status during erase operation
by Jerry Huang
· 12 years ago
40242bc
mmc:fix Call mmc_init() when executing mmc_get_dev()
by Łukasz Majewski
· 13 years ago
ad5fd92
mmc: remove the hard setting for tran_speed
by Jaehoon Chung
· 13 years ago
6272203
mmc:fix: Set mmc width according to MMC host capabilities
by Łukasz Majewski
· 13 years ago
146bec7
mmc: Fix warning if CONFIG_MMC_TRACE is enabled
by Dirk Behme
· 13 years ago
dc3faf0
drivers/mmc/mmc.c: Fix build warning
by Anatolij Gustschin
· 13 years ago
8635ff9
MMC: Implement generic bounce buffer
by Marek Vasut
· 13 years ago
d617c42
mmc: make mmc_send_status() more reliable
by Jan Kloetzke
· 13 years ago
93ad0d1
mmc: fix card busy polling
by Jan Kloetzke
· 13 years ago
48972d9
mmc: Implement card detection.
by Thierry Reding
· 13 years ago
314284b
mmc: Change board_mmc_getcd() function prototype.
by Thierry Reding
· 13 years ago
2c3fbf4
mmc: add host_caps checking avoid switch card improperly
by Macpaul Lin
· 13 years ago
afd5932
Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"
by Macpaul Lin
· 13 years ago
fe8f706
mmc: CMD7:MMC_CMD_SELECT_CARD response fix
by Ajay Bhargav
· 13 years ago
4137894
mmc: test mmc bus width on startup
by Lei Wen
· 13 years ago
0560db1
mmc: change magic number to macro define
by Lei Wen
· 13 years ago
02f3029
mmc: retry the cmd8 to meet 74 clocks requirement in the spec
by Lei Wen
· 13 years ago
a196992
mmc: dcache: allocate cache aligned buffers for ext_csd
by Anton staaf
· 13 years ago
f781dd3
mmc: dcache: allocate cache aligned buffer for scr and switch_status
by Anton staaf
· 13 years ago
aaf3d41
mmc: Fix mmc_send_status()
by Marek Vasut
· 13 years ago
df3fc52
disk/part.c: Make features optional
by Matthew McClintock
· 13 years ago
b1f1e821
mmc: Access mode validation for eMMC cards > 2 GiB
by Łukasz Majewski
· 13 years ago
639b782
mmc: fix the condition for MMC version 4
by Yoshihiro Shimoda
· 13 years ago
e6f99a5
MMC: add erase function to both mmc and sd
by Lei Wen
· 13 years ago
cd6881b
Minor coding style cleanup.
by Wolfgang Denk
· 13 years ago
bc897b1
mmc: enable partition switch function for emmc
by Lei Wen
· 14 years ago
ea6ebe2
cmd_mmc: eliminate device num in the mmc command
by Lei Wen
· 14 years ago
8feafcc
MMC: make b_max unconditional
by John Rigby
· 14 years ago
8511cd8
MMC may wrongly regconize 2GB eMMC as high capacity
by Raffaele Recalcati
· 14 years ago
5db2fe3
mmc: trace added
by Raffaele Recalcati
· 14 years ago
31cacba
mmc: SEND_OP_COND considers card capabilities (voltage)
by Raffaele Recalcati
· 14 years ago
5d4fc8d
mmc: checking status after commands with R1b response
by Raffaele Recalcati
· 14 years ago
8baf939
mmc: remove duplicated header file
by Minkyu Kang
· 14 years ago
d52ebf1
mmc: add generic mmc spi driver
by Thomas Chou
· 14 years ago
5f837c2
mmc: constify & localize data
by Mike Frysinger
· 14 years ago
ce0fbcd
MMC: Max blocks value adjustable
by Matt Waddel
· 14 years ago
b44c708
SD1.00 wide-bus fix
by Alagu Sankar
· 14 years ago
4a1a06b
mmc: Add multi-block read support to the generic mmc driver
by Alagu Sankar
· 14 years ago
def412b
mmc: Clean up generic mmc driver multi-block write functions
by Steve Sakoman
· 14 years ago
0158126
mmc: seperate block number into small parts for multi-write cmd
by Lei Wen
· 14 years ago
d23e2c0
MMC: Fix for capacity calculation on eMMC
by Sukumar Ghorai
· 14 years ago
fe64fd4
mmc: fix compiler warnings
by Wolfgang Denk
· 14 years ago
d2bf29e
mmc: add boundary check for mmc operation
by Lei Wen
· 14 years ago
8c4444f
Fix memory leak in mmc_read()
by Wolfgang Denk
· 15 years ago
11fdade
MMC: add weak function to detect MMC/SD card
by Stefano Babic
· 15 years ago
250de12
mmc: check correctness of the voltage mask in ocr
by Stefano Babic
· 15 years ago
b86b85e
mmc: set bus width to 1 and clock to minimum early during initialization
by Ilya Yanok
· 15 years ago
4e3d89b
mmc: Fix decoding of SCR & function switch data on little-endian machines
by Yauhen Kharuzhy
· 16 years ago
f33cb34
mmc: Remove return from mmc_init for non SD 2.0 compatible cards.
by Yauhen Kharuzhy
· 16 years ago
998be3d
mmc: drop unnecessary casts
by Rabin Vincent
· 16 years ago
0b453ff
mmc: fix response decoding on little endian
by Rabin Vincent
· 16 years ago
Next »