1. 15e874d mmc: fix ERASE_GRP_DEF handling by Hannes Petermaier · 10 years ago
  2. aedeeaa mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  3. 4772630 dirvers: mmc: use __weak by Jeroen Hofstee · 10 years ago
  4. bf0c785 mmc: return meaningful error codes from mmc_select_hwpart by Stephen Warren · 11 years ago
  5. e61f9f6 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  6. 52c44e4 mmc: provide a select_hwpart implementation for get_device() by Stephen Warren · 11 years ago
  7. e80682f mmc: Handle switch error status bit in MMC card status by Andrew Gabbasov · 11 years ago
  8. da35178 mmc: postponed needless timer initialization by Mateusz Zalega · 11 years ago
  9. 38ce30b mmc: support the DDR mode for eMMC by Jaehoon Chung · 11 years ago
  10. 0d1791d mmc: remove the unnecessary define and fix the wrong bit control by Jaehoon Chung · 11 years ago
  11. 35a3ea1 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  12. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  13. c9e7591 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  14. f85cd82 cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  15. 4cf854c cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  16. f8c6f79 cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  17. f6545f1 mmc: set rca to 1 for MMC cards by Stephen Warren · 11 years ago
  18. 0395141 mmc: add setdsr support by Markus Niebel · 11 years ago
  19. b3f1409 mmc: Fix erase_grp_size for partitioned card by Oliver Metz · 11 years ago
  20. 8d30cc9 mmc: don't support write & erase for SPL builds by Paul Burton · 11 years ago
  21. 6a7c5ba mmc: don't call *printf or puts when SPL & !CONFIG_SPL_LIBCOMMON_SUPPORT by Paul Burton · 11 years ago
  22. 03652dd mmc: Remove unused variable backup from mmc_send_cmd() by Oleksandr Tyshchenko · 11 years ago
  23. 9ff7026 powerpc: mpc85xx: Support booting from SD Card with SPL by Ying Zhang · 11 years ago
  24. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  25. 4bdf6fd Fix block device accesses beyond 2TiB by Sascha Silbe · 11 years ago
  26. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  27. e259cfa Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  28. e315ae8 mmc: report capacity for the selected partition by Stephen Warren · 11 years ago
  29. aa05e01 mmc write bug fix by Ruud Commandeur · 12 years ago
  30. 1104e9b MMC: APIs to support resize of EMMC boot partition by Amar · 12 years ago
  31. 4a2c7d7 mmc: Split device init to decouple OCR-polling delay by Che-Liang Chiou · 12 years ago
  32. 2eec2ab part/dev_desc: Add log2 of blocksize to block_dev_desc data struct by Egbert Eich · 12 years ago
  33. a09c2b7 mmc: Define a constant for the maximum block size by Simon Glass · 12 years ago
  34. d552bd1 mmc: check the revision for sd3.0 by Jaehoon Chung · 12 years ago
  35. 6108ef6 mmc: support the correct card version for eMMC by Jaehoon Chung · 12 years ago
  36. f7b1510 mmc: mmc_getcd/getwp: use sensible defaults by Peter Korsgaard · 12 years ago
  37. 020f261 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  38. eb766ad mmc: Properly determine maximum supported bus width by Andy Fleming · 12 years ago
  39. 7367ec2 mmc: Fix interpretation of MMC_CMD_ALL_SEND_CID by Taylor Hutt · 12 years ago
  40. 87ea389 drivers/mmc/mmc.c: sparse fixes by Kim Phillips · 12 years ago
  41. 5ac2064 MMC: Remove the MMC bounce buffer by Marek Vasut · 12 years ago
  42. 6ce8aed mmc_get_dev: Return error if mmc_init fails by Benoît Thébaudeau · 12 years ago
  43. 009784c mmc: detect boot sectors using EXT_CSD_BOOT_MULT too by Stephen Warren · 12 years ago
  44. 5cbfa8e7a MMC: u-boot-spl may be compiled without partition support by Mikhail Kshevetskiy · 12 years ago
  45. f6bec73 mmc: fix capacity calculation when EXT_CSD_SEC_CNT is used by Yoshihiro Shimoda · 12 years ago
  46. 1be00d9 mmc: fix wrong timeout check in mmc_send_status() by Jongman Heo · 12 years ago
  47. ee939dd mmc: Remove unused item flags in struct mmc_cmd by Kaspter Ju · 12 years ago
  48. 15c9ad9 SD/MMC: check the card status during erase operation by Jerry Huang · 13 years ago
  49. 65b04cf mmc:fix Call mmc_init() when executing mmc_get_dev() by Łukasz Majewski · 13 years ago
  50. e1d4c7b mmc: remove the hard setting for tran_speed by Jaehoon Chung · 13 years ago
  51. b6fe0dc mmc:fix: Set mmc width according to MMC host capabilities by Łukasz Majewski · 13 years ago
  52. c9cb4a9 mmc: Fix warning if CONFIG_MMC_TRACE is enabled by Dirk Behme · 13 years ago
  53. dfad56c drivers/mmc/mmc.c: Fix build warning by Anatolij Gustschin · 13 years ago
  54. dccb608 MMC: Implement generic bounce buffer by Marek Vasut · 13 years ago
  55. 3178932 mmc: make mmc_send_status() more reliable by Jan Kloetzke · 13 years ago
  56. 4e929dd mmc: fix card busy polling by Jan Kloetzke · 13 years ago
  57. b9c8b77 mmc: Implement card detection. by Thierry Reding · 13 years ago
  58. d7aebf4 mmc: Change board_mmc_getcd() function prototype. by Thierry Reding · 13 years ago
  59. 24e92ec mmc: add host_caps checking avoid switch card improperly by Macpaul Lin · 13 years ago
  60. 028bde1 Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec" by Macpaul Lin · 13 years ago
  61. 4a32fba mmc: CMD7:MMC_CMD_SELECT_CARD response fix by Ajay Bhargav · 13 years ago
  62. 4f5a6a5 mmc: test mmc bus width on startup by Lei Wen · 13 years ago
  63. 217467f mmc: change magic number to macro define by Lei Wen · 13 years ago
  64. 2ecf6e9 mmc: retry the cmd8 to meet 74 clocks requirement in the spec by Lei Wen · 13 years ago
  65. 82d04cb mmc: dcache: allocate cache aligned buffers for ext_csd by Anton staaf · 13 years ago
  66. 9b00f0d mmc: dcache: allocate cache aligned buffer for scr and switch_status by Anton staaf · 13 years ago
  67. c442739 mmc: Fix mmc_send_status() by Marek Vasut · 13 years ago
  68. 6252b4f disk/part.c: Make features optional by Matthew McClintock · 14 years ago
  69. 237823e mmc: Access mode validation for eMMC cards > 2 GiB by Łukasz Majewski · 13 years ago
  70. 7d88de5 mmc: fix the condition for MMC version 4 by Yoshihiro Shimoda · 13 years ago
  71. ea52676 MMC: add erase function to both mmc and sd by Lei Wen · 13 years ago
  72. 80f7021 Minor coding style cleanup. by Wolfgang Denk · 14 years ago
  73. 31b9980 mmc: enable partition switch function for emmc by Lei Wen · 14 years ago
  74. d430d7c cmd_mmc: eliminate device num in the mmc command by Lei Wen · 14 years ago
  75. f2f4366 MMC: make b_max unconditional by John Rigby · 14 years ago
  76. 6348b13 MMC may wrongly regconize 2GB eMMC as high capacity by Raffaele Recalcati · 14 years ago
  77. 894b1e2 mmc: trace added by Raffaele Recalcati · 14 years ago
  78. 1df837e mmc: SEND_OP_COND considers card capabilities (voltage) by Raffaele Recalcati · 14 years ago
  79. 01a0dc6 mmc: checking status after commands with R1b response by Raffaele Recalcati · 14 years ago
  80. 4c92a65 mmc: remove duplicated header file by Minkyu Kang · 14 years ago
  81. 1254c3d mmc: add generic mmc spi driver by Thomas Chou · 14 years ago
  82. b588caf mmc: constify & localize data by Mike Frysinger · 14 years ago
  83. d0e3c80 MMC: Max blocks value adjustable by Matt Waddel · 14 years ago
  84. 24bb5ab SD1.00 wide-bus fix by Alagu Sankar · 15 years ago
  85. c25d1b9 mmc: Add multi-block read support to the generic mmc driver by Alagu Sankar · 14 years ago
  86. eb28886 mmc: Clean up generic mmc driver multi-block write functions by Steve Sakoman · 14 years ago
  87. 6b405b7 mmc: seperate block number into small parts for multi-write cmd by Lei Wen · 14 years ago
  88. 232293c MMC: Fix for capacity calculation on eMMC by Sukumar Ghorai · 14 years ago
  89. b030574 mmc: fix compiler warnings by Wolfgang Denk · 14 years ago
  90. e1cc9c8 mmc: add boundary check for mmc operation by Lei Wen · 14 years ago
  91. b98d58e Fix memory leak in mmc_read() by Wolfgang Denk · 15 years ago
  92. 6e00edf MMC: add weak function to detect MMC/SD card by Stefano Babic · 15 years ago
  93. f8e9a21 mmc: check correctness of the voltage mask in ocr by Stefano Babic · 15 years ago
  94. 8459aab mmc: set bus width to 1 and clock to minimum early during initialization by Ilya Yanok · 15 years ago
  95. 6e8edf4 mmc: Fix decoding of SCR & function switch data on little-endian machines by Yauhen Kharuzhy · 16 years ago
  96. b5198b3 mmc: Remove return from mmc_init for non SD 2.0 compatible cards. by Yauhen Kharuzhy · 16 years ago
  97. b6eed94 mmc: drop unnecessary casts by Rabin Vincent · 16 years ago
  98. bdf7a68 mmc: fix response decoding on little endian by Rabin Vincent · 16 years ago
  99. 69d4e2c mmc: use lldiv to fix arm eabi build by Rabin Vincent · 16 years ago
  100. 3e448aa mmc: check find_mmc_device return value by Rabin Vincent · 16 years ago