1. a92c227 mmc-utils: Correctly handle write counter overflow status by Jan Kiszka · 9 weeks ago master
  2. ca8b37f mmc-utils: Warn during rpmb read-counter on expiry by Jan Kiszka · 9 weeks ago
  3. 075b734 mmc-utils: add ability to flush optional eMMC cache by Michele Dionisio · 4 months ago
  4. 4af0832 mmc-utils: Use designated initializers for struct zeroing by Avri Altman · 4 months ago
  5. b5480ed mmc-utils: Remove unnecessary null pointer checks by Avri Altman · 4 months ago
  6. 3327879 mmc-utils: mmc.c: Print version at program start by Avri Altman · 4 months ago
  7. e3f0ea7 mmc-utils: Makefile: Make version string to show commit date by Avri Altman · 4 months ago
  8. 14cc86b mmc-utils: Add option to print version by Avri Altman · 4 months ago
  9. d8a8358 mmc-utils: Pass key_mac buffer to rpmb_get_key() by Avri Altman · 4 months ago v1.0
  10. a23ad78 mmc-utils: Start to use the generic print_usage function by Avri Altman · 6 months ago
  11. e769d44 mmc-utils: Introduce a generic print_usage function by Avri Altman · 6 months ago
  12. 6586fa5 mmc-utils: Simplify and streamline print_help function by Avri Altman · 6 months ago
  13. ec75d4b mmc-utils: Remove unused adv_help member from struct Command by Avri Altman · 6 months ago
  14. c515ea2 mmc-utils: Doc: new secure write protect commands by Avri Altman · 7 months ago
  15. 3fc7643 mmc-utils: Secure Write Protect Mode Read by Avri Altman · 7 months ago
  16. bd51a27 mmc-utils: Enable/Disable write protect by Avri Altman · 7 months ago
  17. 5d3a04e mmc-utils: Add secure write-protect mode enable/disable by Avri Altman · 7 months ago
  18. 05051e4 mmc-utils: Refactor RPMB key handling into a separate function by Avri Altman · 7 months ago
  19. f4247f5 mmc-utils: Add SECURE_WP_INFO field in ext_csd register by Avri Altman · 7 months ago
  20. 50a30df mmc-utils: Add byte offset comments to rpmb_frame structure by Avri Altman · 7 months ago
  21. 88e9564 mmc-utils: Pack rpmb_frame structure to avoid padding bytes by Avri Altman · 7 months ago
  22. d4d3eb2 mmc-utils: Reduce scope of nargs for RPMB commands by Avri Altman · 7 months ago
  23. 437d369 mmc-utils: Initialize RPMB frame_out structures to zero by Avri Altman · 7 months ago
  24. 2aef4cd mmc-utils: lsmmc: Update docs to include new options by Avri Altman · 8 months ago
  25. 21e0fa6 mmc-utils: lsmmc: Allow getting registers value as an argument by Avri Altman · 8 months ago
  26. dd2cef2 mmc-utils: lsmmc: Refactor register processing by Avri Altman · 8 months ago
  27. dab7e0c mmc-utils: lsmmc: Update HOWTO to include CSD and CID read commands by Avri Altman · 8 months ago
  28. bf6a673 mmc-utils: lsmmc: Pass program name to usage function by Avri Altman · 8 months ago
  29. c6e94dd mmc-utils: lsmmc: Remove redundant argument checks in do_read_<reg> by Avri Altman · 8 months ago
  30. d1c46d8 mmc-utils: lsmmc: Break early in scr read by Avri Altman · 8 months ago
  31. f5937b8 mmc-utils: Docs: Fix Sphinx build error by Avri Altman · 9 months ago
  32. 03d5d49 mmc-utils: Documentation: Add missing entry for "writeprotect user get" command by Avri Altman · 9 months ago
  33. a89cba2 mmc-utils: Fix conditional around sparse in Makefile by Gwendal Grignou · 9 months ago
  34. 67b9be6 mmc-utils: docs: Fix a typo by Avri Altman · 10 months ago
  35. 43c4047 mmc-utils: Add ffu modes documentation by Avri Altman · 10 months ago
  36. 523d8f3 mmc-utils: Add FFU optional mode 4 for firmware download using repeated CMD24 single-block write command by Bean Huo · 1 year ago
  37. 29ff877 mmc-utils: Add FFU optional mode 3 that uses CMD6 and CMD24 single-block write to download firmware by Bean Huo · 1 year ago
  38. f3d1440 mmc-utils: Add FFU optional mode 2 using CMD25+CMD12 for Open-ended write download FW by Bean Huo · 1 year ago
  39. b9c9eff mmc-utils: Add FFU optional mode 1 by Bean Huo · 1 year ago
  40. b3455d8 mmc-utils: Refactor common FFU code into functions to support additional FFU modes by Bean Huo · 1 year ago
  41. 123fd8b mmc-utils: create mandir during install by Rudi Heitbaum · 1 year, 3 months ago
  42. f884bfe mmc-utils: Make functions static for local scope enforcement by Avri Altman · 1 year, 4 months ago
  43. c8cef05 mmc-utils: Add Read-the-Docs configuration by Avri Altman · 1 year, 4 months ago
  44. 1d1b115 mmc-utils: Add documentation section by Avri Altman · 1 year, 4 months ago
  45. f757f41 mmc-utils: man 1 mmc-utils by Avri Altman · 1 year, 7 months ago
  46. e1281d4 mmc-utils: mmc_cmds: fix type-punned warning on &ext_csd[] casting by Giulio Benetti · 1 year, 8 months ago
  47. b5ca140 mmc-utils: lsmmc: Fix emmc capacity calculation by Avri Altman · 2 years, 1 month ago
  48. d1d8a05 mmc-utils: lsmmc: Disintegrade print_mmc_csd by Avri Altman · 2 years, 1 month ago
  49. 3b055a2 mmc-utils: lsmmc: Simplify interface processing functions by Avri Altman · 2 years, 1 month ago
  50. e82719f mmc-utils: lsmmc: Simplify prinitng manufacturer name by Avri Altman · 2 years, 1 month ago
  51. 80271e9 mmc-utils: lsmmc: Reuse do_read_reg by Avri Altman · 2 years, 1 month ago
  52. 0b3b45b mmc-utils: fix potential overflow by Giulio Benetti · 2 years, 1 month ago
  53. 613495e mmc-utils: ffu: Add optional chunk-size argument by Avri Altman · 2 years, 4 months ago
  54. 4d99f67 mmc-utils: ffu: Allow ffu of large images by Avri Altman · 2 years, 4 months ago
  55. 5ba644b mmc-utils: ffu: Add ffu multi-command set handler by Avri Altman · 2 years, 4 months ago
  56. a1b594c mmc-utils: ffu: Simplify ext_csd bytes parsing by Avri Altman · 2 years, 4 months ago
  57. 6c8944a mmc-utils: Add arg argument to set_single_cmd by Avri Altman · 2 years, 4 months ago
  58. 731a1cc mmc-utils: Add fill_switch_cmd handler by Avri Altman · 2 years, 4 months ago
  59. 6d593ef mmc-utils: Assert MMC_IOC_MULTI_CMD in compile time by Avri Altman · 2 years, 5 months ago
  60. 9582278 mmc-utils: support overriding CFLAGS without setting -DVERSION by Ahmad Fatoum · 2 years, 5 months ago
  61. 8ac394d mmc-utils: do not hide CID manufacturer information by Enrico Jorns · 2 years, 5 months ago
  62. 78af863 mmc-utils: fix printing OID for mmc in non-verbose mode by Enrico Jorns · 2 years, 5 months ago
  63. 36bcb85 mmc-utils: add SanDisk to manufacturer database by Enrico Jorns · 2 years, 5 months ago
  64. 145c74a mmc-utils: Change version string to git hash by Christian Loehle · 2 years, 7 months ago
  65. d4c2910 mmc-utils: Add basic erase error check by Christian Löhle · 2 years, 10 months ago
  66. a08f08e mmc-utils: Add a command to write extcsd registers by Sean Anderson · 2 years, 11 months ago
  67. c62dd8e mmc-utils: Implement alternative boot operation by Christian Löhle · 3 years ago
  68. 4a32d09 mmc-utils: Add CMD0 softreset and preidle command by Christian Löhle · 3 years, 1 month ago
  69. 34577b2 mmc-utils: Allow for custom sanitize timeout by Christian Löhle · 3 years, 1 month ago
  70. d939fb5 mmc-utils: Refactor switch to allow custom timeout by Christian Löhle · 3 years, 1 month ago
  71. dfc3b6e mmc-utils: Fix a typo for ATP mid by Avri Altman · 3 years, 1 month ago
  72. 2a93413 mmc-utils: Fix ffu in case of unsupported MODE_OPERATION_CODES by Bruno Matic · 3 years, 1 month ago
  73. 5086e7c mmc-utils: fix warning on uninitialized 'cnt' by Giulio Benetti · 3 years, 2 months ago
  74. c12b531 mmc-utils: correct and clean up the file handling by Bruno Matic · 3 years, 2 months ago
  75. d7b343f mmc-utils: Fix 4k sector size block count in FFU by Christian Löhle · 3 years, 4 months ago
  76. b7e4d5a mmc-utils: Add General command CMD56 read support by Bean Huo · 3 years, 7 months ago
  77. 0d493fb mmc-utils: Fix build error MMC_BLOCK_MAJOR undeclared by Ulf Hansson · 3 years, 6 months ago
  78. 4303889 Enhancement to do_status_get() function for detailed Response info by Shankar Athanikar · 3 years, 9 months ago
  79. 4637a7c mmc-utils: Display STROBE_SUPPORT when printing EXT_CSD by Marius Strobl · 3 years, 9 months ago
  80. 118dc4a mmc-utils: Remove unused MMC_BLOCK_MAJOR by Marius Strobl · 3 years, 9 months ago
  81. 0c316a5 mmc-utils: manpage: Document -c option for partitioning commands by Marius Strobl · 3 years, 9 months ago
  82. fd41dca mmc_cmds: Display BARRIER_CTRL Status when printing EXT_CSD by Shankar Athanikar · 3 years, 10 months ago
  83. 4465006 add README by Quentin Schulz · 3 years, 10 months ago
  84. 3969aa4 mmc_cmds: add HS400 data rates by Quentin Schulz · 4 years ago
  85. a1b233c mmc-utils: Use printf() to extract and print fw version by Oleh Kravchenko · 4 years ago
  86. ad3fb9f mmc-utils: Add note for CMDQ_MODE_EN runtime value by Bean Huo · 4 years ago
  87. 7769a4d mmc-utils: One further optimization of trimming routine by Michael Heimpold · 4 years, 1 month ago
  88. 0eea71e mmc-utils: Fix for Firmware Version string printing by Kimito Sakata · 4 years, 4 months ago
  89. 43282e8 mmc-utils: Add eMMC erase command support by Kimito Sakata · 4 years, 6 months ago
  90. e9654eb Various fixes by Stephane Fillod · 7 years ago
  91. 5edc6a4 Add various SD/eMMC vendors to table by Stephane Fillod · 7 years ago
  92. 51434a7 Fix parsing of Product Revision and Serial Number by Stephane Fillod · 7 years ago
  93. 520f54e mmc_cmds.c: fix build with gcc 4.9 by Fabrice Fontaine · 6 years ago
  94. ad6890a mmc-utils: Add AUTO_EN support in the BKOPS_EN by Lars Pedersen · 6 years ago
  95. be4cac3 mmc-utils: Expand 'writeprotect boot' by Julius Werner · 6 years ago
  96. 5b3e56f mmc-utils: Fix scaling of cache size by Patrick Oppenlander · 6 years ago
  97. 271bdfc rpmb: Zero-init MMC_IOC_MULTI_CMD structures by John Ernberg · 4 years, 11 months ago
  98. 1b8b13b mmc-utils: let FFU mode use CMD23 and CMD25 by Shivamurthy Shastri (sshivamurthy) · 4 years, 8 months ago
  99. 73d6c59 Add eMMC vendor Micron to table by Michael Heimpold · 7 years ago
  100. 6c595ae Optimize to_binstr() function by Michael Heimpold · 7 years ago