1. e7ecf7c dm: mmc: Add an MMC uclass by Simon Glass · 9 years ago
  2. 5a20397 mmc: remove the MMC_MODE_HC flag by Rob Herring · 9 years ago
  3. bd47c13 mmc: Fix splitting device initialization by Andrew Gabbasov · 10 years ago
  4. a626c8d mmc: Avoid extra duplicate entry in mmc device structure by Andrew Gabbasov · 10 years ago
  5. 3f2da75 mmc: Fix typo in MMC type checking macro by Andrew Gabbasov · 10 years ago
  6. b9cb648 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 10 years ago
  7. 4b7cee5 mmc: Implement SD/MMC versioning properly by Pantelis Antoniou · 10 years ago
  8. f022d36 mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V by Otavio Salvador · 10 years ago
  9. 91785f7 x86: mmc: Move common FSP functions into a common file by Simon Glass · 10 years ago
  10. 9e41a00 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · 10 years ago
  11. 8dda5b0 mmc: extend the mmc hardware partitioning API with write reliability by Diego Santa Cruz · 10 years ago
  12. ac9da0e mmc: add API to do eMMC hardware partitioning by Diego Santa Cruz · 10 years ago
  13. 037dc0a mmc: read the high capacity WP group size for eMMC by Diego Santa Cruz · 10 years ago
  14. a4ff9f8 mmc: fix erase_grp_size computation with high-capacity size definition by Diego Santa Cruz · 10 years ago
  15. a7f852b mmc: read the size of eMMC enhanced user data area by Diego Santa Cruz · 10 years ago
  16. c3dbb4f mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · 10 years ago
  17. 786e8f8 mmc: Fix handling of bus widths and DDR card capabilities by Andrew Gabbasov · 10 years ago
  18. edab723 MMC: add MMC_VERSION_5_0 by Markus Niebel · 10 years ago
  19. d7b2912 MMC: fix user capacity for partitioned eMMC card by Markus Niebel · 10 years ago
  20. 95de9ab mmc: Board-specific MMC power initializations by Paul Kocialkowski · 10 years ago
  21. aeb8055 mmc: add prototype for mmc_get_env_addr by Jeroen Hofstee · 10 years ago
  22. 750121c mmc: prevent some warnings with make W=1 by Jeroen Hofstee · 10 years ago
  23. cc49da2 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  24. 91fdabc eMMC: add support for operations in RPMB partition by Pierre Aubert · 10 years ago
  25. 6b2221b mmc: Handle switch error status bit in MMC card status by Andrew Gabbasov · 10 years ago
  26. d22e3d4 mmc: support the DDR mode for eMMC by Jaehoon Chung · 10 years ago
  27. 8caf46d mmc: remove the unnecessary define and fix the wrong bit control by Jaehoon Chung · 10 years ago
  28. 07a2d42 mmc: mmc header fix by Mateusz Zalega · 10 years ago
  29. 519fdde Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  30. 33ace36 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  31. 0b2da7e blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.c by Tom Rini · 10 years ago
  32. 93bfd61 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  33. 22cb7d3 mmc: Convert mmc struct's name array to a pointer by Pantelis Antoniou · 11 years ago
  34. ab769f2 mmc: Remove ops from struct mmc and put in mmc_ops by Pantelis Antoniou · 11 years ago
  35. 1ad6364 Merge branch 'master' of git://git.denx.de/u-boot-arm by Stefano Babic · 11 years ago
  36. 3c7ca96 mmc: Add a prototype for board_mmc_init() by Fabio Estevam · 11 years ago
  37. 614b2bf cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  38. 5a99b9d cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  39. 792970b cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  40. ab71188 mmc: add setdsr support by Markus Niebel · 11 years ago
  41. dae6c6b include/mmc.h: Remove declaration for spl_mmc_load() by Lad, Prabhakar · 11 years ago
  42. 1937e5a mmc: Fix erase_grp_size for partitioned card by Oliver Metz · 11 years ago
  43. 8687d5c mmc: size optimization when !CONFIG_MMC_SPI by Paul Burton · 11 years ago
  44. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  45. 348e47f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  46. 69f14dc Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  47. f866a46 mmc: report capacity for the selected partition by Stephen Warren · 11 years ago
  48. 3690d6d MMC: APIs to support resize of EMMC boot partition by Amar · 11 years ago
  49. e955044 mmc: Split device init to decouple OCR-polling delay by Che-Liang Chiou · 12 years ago
  50. 8bfa195 mmc: Define a constant for the maximum block size by Simon Glass · 11 years ago
  51. 1741c64 mmc: check the revision for sd3.0 by Jaehoon Chung · 12 years ago
  52. 64f4a61 mmc: support the correct card version for eMMC by Jaehoon Chung · 12 years ago
  53. d23d8d7 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  54. 8948ea8 mmc: detect boot sectors using EXT_CSD_BOOT_MULT too by Stephen Warren · 12 years ago
  55. 67cbbf2 mmc: Remove unused item flags in struct mmc_cmd by Kaspter Ju · 12 years ago
  56. 0d986e6 da850/omap-l138: Add support to read u-boot image from MMC/SD by Lad, Prabhakar · 12 years ago
  57. ffdea5d include/mmc.h: remove struct mmc_csd by Andreas Bießmann · 13 years ago
  58. 6272203 mmc:fix: Set mmc width according to MMC host capabilities by Łukasz Majewski · 13 years ago
  59. 72fa467 ATMEL: use generic mmc framework by Sven Schnelle · 13 years ago
  60. d617c42 mmc: make mmc_send_status() more reliable by Jan Kloetzke · 13 years ago
  61. 48972d9 mmc: Implement card detection. by Thierry Reding · 13 years ago
  62. 314284b mmc: Change board_mmc_getcd() function prototype. by Thierry Reding · 13 years ago
  63. 0560db1 mmc: change magic number to macro define by Lei Wen · 13 years ago
  64. b1f1e82 mmc: Access mode validation for eMMC cards > 2 GiB by Łukasz Majewski · 13 years ago
  65. e6f99a5 MMC: add erase function to both mmc and sd by Lei Wen · 13 years ago
  66. bc897b1 mmc: enable partition switch function for emmc by Lei Wen · 13 years ago
  67. ea6ebe2 cmd_mmc: eliminate device num in the mmc command by Lei Wen · 13 years ago
  68. ed018b2 mmc_spi: generate response for send status command by Thomas Chou · 13 years ago
  69. abe2c93 mmc: coding style fix and tabify of mmc.h by Thomas Chou · 13 years ago
  70. 8feafcc MMC: make b_max unconditional by John Rigby · 13 years ago
  71. 31cacba mmc: SEND_OP_COND considers card capabilities (voltage) by Raffaele Recalcati · 14 years ago
  72. 5d4fc8d mmc: checking status after commands with R1b response by Raffaele Recalcati · 14 years ago
  73. d52ebf1 mmc: add generic mmc spi driver by Thomas Chou · 14 years ago
  74. 57418d2 Davinci MMCSD Support by Sandeep Paulraj · 14 years ago
  75. 4a6ee17 fsl_esdhc: Use mmc_set_clock to set initial speed by Jerry Huang · 14 years ago
  76. 1592ef8 AT91: MCI: add SD/MMC driver using mmc framework by Reinhard Meyer · 14 years ago
  77. 8971696 mmc: add function prototype for mmc_set_dev in mmc.h by Steve Sakoman · 14 years ago
  78. 11fdade MMC: add weak function to detect MMC/SD card by Stefano Babic · 15 years ago
  79. 79b91de include/mmc.h: Fix typo in IS_SD() macro by Albin Tonnerre · 15 years ago
  80. 0b453ff mmc: fix response decoding on little endian by Rabin Vincent · 15 years ago
  81. 272cc70 Add MMC Framework by Andy Fleming · 16 years ago
  82. 1de97f9 Eliminated arch-specific mmc header requirement by Andy Fleming · 16 years ago
  83. abb5466 Convert mmc_init to mmc_legacy_init by Andy Fleming · 16 years ago
  84. b2e2ed0 Eliminate support for using MMC as memory by Andy Fleming · 16 years ago
  85. 341188b MMC: Consolidate MMC/SD command definitions by Haavard Skinnemoen · 16 years ago
  86. 71f9511 * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago