1. 84f9df9 mmc: Move MMC boot code into its own file by Simon Glass · 8 years ago
  2. 21875cf dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c by Simon Glass · 8 years ago
  3. 2f1ea90 dm: mmc: Move CONFIG_BLK code into the mmc uclass by Simon Glass · 8 years ago
  4. 62e293a mmc: Add function declarations for mmc_bread() and mmc_switch_part() by Simon Glass · 8 years ago
  5. 1243cd8 mmc: add MMC_VERSION_5_1 by Stefan Wahren · 8 years ago
  6. 9016ab9 mmc: revert mmc: Handle switch error status bit in MMC card status by Heiko Schocher · 8 years ago
  7. 434c487 dm: mmc: Use cfg directly in mmc_bind() by Simon Glass · 9 years ago
  8. 03317cc mmc: Use byte array for multipliers by Simon Glass · 9 years ago
  9. 4924a06 mmc: Drop mmc_register() by Simon Glass · 9 years ago
  10. 59bc6f2 dm: mmc: Add support for driver-model block devices by Simon Glass · 9 years ago
  11. a70a146 dm: mmc: Add a way to bind MMC devices with driver model by Simon Glass · 9 years ago
  12. 984db5d dm: mmc: Adjust mmc_switch_part() to use a struct mmc by Simon Glass · 9 years ago
  13. e5db115 dm: mmc: Move the device list into a separate file by Simon Glass · 9 years ago
  14. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · 9 years ago
  15. 8d60adb dm: mmc: Add a function to obtain the block device by Simon Glass · 9 years ago
  16. 518a896 dm: mmc: Implement the select_hwpart() method by Simon Glass · 9 years ago
  17. e774fd4 dm: mmc: Move mmc_switch_part() above its callers by Simon Glass · 9 years ago
  18. fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · 9 years ago
  19. 4f7011a dm: mmc: Add a legacy block interface for MMC by Simon Glass · 9 years ago
  20. 8d1ad1e mmc: Print send_cmd response only when return value is zero by Bin Meng · 9 years ago
  21. 4a4ef87 mmc: Fix switch..case indention by Bin Meng · 9 years ago
  22. 2f26fff dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  23. b89a844 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  24. e339475 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  25. 547cb34 dm: mmc: Try to honour the sequence order by Simon Glass · 9 years ago
  26. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  27. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  28. d67754f mmc: mmc: Don't use sprintf when using tiny-printf by Sjoerd Simons · 9 years ago
  29. 2dd337a Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  30. df8aa52 mmc: Probe DM based mmc devices in u-boot by Sjoerd Simons · 9 years ago
  31. 13df57b mmc: Protect `mmc_initialize` from initialising mmc multiple times by Daniel Kochmański · 9 years ago
  32. a4343c4 mmc: Add debug() output on read errors by Simon Glass · 9 years ago
  33. 1e8eb1b dm: mmc: Add an MMC uclass by Simon Glass · 9 years ago
  34. d3cbf12 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  35. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  36. 3a669bc mmc: Fix splitting device initialization by Andrew Gabbasov · 10 years ago
  37. 034857c mmc: Restructure polling loops to avoid extra delays by Andrew Gabbasov · 10 years ago
  38. 5a513ca mmc: Continue polling MMC card for OCR only if it is still not ready by Andrew Gabbasov · 10 years ago
  39. fafa6a0 mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() by Andrew Gabbasov · 10 years ago
  40. ec600d1 mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · 10 years ago
  41. b124f8a mmc: fsl_esdhc: Add adapter card type identification support by Yangbo Lu · 10 years ago
  42. 7bc4e30 mmc: print SD/eMMC type for inited mmc devices by Przemyslaw Marczak · 10 years ago
  43. ccb7b04 mmc: Skip changing bus width for MMC cards earlier than version 4.0 by Andrew Gabbasov · 10 years ago
  44. c1b2cf0 mmc: Avoid redundant switching to 1-bit bus width for MMC cards by Andrew Gabbasov · 10 years ago
  45. 37a50b9 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · 10 years ago
  46. 8020027 mmc: extend the mmc hardware partitioning API with write reliability by Diego Santa Cruz · 10 years ago
  47. 69eb71a0 mmc: add API to do eMMC hardware partitioning by Diego Santa Cruz · 10 years ago
  48. ca25e06 mmc: the ext_csd data may be used during init even if reading failed by Diego Santa Cruz · 10 years ago
  49. a7a7599 mmc: eMMC partitioning data is not effective till partitioning completed by Diego Santa Cruz · 10 years ago
  50. 61b78fe mmc: read the high capacity WP group size for eMMC by Diego Santa Cruz · 10 years ago
  51. 747f6fa mmc: fix erase_grp_size computation with high-capacity size definition by Diego Santa Cruz · 10 years ago
  52. 3b62d84 mmc: read the size of eMMC enhanced user data area by Diego Santa Cruz · 10 years ago
  53. e5a2a3a mmc: computation of eMMC GP partition size was missing 512 KiB factor by Diego Santa Cruz · 10 years ago
  54. cea8c5c mmc: incomplete test to switch to high-capacity group size definitions by Diego Santa Cruz · 10 years ago
  55. c145f9e mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · 10 years ago
  56. 532663b mmc: Fix block length for DDR mode by Andrew Gabbasov · 10 years ago
  57. 95a3713 mmc: Fix Dual Data Rate capability recognition by Andrew Gabbasov · 10 years ago
  58. 9fc2a41 mmc: Fix handling of bus widths and DDR card capabilities by Andrew Gabbasov · 10 years ago
  59. 32f53b6 MMC: add MMC_VERSION_5_0 by Markus Niebel · 10 years ago
  60. 6d39892 MMC: fix user capacity for partitioned eMMC card by Markus Niebel · 10 years ago
  61. 456104e mmc: Cosmetic fix for nicer, aligned device list printout by Lubomir Popov · 10 years ago
  62. 2439fe9 mmc: Board-specific MMC power initializations by Paul Kocialkowski · 10 years ago
  63. 968f6c0 mmc: Fix mmc bus width by Mario Schuknecht · 10 years ago
  64. 45fde89 mmc: restore capacity when switching to partition 0 by Peter Bigot · 10 years ago
  65. 15e874d mmc: fix ERASE_GRP_DEF handling by Hannes Petermaier · 10 years ago
  66. aedeeaa mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  67. 4772630 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  68. bf0c785 mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 11 years ago
  69. e61f9f6 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  70. 52c44e4 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 11 years ago
  71. e80682f mmc: Handle switch error status bit in MMC card status by Andrew Gabbasov · 11 years ago
  72. da35178 mmc: postponed needless timer initialization by Mateusz Zalega · 11 years ago
  73. 38ce30b mmc: support the DDR mode for eMMC by Jaehoon Chung · 11 years ago
  74. 0d1791d mmc: remove the unnecessary define and fix the wrong bit control by Jaehoon Chung · 11 years ago
  75. 35a3ea1 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  76. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  77. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  78. f85cd82 cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  79. 4cf854c cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  80. f8c6f79 cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  81. f6545f1 mmc: set rca to 1 for MMC cards by Stephen Warren · 11 years ago
  82. 0395141 mmc: add setdsr support by Markus Niebel · 11 years ago
  83. b3f1409 mmc: Fix erase_grp_size for partitioned card by Oliver Metz · 11 years ago
  84. 8d30cc9 mmc: don't support write & erase for SPL builds by Paul Burton · 11 years ago
  85. 6a7c5ba mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · 11 years ago
  86. 03652dd mmc: Remove unused variable backup from mmc_send_cmd() by Oleksandr Tyshchenko · 11 years ago
  87. 9ff7026 powerpc: mpc85xx: Support booting from SD Card with SPL by Ying Zhang · 11 years ago
  88. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  89. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  90. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  91. e259cfa Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  92. e315ae8 mmc: report capacity for the selected partition by Stephen Warren · 11 years ago
  93. aa05e01 mmc write bug fix by Ruud Commandeur · 12 years ago
  94. 1104e9b MMC: APIs to support resize of EMMC boot partition by Amar · 12 years ago
  95. 4a2c7d7 mmc: Split device init to decouple OCR-polling delay by Che-Liang Chiou · 12 years ago
  96. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
  97. a09c2b7 mmc: Define a constant for the maximum block size by Simon Glass · 12 years ago
  98. d552bd1 mmc: check the revision for sd3.0 by Jaehoon Chung · 12 years ago
  99. 6108ef6 mmc: support the correct card version for eMMC by Jaehoon Chung · 12 years ago
  100. f7b1510 mmc: mmc_getcd/getwp: use sensible defaults by Peter Korsgaard · 12 years ago