Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
70f862808e8ae4b97fe736ec9d9d496881ad84b2
/
drivers
/
mmc
/
mmc.c
8ca51e5
dm: mmc: Add a way to use driver model for MMC operations
by Simon Glass
· 8 years ago
c0c76eb
mmc: Move tracing code into separate functions
by Simon Glass
· 8 years ago
c40704f
mmc: Move MMC boot code into its own file
by Simon Glass
· 8 years ago
5aed4cb
dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c
by Simon Glass
· 8 years ago
eede897
dm: mmc: Move CONFIG_BLK code into the mmc uclass
by Simon Glass
· 8 years ago
7dba0b9
mmc: Add function declarations for mmc_bread() and mmc_switch_part()
by Simon Glass
· 8 years ago
1a3619c
mmc: add MMC_VERSION_5_1
by Stefan Wahren
· 8 years ago
a5e27b4
mmc: revert mmc: Handle switch error status bit in MMC card status
by Heiko Schocher
· 8 years ago
e6c2807
dm: mmc: Use cfg directly in mmc_bind()
by Simon Glass
· 8 years ago
61fe076
mmc: Use byte array for multipliers
by Simon Glass
· 8 years ago
e98dd20
mmc: Drop mmc_register()
by Simon Glass
· 8 years ago
33fb211
dm: mmc: Add support for driver-model block devices
by Simon Glass
· 9 years ago
ad27dd5
dm: mmc: Add a way to bind MMC devices with driver model
by Simon Glass
· 9 years ago
fdbb139
dm: mmc: Adjust mmc_switch_part() to use a struct mmc
by Simon Glass
· 9 years ago
c40fdca
dm: mmc: Move the device list into a separate file
by Simon Glass
· 9 years ago
69f45cd
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· 9 years ago
cb5ec33
dm: mmc: Add a function to obtain the block device
by Simon Glass
· 9 years ago
e17d114
dm: mmc: Implement the select_hwpart() method
by Simon Glass
· 9 years ago
ff3882a
dm: mmc: Move mmc_switch_part() above its callers
by Simon Glass
· 9 years ago
3c457f4
dm: mmc: Drop the get_dev() function
by Simon Glass
· 9 years ago
663acab
dm: mmc: Add a legacy block interface for MMC
by Simon Glass
· 9 years ago
7863ce5
mmc: Print send_cmd response only when return value is zero
by Bin Meng
· 9 years ago
53e8e40
mmc: Fix switch..case indention
by Bin Meng
· 9 years ago
bcce53d
dm: block: Rename device number member dev to devnum
by Simon Glass
· 9 years ago
3e8bd46
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
4101f68
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
4a1db6d
dm: mmc: Try to honour the sequence order
by Simon Glass
· 9 years ago
873cc1d
mmc: store hwpart in the block device
by Stephen Warren
· 9 years ago
7c4213f
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
fc011f6
mmc: mmc: Don't use sprintf when using tiny-printf
by Sjoerd Simons
· 9 years ago
cf92e05
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
8e3332e
mmc: Probe DM based mmc devices in u-boot
by Sjoerd Simons
· 9 years ago
1b26bab
mmc: Protect `mmc_initialize` from initialising mmc multiple times
by Daniel Kochmański
· 9 years ago
1169299
mmc: Add debug() output on read errors
by Simon Glass
· 9 years ago
e7ecf7c
dm: mmc: Add an MMC uclass
by Simon Glass
· 9 years ago
d81572c
Merge git://git.denx.de/u-boot-mpc85xx
by Tom Rini
· 10 years ago
5a20397
mmc: remove the MMC_MODE_HC flag
by Rob Herring
· 10 years ago
bd47c13
mmc: Fix splitting device initialization
by Andrew Gabbasov
· 10 years ago
1677eef
mmc: Restructure polling loops to avoid extra delays
by Andrew Gabbasov
· 10 years ago
cc17c01
mmc: Continue polling MMC card for OCR only if it is still not ready
by Andrew Gabbasov
· 10 years ago
5289b53
mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter()
by Andrew Gabbasov
· 10 years ago
a626c8d
mmc: Avoid extra duplicate entry in mmc device structure
by Andrew Gabbasov
· 10 years ago
5a8dbdc
mmc: fsl_esdhc: Add adapter card type identification support
by Yangbo Lu
· 10 years ago
34dd928
mmc: print SD/eMMC type for inited mmc devices
by Przemyslaw Marczak
· 10 years ago
fc5b32f
mmc: Skip changing bus width for MMC cards earlier than version 4.0
by Andrew Gabbasov
· 10 years ago
bf47707
mmc: Avoid redundant switching to 1-bit bus width for MMC cards
by Andrew Gabbasov
· 10 years ago
9e41a00
mmc: extend mmcinfo output to show partition write reliability settings
by Diego Santa Cruz
· 10 years ago
8dda5b0e
mmc: extend the mmc hardware partitioning API with write reliability
by Diego Santa Cruz
· 10 years ago
ac9da0e
mmc: add API to do eMMC hardware partitioning
by Diego Santa Cruz
· 10 years ago
9cf199e
mmc: the ext_csd data may be used during init even if reading failed
by Diego Santa Cruz
· 10 years ago
8a0cf49
mmc: eMMC partitioning data is not effective till partitioning completed
by Diego Santa Cruz
· 10 years ago
037dc0a
mmc: read the high capacity WP group size for eMMC
by Diego Santa Cruz
· 10 years ago
a4ff9f8
mmc: fix erase_grp_size computation with high-capacity size definition
by Diego Santa Cruz
· 10 years ago
a7f852b
mmc: read the size of eMMC enhanced user data area
by Diego Santa Cruz
· 10 years ago
f8e89d6
mmc: computation of eMMC GP partition size was missing 512 KiB factor
by Diego Santa Cruz
· 10 years ago
0c453bb
mmc: incomplete test to switch to high-capacity group size definitions
by Diego Santa Cruz
· 10 years ago
c3dbb4f
mmc: extend mmcinfo to show enhanced partition attribute
by Diego Santa Cruz
· 10 years ago
5af8f45
mmc: Fix block length for DDR mode
by Andrew Gabbasov
· 10 years ago
201d5ac
mmc: Fix Dual Data Rate capability recognition
by Andrew Gabbasov
· 10 years ago
786e8f8
mmc: Fix handling of bus widths and DDR card capabilities
by Andrew Gabbasov
· 10 years ago
edab723
MMC: add MMC_VERSION_5_0
by Markus Niebel
· 10 years ago
d7b2912
MMC: fix user capacity for partitioned eMMC card
by Markus Niebel
· 10 years ago
e75eaf1
mmc: Cosmetic fix for nicer, aligned device list printout
by Lubomir Popov
· 10 years ago
95de9ab
mmc: Board-specific MMC power initializations
by Paul Kocialkowski
· 10 years ago
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
· 11 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
Next »