1. 13df57b mmc: Protect `mmc_initialize` from initialising mmc multiple times by Daniel Kochmański · 10 years ago
  2. a4343c4 mmc: Add debug() output on read errors by Simon Glass · 9 years ago
  3. 1e8eb1b dm: mmc: Add an MMC uclass by Simon Glass · 9 years ago
  4. d3cbf12 Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 10 years ago
  5. 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  6. 3a669bc mmc: Fix splitting device initialization by Andrew Gabbasov · 10 years ago
  7. 034857c mmc: Restructure polling loops to avoid extra delays by Andrew Gabbasov · 10 years ago
  8. 5a513ca mmc: Continue polling MMC card for OCR only if it is still not ready by Andrew Gabbasov · 10 years ago
  9. fafa6a0 mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() by Andrew Gabbasov · 10 years ago
  10. ec600d1 mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · 10 years ago
  11. b124f8a mmc: fsl_esdhc: Add adapter card type identification support by Yangbo Lu · 10 years ago
  12. 7bc4e30 mmc: print SD/eMMC type for inited mmc devices by Przemyslaw Marczak · 10 years ago
  13. ccb7b04 mmc: Skip changing bus width for MMC cards earlier than version 4.0 by Andrew Gabbasov · 10 years ago
  14. c1b2cf0 mmc: Avoid redundant switching to 1-bit bus width for MMC cards by Andrew Gabbasov · 10 years ago
  15. 37a50b9 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · 10 years ago
  16. 8020027 mmc: extend the mmc hardware partitioning API with write reliability by Diego Santa Cruz · 10 years ago
  17. 69eb71a0 mmc: add API to do eMMC hardware partitioning by Diego Santa Cruz · 10 years ago
  18. ca25e06 mmc: the ext_csd data may be used during init even if reading failed by Diego Santa Cruz · 10 years ago
  19. a7a7599 mmc: eMMC partitioning data is not effective till partitioning completed by Diego Santa Cruz · 10 years ago
  20. 61b78fe mmc: read the high capacity WP group size for eMMC by Diego Santa Cruz · 10 years ago
  21. 747f6fa mmc: fix erase_grp_size computation with high-capacity size definition by Diego Santa Cruz · 10 years ago
  22. 3b62d84 mmc: read the size of eMMC enhanced user data area by Diego Santa Cruz · 10 years ago
  23. e5a2a3a mmc: computation of eMMC GP partition size was missing 512 KiB factor by Diego Santa Cruz · 10 years ago
  24. cea8c5c mmc: incomplete test to switch to high-capacity group size definitions by Diego Santa Cruz · 10 years ago
  25. c145f9e mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · 10 years ago
  26. 532663b mmc: Fix block length for DDR mode by Andrew Gabbasov · 10 years ago
  27. 95a3713 mmc: Fix Dual Data Rate capability recognition by Andrew Gabbasov · 10 years ago
  28. 9fc2a41 mmc: Fix handling of bus widths and DDR card capabilities by Andrew Gabbasov · 10 years ago
  29. 32f53b6 MMC: add MMC_VERSION_5_0 by Markus Niebel · 10 years ago
  30. 6d39892 MMC: fix user capacity for partitioned eMMC card by Markus Niebel · 10 years ago
  31. 456104e mmc: Cosmetic fix for nicer, aligned device list printout by Lubomir Popov · 10 years ago
  32. 2439fe9 mmc: Board-specific MMC power initializations by Paul Kocialkowski · 10 years ago
  33. 968f6c0 mmc: Fix mmc bus width by Mario Schuknecht · 10 years ago
  34. 45fde89 mmc: restore capacity when switching to partition 0 by Peter Bigot · 10 years ago
  35. 15e874d mmc: fix ERASE_GRP_DEF handling by Hannes Petermaier · 10 years ago
  36. aedeeaa mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  37. 4772630 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  38. bf0c785 mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 11 years ago
  39. e61f9f6 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  40. 52c44e4 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 11 years ago
  41. e80682f mmc: Handle switch error status bit in MMC card status by Andrew Gabbasov · 11 years ago
  42. da35178 mmc: postponed needless timer initialization by Mateusz Zalega · 11 years ago
  43. 38ce30b mmc: support the DDR mode for eMMC by Jaehoon Chung · 11 years ago
  44. 0d1791d mmc: remove the unnecessary define and fix the wrong bit control by Jaehoon Chung · 11 years ago
  45. 35a3ea1 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  46. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  47. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  48. f85cd82 cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  49. 4cf854c cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  50. f8c6f79 cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  51. f6545f1 mmc: set rca to 1 for MMC cards by Stephen Warren · 11 years ago
  52. 0395141 mmc: add setdsr support by Markus Niebel · 11 years ago
  53. b3f1409 mmc: Fix erase_grp_size for partitioned card by Oliver Metz · 11 years ago
  54. 8d30cc9 mmc: don't support write & erase for SPL builds by Paul Burton · 11 years ago
  55. 6a7c5ba mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · 11 years ago
  56. 03652dd mmc: Remove unused variable backup from mmc_send_cmd() by Oleksandr Tyshchenko · 11 years ago
  57. 9ff7026 powerpc: mpc85xx: Support booting from SD Card with SPL by Ying Zhang · 11 years ago
  58. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  59. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  60. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  61. e259cfa Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  62. e315ae8 mmc: report capacity for the selected partition by Stephen Warren · 11 years ago
  63. aa05e01 mmc write bug fix by Ruud Commandeur · 12 years ago
  64. 1104e9b MMC: APIs to support resize of EMMC boot partition by Amar · 12 years ago
  65. 4a2c7d7 mmc: Split device init to decouple OCR-polling delay by Che-Liang Chiou · 12 years ago
  66. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
  67. a09c2b7 mmc: Define a constant for the maximum block size by Simon Glass · 12 years ago
  68. d552bd1 mmc: check the revision for sd3.0 by Jaehoon Chung · 12 years ago
  69. 6108ef6 mmc: support the correct card version for eMMC by Jaehoon Chung · 12 years ago
  70. f7b1510 mmc: mmc_getcd/getwp: use sensible defaults by Peter Korsgaard · 12 years ago
  71. 020f261 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  72. eb766ad mmc: Properly determine maximum supported bus width by Andy Fleming · 12 years ago
  73. 7367ec2 mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID by Taylor Hutt · 12 years ago
  74. 87ea389 drivers/mmc/mmc.c: sparse fixes by Kim Phillips · 12 years ago
  75. 5ac2064 MMC: Remove the MMC bounce buffer by Marek Vasut · 12 years ago
  76. 6ce8aed mmc_get_dev: Return error if mmc_init fails by Benoît Thébaudeau · 12 years ago
  77. 009784c mmc: detect boot sectors using EXT_CSD_BOOT_MULT too by Stephen Warren · 12 years ago
  78. 5cbfa8e7a MMC: u-boot-spl may be compiled without partition support by Mikhail Kshevetskiy · 12 years ago
  79. f6bec73 mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used by Yoshihiro Shimoda · 12 years ago
  80. 1be00d9 mmc: fix wrong timeout check in mmc_send_status() by Jongman Heo · 12 years ago
  81. ee939dd mmc: Remove unused item flags in struct mmc_cmd by Kaspter Ju · 13 years ago
  82. 15c9ad9 SD/MMC: check the card status during erase operation by Jerry Huang · 13 years ago
  83. 65b04cf mmc:fix Call mmc_init() when executing mmc_get_dev() by Łukasz Majewski · 13 years ago
  84. e1d4c7b mmc: remove the hard setting for tran_speed by Jaehoon Chung · 13 years ago
  85. b6fe0dc mmc:fix: Set mmc width according to MMC host capabilities by Łukasz Majewski · 13 years ago
  86. c9cb4a9 mmc: Fix warning if CONFIG_MMC_TRACE is enabled by Dirk Behme · 13 years ago
  87. dfad56c drivers/mmc/mmc.c: Fix build warning by Anatolij Gustschin · 13 years ago
  88. dccb608 MMC: Implement generic bounce buffer by Marek Vasut · 13 years ago
  89. 3178932 mmc: make mmc_send_status() more reliable by Jan Kloetzke · 13 years ago
  90. 4e929dd mmc: fix card busy polling by Jan Kloetzke · 13 years ago
  91. b9c8b77 mmc: Implement card detection. by Thierry Reding · 13 years ago
  92. d7aebf4 mmc: Change board_mmc_getcd() function prototype. by Thierry Reding · 13 years ago
  93. 24e92ec mmc: add host_caps checking avoid switch card improperly by Macpaul Lin · 13 years ago
  94. 028bde1 Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec" by Macpaul Lin · 13 years ago
  95. 4a32fba mmc: CMD7:MMC_CMD_SELECT_CARD response fix by Ajay Bhargav · 13 years ago
  96. 4f5a6a5 mmc: test mmc bus width on startup by Lei Wen · 13 years ago
  97. 217467f mmc: change magic number to macro define by Lei Wen · 13 years ago
  98. 2ecf6e9 mmc: retry the cmd8 to meet 74 clocks requirement in the spec by Lei Wen · 13 years ago
  99. 82d04cb mmc: dcache: allocate cache aligned buffers for ext_csd by Anton staaf · 13 years ago
  100. 9b00f0d mmc: dcache: allocate cache aligned buffer for scr and switch_status by Anton staaf · 13 years ago