Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a94fb41d4fd26b19236ea66bd50cbcf162b42ac0
/
include
/
mmc.h
a94fb41
mmc: introduce mmc modes
by Jean-Jacques Hiblot
· 7 years ago
ed9506b
mmc: make ext_csd part of struct mmc
by Jean-Jacques Hiblot
· 7 years ago
a49ffa1
mmc: dm: get the IO-line and main voltage regulators from the dts
by Jean-Jacques Hiblot
· 7 years ago
f54f753
cmd: mmc: add mmc partconf read capability
by Angelo Dureghello
· 7 years ago
eba48f9
dm: mmc: Drop CONFIG_DM_MMC_OPS
by Simon Glass
· 7 years ago
8bf9908
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 7 years ago
828b725
x86: Convert MMC to driver model
by Simon Glass
· 7 years ago
5f4bd8c
dm: mmc: Allow disabling driver model in SPL
by Simon Glass
· 7 years ago
367b3ac
Revert "x86: Convert MMC to driver model"
by Bin Meng
· 7 years ago
e812831
mmc: Change 'part_config' to be a u8 not char.
by Tom Rini
· 8 years ago
112e4b8
x86: Convert MMC to driver model
by Simon Glass
· 8 years ago
b6cd1d3
mmc: change the set_ios return type from void to int
by Jaehoon Chung
· 8 years ago
f537e39
mmc: Tinification of the mmc code
by Marek Vasut
· 8 years ago
c17dae5
mmc: add bkops-enable command
by Tomas Melin
· 8 years ago
b3fcf1e
mmc: sd: extracting erase related information from sd status
by Peng Fan
· 8 years ago
7825d20
mmc: use the generic error number
by Jaehoon Chung
· 8 years ago
3845660
mmc-uclass: correct the device number
by Kever Yang
· 8 years ago
394dfc0
dm: mmc: Add a way to use driver model for MMC operations
by Simon Glass
· 8 years ago
1243cd8
mmc: add MMC_VERSION_5_1
by Stefan Wahren
· 8 years ago
2821d91
mmc: Drop dead mmc code for non-generic MMC
by Simon Glass
· 9 years ago
4924a06
mmc: Drop mmc_register()
by Simon Glass
· 9 years ago
59bc6f2
dm: mmc: Add support for driver-model block devices
by Simon Glass
· 9 years ago
a70a146
dm: mmc: Add a way to bind MMC devices with driver model
by Simon Glass
· 9 years ago
77ca42b
dm: mmc: Set up the device pointer when using the MMC uclass
by Simon Glass
· 9 years ago
11f2bb6
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· 9 years ago
8d60adb
dm: mmc: Add a function to obtain the block device
by Simon Glass
· 9 years ago
e339475
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
6362b11
mmc: add missing prototype for mmc_get_env_dev
by Clemens Gruber
· 9 years ago
1e0f92a
mmc: store hwpart in the block device
by Stephen Warren
· 9 years ago
0b61928
dm: Convert PCI MMC over to use DM PCI API
by Simon Glass
· 9 years ago
957e066
mmc: update MMC_ERASE argument to match Linux kernel.
by Eric Nelson
· 9 years ago
1e8eb1b
dm: mmc: Add an MMC uclass
by Simon Glass
· 9 years ago
5fd3edd
mmc: remove the MMC_MODE_HC flag
by Rob Herring
· 10 years ago
3a669bc
mmc: Fix splitting device initialization
by Andrew Gabbasov
· 10 years ago
ec600d1
mmc: Avoid extra duplicate entry in mmc device structure
by Andrew Gabbasov
· 10 years ago
90cccbf
mmc: Fix typo in MMC type checking macro
by Andrew Gabbasov
· 10 years ago
ccd887d
Merge branch 'master' of git://git.denx.de/u-boot
by Stefano Babic
· 10 years ago
a095bfd
mmc: Implement SD/MMC versioning properly
by Pantelis Antoniou
· 10 years ago
fad3e06
mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V
by Otavio Salvador
· 10 years ago
509805b
x86: mmc: Move common FSP functions into a common file
by Simon Glass
· 10 years ago
37a50b9
mmc: extend mmcinfo output to show partition write reliability settings
by Diego Santa Cruz
· 10 years ago
8020027
mmc: extend the mmc hardware partitioning API with write reliability
by Diego Santa Cruz
· 10 years ago
69eb71a0
mmc: add API to do eMMC hardware partitioning
by Diego Santa Cruz
· 10 years ago
61b78fe
mmc: read the high capacity WP group size for eMMC
by Diego Santa Cruz
· 10 years ago
747f6fa
mmc: fix erase_grp_size computation with high-capacity size definition
by Diego Santa Cruz
· 10 years ago
3b62d84
mmc: read the size of eMMC enhanced user data area
by Diego Santa Cruz
· 10 years ago
c145f9e
mmc: extend mmcinfo to show enhanced partition attribute
by Diego Santa Cruz
· 10 years ago
9fc2a41
mmc: Fix handling of bus widths and DDR card capabilities
by Andrew Gabbasov
· 10 years ago
32f53b6
MMC: add MMC_VERSION_5_0
by Markus Niebel
· 10 years ago
6d39892
MMC: fix user capacity for partitioned eMMC card
by Markus Niebel
· 10 years ago
2439fe9
mmc: Board-specific MMC power initializations
by Paul Kocialkowski
· 10 years ago
d491ad0
mmc: add prototype for mmc_get_env_addr
by Jeroen Hofstee
· 10 years ago
aedeeaa
mmc: prevent some warnings with make W=1
by Jeroen Hofstee
· 10 years ago
e61f9f6
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
343cd9f
eMMC: add support for operations in RPMB partition
by Pierre Aubert
· 11 years ago
e80682f
mmc: Handle switch error status bit in MMC card status
by Andrew Gabbasov
· 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
05d2f41
mmc: mmc header fix
by Mateusz Zalega
· 11 years ago
b8fb7b8
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
35a3ea1
mmc: Add 'mmc rst-function' sub-command
by Tom Rini
· 11 years ago
23bcc9b
blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c
by Tom Rini
· 11 years ago
2c85046
mmc: Split mmc struct, rework mmc initialization (v2)
by Pantelis Antoniou
· 11 years ago
e7bef3a
mmc: Convert mmc struct's name array to a pointer
by Pantelis Antoniou
· 11 years ago
c9e7591
mmc: Remove ops from struct mmc and put in mmc_ops
by Pantelis Antoniou
· 11 years ago
a3645db
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Stefano Babic
· 11 years ago
72fed48
mmc: Add a prototype for board_mmc_init()
by Fabio Estevam
· 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
0395141
mmc: add setdsr support
by Markus Niebel
· 11 years ago
561d92a
include/mmc.h: Remove declaration for spl_mmc_load()
by Lad, Prabhakar
· 11 years ago
b3f1409
mmc: Fix erase_grp_size for partitioned card
by Oliver Metz
· 11 years ago
d451955
mmc: size optimization when !CONFIG_MMC_SPI
by Paul Burton
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 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
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
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
020f261
mmc: add support for write protection
by Nikita Kiryanov
· 12 years ago
009784c
mmc: detect boot sectors using EXT_CSD_BOOT_MULT too
by Stephen Warren
· 12 years ago
ee939dd
mmc: Remove unused item flags in struct mmc_cmd
by Kaspter Ju
· 12 years ago
8dc6df8
da850/omap-l138: Add support to read u-boot image from MMC/SD
by Lad, Prabhakar
· 12 years ago
f155de6
include/mmc.h: remove struct mmc_csd
by Andreas Bießmann
· 13 years ago
b6fe0dc
mmc:fix: Set mmc width according to MMC host capabilities
by Łukasz Majewski
· 13 years ago
8aa9682
ATMEL: use generic mmc framework
by Sven Schnelle
· 13 years ago
3178932
mmc: make mmc_send_status() more reliable
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
217467f
mmc: change magic number to macro define
by Lei Wen
· 13 years ago
237823e
mmc: Access mode validation for eMMC cards > 2 GiB
by Łukasz Majewski
· 13 years ago
ea52676
MMC: add erase function to both mmc and sd
by Lei Wen
· 13 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
4538500
mmc_spi: generate response for send status command
by Thomas Chou
· 14 years ago
225d4c0
mmc: coding style fix and tabify of mmc.h
by Thomas Chou
· 14 years ago
Next »