1. b5f4039 cmd: mmc: Add mmc reg read command for reading card registers by Marek Vasut · 11 months ago
  2. fbf368f cmd: mmc: Return CMD_RET_* from commands by Pali Rohár · 1 year, 6 months ago
  3. cf1f735 cmd: mmc: Expand bkops handling by Marek Vasut · 1 year, 9 months ago
  4. 8149b15 blk: Rename if_type to uclass_id by Simon Glass · 2 years ago
  5. e33a5c6 blk: Switch over to using uclass IDs by Simon Glass · 2 years, 1 month ago
  6. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 2 months ago
  7. 2336624 cmd: mmc: allow to write protect single boot partition by Ying-Chun Liu (PaulLiu) · 2 years, 5 months ago
  8. 2743470 cmd: mmc: don't assign unused values by Heinrich Schuchardt · 2 years, 5 months ago
  9. 84191f7 cmd/mmc: fix output of mmc info for e-MMC by Max Merchel · 2 years, 7 months ago
  10. 1d4b3b2 cmd: mmc: Consider GP partitions in mmc hwpartition user enh start - by Marek Vasut · 2 years, 8 months ago
  11. 0d453c8 cmd: mmc: check whether card is SD or eMMC before hwpartition by Jaehoon Chung · 3 years ago
  12. f702dc1 cmd: mmc: Support mmc hwpartition user enh start - by Marek Vasut · 3 years ago
  13. 19f7a34 mmc: Add support for enumerating MMC card in a given mode using mmc command by Aswath Govindraju · 3 years, 1 month ago
  14. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  15. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 2 months ago
  16. 5c2beda mmc: Update environment variable with active partition by Reuben Dowle · 3 years, 4 months ago
  17. e9978b1 cmd: mmc: check whether bootbus's arguments is valid or not by Jaehoon Chung · 3 years, 7 months ago
  18. 8ae82c4 cmd: mmc: modify more readable about hwpartition usage by Jaehoon Chung · 3 years, 7 months ago
  19. 1019b19 cmd: mmc: update the mmc command's usage about argument by Jaehoon Chung · 3 years, 9 months ago
  20. d581076 cmd: mmc: Cache-align extcsd read target by Marek Vasut · 4 years, 3 months ago
  21. a633a80 trivial: Fix booot occurences by Michal Simek · 4 years, 4 months ago
  22. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 4 months ago
  23. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 4 months ago
  24. 0469d84 cmd: mmc: provide boot area protection command by Heinrich Schuchardt · 4 years, 6 months ago
  25. d5210e4 cmd: mmc: display write protect state of boot partition by Heinrich Schuchardt · 4 years, 6 months ago
  26. 71a3e5c cmd: mmc: fix typo 'a EMMC' by Heinrich Schuchardt · 4 years, 6 months ago
  27. 41e30dc cmd: mmc: Make Mode: printout consistent by Marek Vasut · 6 years ago
  28. 80a48dd common: command: Rework the 'cmd is repeatable' logic by Boris Brezillon · 6 years ago
  29. 1d044d3 cmd: mmc: Invalidate MMC block cache after init by Marek Vasut · 6 years ago
  30. d2a0836 cmd: mmc: Force mmc reinit when no card present by Marek Vasut · 6 years ago
  31. 8459367 mmc: Remove hwpartition help text when command is disabled by Alex Kiernan · 6 years ago
  32. c232d14 mmc: Separate "mmc swrite" from fastboot by Alex Kiernan · 6 years ago
  33. c4ded03 fastboot: Refactor fastboot_okay/fail to take response by Alex Kiernan · 6 years ago
  34. 5a7b11e Convert CONFIG_SUPPORT_EMMC_RPMB to Kconfig by Alex Kiernan · 6 years ago
  35. 732bc7c mmc: support writing sparse images by Jassi Brar · 6 years ago
  36. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  37. b7a6e2c mmc: remove hc_wp_grp_size from struct mmc if not needed by Jean-Jacques Hiblot · 7 years ago
  38. e6fa5a5 mmc: compile out erase and write mmc commands if write operations are not enabled by Jean-Jacques Hiblot · 7 years ago
  39. cf17789 mmc: make optional the support for eMMC hardware partitioning by Jean-Jacques Hiblot · 7 years ago
  40. 52d241d mmc: dump card and host capabilities if debug is enabled by Jean-Jacques Hiblot · 7 years ago
  41. 7a96ec7 cmd: mmc: display the mode name and current bus speed in the mmc info by Jean-Jacques Hiblot · 7 years ago
  42. 723b43d blk: Remove various places that do flush cache after read by Bin Meng · 7 years ago
  43. bdb6099 cmd: mmc: add mmc partconf read capability by Angelo Dureghello · 7 years ago
  44. 4dc80c8 mmc: use new hwpart API when CONFIG_BLK enabled by Kever Yang · 7 years ago
  45. 84c1dfe cmd_mmc: fix arg parsing for setdsr subcmd by Markus Niebel · 8 years ago
  46. cd3d488 mmc: add bkops-enable command by Tomas Melin · 8 years ago
  47. 9cf7b1a mmc: Drop dead mmc code for non-generic MMC by Simon Glass · 8 years ago
  48. c40fdca dm: mmc: Move the device list into a separate file by Simon Glass · 8 years ago
  49. 69f45cd dm: mmc: Use the new select_hwpart() API by Simon Glass · 8 years ago
  50. 3c457f4 dm: mmc: Drop the get_dev() function by Simon Glass · 8 years ago
  51. b955e42 mmc: Fix error in RPMB code by Marek Vasut · 8 years ago
  52. bcfde7f mmc: use block layer in mmc command by Eric Nelson · 8 years ago
  53. 3e8bd46 dm: part: Rename some partition functions by Simon Glass · 9 years ago
  54. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  55. 2e192b2 Remove the cmd_ prefix from command files by Simon Glass · 9 years ago[Renamed from cmd/cmd_mmc.c]
  56. 72a8cf8 Move all command code into its own directory by Simon Glass · 9 years ago[Renamed from common/cmd_mmc.c]
  57. 873cc1d mmc: store hwpart in the block device by Stephen Warren · 9 years ago
  58. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  59. 678e931 common: mmc: unsigned char compared against 0 by Peng Fan · 9 years ago
  60. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  61. 4b7cee5 mmc: Implement SD/MMC versioning properly by Pantelis Antoniou · 10 years ago
  62. 9e41a00 mmc: extend mmcinfo output to show partition write reliability settings by Diego Santa Cruz · 10 years ago
  63. 189f963 mmc: extend the mmc hwpartition sub-command to change write reliability by Diego Santa Cruz · 10 years ago
  64. c599f53 mmc: add mmc hwpartition sub-command to do eMMC hardware partitioning by Diego Santa Cruz · 10 years ago
  65. b036152 mmc: show the erase group size and HC WP group size in mmcinfo output by Diego Santa Cruz · 10 years ago
  66. beb98a1 mmc: display size and start of eMMC enhanced user data area in mmcinfo by Diego Santa Cruz · 10 years ago
  67. 525ada2 mmc: skip mmcinfo partition info processing for eMMC < 4.41 by Diego Santa Cruz · 10 years ago
  68. f289fd7 mmc: make eMMC general purpose partition numbering match spec by Diego Santa Cruz · 10 years ago
  69. c3dbb4f mmc: extend mmcinfo to show enhanced partition attribute by Diego Santa Cruz · 10 years ago
  70. c5f0d3f mmc: show hardware partition sizes in mmcinfo output by Diego Santa Cruz · 10 years ago
  71. 786e8f8 mmc: Fix handling of bus widths and DDR card capabilities by Andrew Gabbasov · 10 years ago
  72. fa7b885 cmd_mmc: fix bootpart-resize maxarg to 4 by Wally Yeh · 10 years ago
  73. a571092 cmd_mmc: make mmc dev always re-probe the HW by Stephen Warren · 10 years ago
  74. 941944e cmd_mmc: Use init_mmc_device() from do_mmc_rescan() by Stephen Warren · 10 years ago
  75. 1ae24a5 cmd_mmc: add force_init parameter to init_mmc_device() by Stephen Warren · 10 years ago
  76. 60dc58f cmd_mmc: default to HW partition 0 if not specified by Stephen Warren · 10 years ago
  77. df348d8 cmd_mmc: use new mmc_select_hwpart() function by Stephen Warren · 10 years ago
  78. 1fd93c6 eMMC: cmd_mmc.c adds the 'rpmb' sub-command for the 'mmc' command by Pierre Aubert · 10 years ago
  79. 33ace36 mmc: Add 'mmc rst-function' sub-command by Tom Rini · 11 years ago
  80. 93bfd61 mmc: Split mmc struct, rework mmc initialization (v2) by Pantelis Antoniou · 11 years ago
  81. 614b2bf cmd_mmc.c: Drop open/close mmc sub-commands by Tom Rini · 11 years ago
  82. 5a99b9d cmd_mmc.c: Add bootbus mmc sub-command by Tom Rini · 11 years ago
  83. 792970b cmd_mmc.c: Add 'partconf' command to mmc by Tom Rini · 11 years ago
  84. f1fd957 cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize' by Tom Rini · 11 years ago
  85. b01e6fe cmd_mmc.c: Change 'bootpart' code to match normal coding style by Tom Rini · 11 years ago
  86. ab71188 mmc: add setdsr support by Markus Niebel · 11 years ago
  87. 1f8b546 Fix some obvious typos across multiple subsystems. by Robert P. J. Day · 11 years ago
  88. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  89. 2a91c91 COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition by Amar · 11 years ago
  90. 64f4a61 mmc: support the correct card version for eMMC by Jaehoon Chung · 12 years ago
  91. 9fd3837 mmc: don't allow extra cmdline arguments by Stephen Warren · 11 years ago
  92. d23d8d7 mmc: add support for write protection by Nikita Kiryanov · 12 years ago
  93. ed80c93 mmc: Fix incorrect handling of 'read' & 'write' commands by Taylor Hutt · 12 years ago
  94. 59ddead cmd_mmc.c: Fix typo, "dislay" -> "display" by Robert P. J. Day · 12 years ago
  95. 088f1b1 common/cmd_*.c: sparse fixes by Kim Phillips · 12 years ago
  96. d1424ee mmcinfo: Fix help message by Benoît Thébaudeau · 12 years ago
  97. 4c12eeb Convert cmd_usage() calls in common to use a return value by Simon Glass · 13 years ago
  98. 8fd01b8 mmc: rescan fails on empty slot by Michael Jones · 13 years ago
  99. e6f99a5 MMC: add erase function to both mmc and sd by Lei Wen · 13 years ago
  100. 6be95cc MMC: unify mmc read and write operation by Lei Wen · 13 years ago