1. 53e8e40 mmc: Fix switch..case indention by Bin Meng · 9 years ago
  2. bcce53d dm: block: Rename device number member dev to devnum by Simon Glass · 9 years ago
  3. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  4. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  5. 4a1db6d dm: mmc: Try to honour the sequence order by Simon Glass · 9 years ago
  6. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  7. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  8. fc011f6 mmc: mmc: Don't use sprintf when using tiny-printf by Sjoerd Simons · 9 years ago
  9. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  10. 8e3332e mmc: Probe DM based mmc devices in u-boot by Sjoerd Simons · 9 years ago
  11. 1b26bab mmc: Protect `mmc_initialize` from initialising mmc multiple times by Daniel Kochmański · 9 years ago
  12. 1169299 mmc: Add debug() output on read errors by Simon Glass · 9 years ago
  13. e7ecf7c dm: mmc: Add an MMC uclass by Simon Glass · 9 years ago
  14. d81572c Merge git://git.denx.de/u-boot-mpc85xx by Tom Rini · 9 years ago
  15. 5a20397 mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
  16. bd47c13 mmc: Fix splitting device initialization by Andrew Gabbasov · 10 years ago
  17. 1677eef mmc: Restructure polling loops to avoid extra delays by Andrew Gabbasov · 10 years ago
  18. cc17c01 mmc: Continue polling MMC card for OCR only if it is still not ready by Andrew Gabbasov · 10 years ago
  19. 5289b53 mmc: Do not pass external mmc_cmd structure to mmc_send_op_cond_iter() by Andrew Gabbasov · 10 years ago
  20. a626c8d mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · 10 years ago
  21. 5a8dbdc mmc: fsl_esdhc: Add adapter card type identification support by Yangbo Lu · 9 years ago
  22. 34dd928 mmc: print SD/eMMC type for inited mmc devices by Przemyslaw Marczak · 10 years ago
  23. fc5b32f mmc: Skip changing bus width for MMC cards earlier than version 4.0 by Andrew Gabbasov · 10 years ago
  24. bf47707 mmc: Avoid redundant switching to 1-bit bus width for MMC cards by Andrew Gabbasov · 10 years ago
  25. 9e41a00 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · 10 years ago
  26. 8dda5b0e mmc: extend the mmc hardware partitioning API with write reliability by Diego Santa Cruz · 10 years ago
  27. ac9da0e mmc: add API to do eMMC hardware partitioning by Diego Santa Cruz · 10 years ago
  28. 9cf199e mmc: the ext_csd data may be used during init even if reading failed by Diego Santa Cruz · 10 years ago
  29. 8a0cf49 mmc: eMMC partitioning data is not effective till partitioning completed by Diego Santa Cruz · 10 years ago
  30. 037dc0a mmc: read the high capacity WP group size for eMMC by Diego Santa Cruz · 10 years ago
  31. a4ff9f8 mmc: fix erase_grp_size computation with high-capacity size definition by Diego Santa Cruz · 10 years ago
  32. a7f852b mmc: read the size of eMMC enhanced user data area by Diego Santa Cruz · 10 years ago
  33. f8e89d6 mmc: computation of eMMC GP partition size was missing 512 KiB factor by Diego Santa Cruz · 10 years ago
  34. 0c453bb mmc: incomplete test to switch to high-capacity group size definitions by Diego Santa Cruz · 10 years ago
  35. c3dbb4f mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · 10 years ago
  36. 5af8f45 mmc: Fix block length for DDR mode by Andrew Gabbasov · 10 years ago
  37. 201d5ac mmc: Fix Dual Data Rate capability recognition by Andrew Gabbasov · 10 years ago
  38. 786e8f8 mmc: Fix handling of bus widths and DDR card capabilities by Andrew Gabbasov · 10 years ago
  39. edab723 MMC: add MMC_VERSION_5_0 by Markus Niebel · 10 years ago
  40. d7b2912 MMC: fix user capacity for partitioned eMMC card by Markus Niebel · 10 years ago
  41. e75eaf1 mmc: Cosmetic fix for nicer, aligned device list printout by Lubomir Popov · 10 years ago
  42. 95de9ab mmc: Board-specific MMC power initializations by Paul Kocialkowski · 10 years ago
  43. 786a27b mmc: Fix mmc bus width by Mario Schuknecht · 10 years ago
  44. 6dc93e7 mmc: restore capacity when switching to partition 0 by Peter Bigot · 10 years ago
  45. 021a805 mmc: fix ERASE_GRP_DEF handling by Hannes Petermaier · 10 years ago
  46. 750121c mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  47. cee9ab7 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  48. d4622df mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 10 years ago
  49. cc49da2 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  50. d235628 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 10 years ago
  51. 6b2221b mmc: Handle switch error status bit in MMC card status by Andrew Gabbasov · 10 years ago
  52. d803fea mmc: postponed needless timer initialization by Mateusz Zalega · 10 years ago
  53. d22e3d4 mmc: support the DDR mode for eMMC by Jaehoon Chung · 10 years ago
  54. 8caf46d mmc: remove the unnecessary define and fix the wrong bit control by Jaehoon Chung · 10 years ago
  55. 33ace36 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  56. 93bfd61 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  57. ab769f2 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  58. 614b2bf cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  59. 5a99b9d cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  60. 792970b cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  61. def816a mmc: set rca to 1 for MMC cards by Stephen Warren · 11 years ago
  62. ab71188 mmc: add setdsr support by Markus Niebel · 11 years ago
  63. 1937e5a mmc: Fix erase_grp_size for partitioned card by Oliver Metz · 11 years ago
  64. da61fa5 mmc: don't support write & erase for SPL builds by Paul Burton · 11 years ago
  65. 5619682 mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · 11 years ago
  66. c30054b mmc: Remove unused variable backup from mmc_send_cmd() by Oleksandr Tyshchenko · 11 years ago
  67. bb0dc10 powerpc: mpc85xx: Support booting from SD Card with SPL by Ying Zhang · 11 years ago
  68. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  69. ff8fef5 Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  70. 348e47f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  71. 69f14dc Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  72. f866a46 mmc: report capacity for the selected partition by Stephen Warren · 11 years ago
  73. a586c0a mmc write bug fix by Ruud Commandeur · 11 years ago
  74. 3690d6d MMC: APIs to support resize of EMMC boot partition by Amar · 11 years ago
  75. e955044 mmc: Split device init to decouple OCR-polling delay by Che-Liang Chiou · 12 years ago
  76. 0472fbf part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 11 years ago
  77. 8bfa195 mmc: Define a constant for the maximum block size by Simon Glass · 11 years ago
  78. 1741c64 mmc: check the revision for sd3.0 by Jaehoon Chung · 12 years ago
  79. 64f4a61 mmc: support the correct card version for eMMC by Jaehoon Chung · 12 years ago
  80. d4e1da4 mmc: mmc_getcd/getwp: use sensible defaults by Peter Korsgaard · 12 years ago
  81. d23d8d7 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  82. 7798f6d mmc: Properly determine maximum supported bus width by Andy Fleming · 12 years ago
  83. babce5f mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID by Taylor Hutt · 12 years ago
  84. fdbb873 drivers/mmc/mmc.c: sparse fixes by Kim Phillips · 12 years ago
  85. 49a627f MMC: Remove the MMC bounce buffer by Marek Vasut · 12 years ago
  86. 6bb4b4b mmc_get_dev: Return error if mmc_init fails by Benoît Thébaudeau · 12 years ago
  87. 8948ea8 mmc: detect boot sectors using EXT_CSD_BOOT_MULT too by Stephen Warren · 12 years ago
  88. 122efd4 MMC: u-boot-spl may be compiled without partition support by Mikhail Kshevetskiy · 12 years ago
  89. cdfd1ac mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used by Yoshihiro Shimoda · 12 years ago
  90. 5b0c942 mmc: fix wrong timeout check in mmc_send_status() by Jongman Heo · 12 years ago
  91. 67cbbf2 mmc: Remove unused item flags in struct mmc_cmd by Kaspter Ju · 12 years ago
  92. d2d8afa SD/MMC: check the card status during erase operation by Jerry Huang · 12 years ago
  93. 40242bc mmc:fix Call mmc_init() when executing mmc_get_dev() by Łukasz Majewski · 12 years ago
  94. ad5fd92 mmc: remove the hard setting for tran_speed by Jaehoon Chung · 13 years ago
  95. 6272203 mmc:fix: Set mmc width according to MMC host capabilities by Łukasz Majewski · 13 years ago
  96. 146bec7 mmc: Fix warning if CONFIG_MMC_TRACE is enabled by Dirk Behme · 13 years ago
  97. dc3faf0 drivers/mmc/mmc.c: Fix build warning by Anatolij Gustschin · 13 years ago
  98. 8635ff9 MMC: Implement generic bounce buffer by Marek Vasut · 13 years ago
  99. d617c42 mmc: make mmc_send_status() more reliable by Jan Kloetzke · 13 years ago
  100. 93ad0d1 mmc: fix card busy polling by Jan Kloetzke · 13 years ago