1. 72d8046 mmc: Remove hwpartition help text when command is disabled by Alex Kiernan · 6 years ago
  2. c568bcb mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  3. 27b69de fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  4. 60e0f61 Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig by Alex Kiernan · 7 years ago
  5. 814a975 mmc: support writing sparse images by Jassi Brar · 7 years ago
  6. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  7. ba54ab8 mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
  8. 27edffe mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
  9. 1d7769a mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · 7 years ago
  10. 93c31d1 mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · 7 years ago
  11. f62caf9 cmd: mmc: display the mode name and current bus speed in the mmc info by Jean-Jacques Hiblot · 7 years ago
  12. 629e799 blk: Remove various places that do flush cache after read by Bin Meng · 7 years ago
  13. f54f753 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  14. cb5f193 mmc: use new hwpart API when CONFIG_BLK enabled by Kever Yang · 7 years ago
  15. 4e5d33a cmd_mmc: fix arg parsing for setdsr subcmd by Markus Niebel · 8 years ago
  16. c17dae5 mmc: add bkops-enable command by Tomas Melin · 8 years ago
  17. 2821d91 mmc: Drop dead mmc code for non-generic MMC by Simon Glass · 9 years ago
  18. e5db115 dm: mmc: Move the device list into a separate file by Simon Glass · 9 years ago
  19. 11f2bb6 dm: mmc: Use the new select_hwpart() API by Simon Glass · 9 years ago
  20. fa25511 dm: mmc: Drop the get_dev() function by Simon Glass · 9 years ago
  21. a62cf49 mmc: Fix error in RPMB code by Marek Vasut · 9 years ago
  22. bc18166 mmc: use block layer in mmc command by Eric Nelson · 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. 5f861a7 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_mmc.c]
  26. 29499a0 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_mmc.c]
  27. 1e0f92a mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  28. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  29. b1e455a common: mmc: unsigned char compared against 0 by Peng Fan · 9 years ago
  30. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  31. a095bfd mmc: Implement SD/MMC versioning properly by Pantelis Antoniou · 10 years ago
  32. 37a50b9 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · 10 years ago
  33. 58bda79 mmc: extend the mmc hwpartition sub-command to change write reliability by Diego Santa Cruz · 10 years ago
  34. 420fc16 mmc: add mmc hwpartition sub-command to do eMMC hardware partitioning by Diego Santa Cruz · 10 years ago
  35. 173c79e mmc: show the erase group size and HC WP group size in mmcinfo output by Diego Santa Cruz · 10 years ago
  36. 2b45f58 mmc: display size and start of eMMC enhanced user data area in mmcinfo by Diego Santa Cruz · 10 years ago
  37. 1f69e22 mmc: skip mmcinfo partition info processing for eMMC < 4.41 by Diego Santa Cruz · 10 years ago
  38. d835843 mmc: make eMMC general purpose partition numbering match spec by Diego Santa Cruz · 10 years ago
  39. c145f9e mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · 10 years ago
  40. 99ca028 mmc: show hardware partition sizes in mmcinfo output by Diego Santa Cruz · 10 years ago
  41. 9fc2a41 mmc: Fix handling of bus widths and DDR card capabilities by Andrew Gabbasov · 10 years ago
  42. d49c4aa cmd_mmc: fix bootpart-resize maxarg to 4 by Wally Yeh · 10 years ago
  43. cf66e6f cmd_mmc: make mmc dev always re-probe the HW by Stephen Warren · 11 years ago
  44. 07ec4e7 cmd_mmc: Use init_mmc_device() from do_mmc_rescan() by Stephen Warren · 11 years ago
  45. b627f4b cmd_mmc: add force_init parameter to init_mmc_device() by Stephen Warren · 11 years ago
  46. 1854980 cmd_mmc: default to HW partition 0 if not specified by Stephen Warren · 11 years ago
  47. fe85aac cmd_mmc: use new mmc_select_hwpart() function by Stephen Warren · 11 years ago
  48. bcc302c eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command by Pierre Aubert · 11 years ago
  49. 35a3ea1 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  50. 2c85046 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  51. f85cd82 cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  52. 4cf854c cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  53. f8c6f79 cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  54. 7991946 cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize' by Tom Rini · 11 years ago
  55. c3068eb cmd_mmc.c: Change 'bootpart' code to match normal coding style by Tom Rini · 11 years ago
  56. 0395141 mmc: add setdsr support by Markus Niebel · 11 years ago
  57. e3f2c2e Fix some obvious typos across multiple subsystems. by Robert P. J. Day · 11 years ago
  58. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  59. 3ccad53 COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition by Amar · 12 years ago
  60. 6108ef6 mmc: support the correct card version for eMMC by Jaehoon Chung · 12 years ago
  61. 18faca7 mmc: don't allow extra cmdline arguments by Stephen Warren · 12 years ago
  62. 020f261 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  63. 9cd2f42 mmc: Fix incorrect handling of 'read' & 'write' commands by Taylor Hutt · 12 years ago
  64. 31cf33c cmd_mmc.c: Fix typo, "dislay" -> "display" by Robert P. J. Day · 12 years ago
  65. dc00a68 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  66. 31692c2 mmcinfo: Fix help message by Benoît Thébaudeau · 12 years ago
  67. a06dfc7 Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  68. 67a8bd8 mmc: rescan fails on empty slot by Michael Jones · 13 years ago
  69. ea52676 MMC: add erase function to both mmc and sd by Lei Wen · 13 years ago
  70. 64b2b1e MMC: unify mmc read and write operation by Lei Wen · 13 years ago
  71. 31b9980 mmc: enable partition switch function for emmc by Lei Wen · 14 years ago
  72. d430d7c cmd_mmc: eliminate device num in the mmc command by Lei Wen · 14 years ago
  73. 316f81a mmc: show mmc capacity using print_size by Minkyu Kang · 14 years ago
  74. add3e79 cmd_mmc: use common usage function by Mike Frysinger · 14 years ago
  75. 61dba93 mmc: print out partition table by Lei Wen · 14 years ago
  76. e9e8bab Prepare v2010.09-rc1 by Wolfgang Denk · 14 years ago
  77. 2a212b6 fix cmd_mmc.c, line 136 missing " by Reinhard Meyer · 14 years ago
  78. 7675a09 various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · 14 years ago
  79. 0dddc00 various cmd_* files: remove the command name from the help message by Frans Meulenbroeks · 14 years ago
  80. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  81. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  82. e8943cc cmd_mmc remove \n by Frans Meulenbroeks · 15 years ago
  83. 0289fe6 cmd_mmc: make curr_device static by Mike Frysinger · 15 years ago
  84. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  85. 3e448aa mmc: check find_mmc_device return value by Rabin Vincent · 16 years ago
  86. 920dd55 mmc: clean up help texts by Rabin Vincent · 16 years ago
  87. 0f92290 cmd_mmc: add support for device command for selecting mmc device by Minkyu Kang · 16 years ago
  88. 27e1e62 more command usage cleanup by Mike Frysinger · 16 years ago
  89. df8852a MMC: Don't use new framework code if not enabled by Dirk Behme · 16 years ago
  90. 1f79d14 Coding style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  91. ad347bb Add MMC Framework by Andy Fleming · 16 years ago
  92. 9b81c6e Convert mmc_init to mmc_legacy_init by Andy Fleming · 16 years ago
  93. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  94. c0d32e9 [BUILD] conditionally compile common/cmd_*.c in common/Makefile by Grant Likely · 17 years ago
  95. d704d91 common/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  96. d76b5c1 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. by Jon Loeliger · 17 years ago
  97. 3de8b24 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  98. f287a24 Patch by Kenneth Johansson, 30 Jun 2003: by wdenk · 21 years ago
  99. f12e396 Fix some missing commands, cleanup header files by wdenk · 21 years ago
  100. 7a428cc * Fix CONFIG_NET_MULTI support in include/net.h by wdenk · 21 years ago