1. ec12673 i2cdetect: Display mangling and nostart support by Benoît Monin · 4 months ago master
  2. c1b0305 Makefile: allow installing perl scripts optionally by Wolfram Sang · 7 months ago
  3. ea51da7 i2ctransfer: Zero out memory passed to ioctl() by Jean Delvare · 1 year, 1 month ago
  4. 93fedbd i2ctransfer: Prevent msgs[] overflow with many parameters by Jean Delvare · 1 year, 1 month ago
  5. 4102d1e i2ctransfer: Don't free memory which was never allocated by Jean Delvare · 1 year, 1 month ago
  6. a22fda5 i2ctransfer: Don't link with libi2c by Jean Delvare · 1 year, 1 month ago
  7. cd435c8 CHANGES: Conceal fixes to bugs which were never released by Jean Delvare · 1 year, 8 months ago
  8. 8be2c3c Post-release version marker by Jean Delvare · 1 year, 8 months ago
  9. c20cd0b Set version to 4.4 by Jean Delvare · 1 year, 8 months ago v4.4
  10. 62f325d i2ctransfer: Drop redundant variable arg_idx by Jean Delvare · 1 year, 9 months ago
  11. 82f5f83 i2cset: printing help is not an error by Wolfram Sang · 1 year, 10 months ago
  12. c0fe433 i2cget: printing help is not an error by Wolfram Sang · 1 year, 10 months ago
  13. dbd1550 treewide: remove FSF address by Wolfram Sang · 1 year, 10 months ago
  14. 3ef5cf4 README: ask for DCO in contributions by Wolfram Sang · 1 year, 11 months ago
  15. 35b2930 i2ctransfer: don't use plain 'unsigned' by Wolfram Sang · 1 year, 10 months ago
  16. 09b110e i2ctransfer: add option to print binary data by Wolfram Sang · 1 year, 10 months ago
  17. dcf4830 i2ctransfer: sort command line options and add to help text by Wolfram Sang · 1 year, 10 months ago
  18. 4efe151 eeprog: use force option when eeprog gets data from a pipe by Thomas Richard · 2 years ago
  19. 5665976 Update links for https and changed URLs by Paul Wise · 3 years, 1 month ago
  20. a0e5865 i2cdetect: only use "newer" I2C_FUNC_* flags if they exist by Wolfram Sang · 3 years, 4 months ago
  21. 595d526 i2cdetect: display more functionality bits with '-F' by Wolfram Sang · 3 years, 7 months ago
  22. 051304c i2c-tools: Implement and document option -h by Jean Delvare · 4 years, 1 month ago
  23. b295772 i2c-tools: Use getopt by Jean Delvare · 4 years, 1 month ago
  24. ccf4c4c i2cget: add mode character for SMBus block read to manpage by Wolfram Sang · 4 years, 2 months ago
  25. cf3541b py-smbus: Use setuptools instead of distutils by Ross Burton · 4 years, 5 months ago
  26. c94a3a2 i2cdetect: fix a typo argment -> argument by Aurelien Jarno · 4 years, 6 months ago
  27. a460931 py-smbus/Module.mk: Install with PREFIX defined by Morten Linderud · 4 years, 8 months ago
  28. eacb6a4 Makefile: Drop KERNELVERSION by Baruch Siach · 4 years, 10 months ago
  29. 4016b7f i2cdump: Remove support for SMBus block mode by Jean Delvare · 4 years, 11 months ago
  30. 64e4a00 Post-release version marker by Jean Delvare · 4 years, 11 months ago
  31. d8bc1f1 Set version to 4.3 by Jean Delvare · 4 years, 11 months ago v4.3
  32. ae658a6 CHANGES: Update for the upcoming release by Jean Delvare · 5 years ago
  33. 55888f5 i2cdump: Deprecate SMBus block mode by Jean Delvare · 5 years ago
  34. 6b98493 i2cdump: Add range support with mode i (I2C block) by Jean Delvare · 5 years ago
  35. 230be0e i2cdump: Remove dead code by Jean Delvare · 5 years ago
  36. 789af53 i2cget: Add support for SMBus block read by Jean Delvare · 5 years ago
  37. ffa5241 i2cget: Document the support of I2C block read by Jean Delvare · 5 years ago
  38. a7ec4b6 i2cget: Add support for I2C block data by Crestez Dan Leonard · 5 years ago
  39. bd4d1c4 i2cdetect: Sort the bus list by number by Jean Delvare · 5 years ago
  40. 85d8fa8 decode-dimms: Actually decode LPDDR3 modules by Jean Delvare · 5 years ago
  41. 06a1909 Revert "tools: i2ctransfer: add check for returned length from driver" by Wolfram Sang · 5 years ago
  42. 37f5ab8 eeprom, eepromer: remove the tools by Wolfram Sang · 5 years ago
  43. 202054c Post-release version marker by Jean Delvare · 6 years ago
  44. 9cba52b Set version to 4.2 by Jean Delvare · 6 years ago v4.2
  45. 6a38a0a CHANGES: Update for the upcoming release by Jean Delvare · 6 years ago
  46. 2be6a75 Manual pages: Mention the current maintainer by Jean Delvare · 6 years ago
  47. 26bcc85 decode-vaio: Scan more i2c buses by Jean Delvare · 6 years ago
  48. ec70ab5 decode-vaio: Add support for the at24 driver by Jean Delvare · 6 years ago
  49. 3becd9e There are several eeprom drivers by Jean Delvare · 6 years ago
  50. cdb9eef libi2c: Add a manual page to document the API by Jean Delvare · 6 years ago
  51. a235aab i2cset: Fix short writes with mask by Jean Delvare · 6 years ago
  52. 34806fc tools: i2ctransfer: add check for returned length from driver by Wolfram Sang · 6 years ago
  53. 349b18f decode-dimms: Update the list of vendors to Jedec JEP106BB by Jean Delvare · 6 years ago
  54. 264b9c5 i2ctransfer: add support for I2C_M_RECV_LEN by Wolfram Sang · 6 years ago
  55. 1428105 add BUGS section to manpages by Wolfram Sang · 6 years ago
  56. 162ed6c allow to preset custom CFLAGS and LDFLAGS by Wolfram Sang · 6 years ago
  57. 0cadafa i2c-stub-from-dump: Read dumps from hexdump -C by Jean Delvare · 6 years ago
  58. fde1157 decode-dimms: Point the user to the right drivers by Jean Delvare · 7 years ago
  59. daa4300 decode-dimms: Fix the version string by Jean Delvare · 7 years ago
  60. 78ed683 decode-dimms: Decode manufacturing data for LPDDR3 by Jean Delvare · 7 years ago
  61. a108ff4 decode-dimms: Add DDR5 memory types to the list by Jean Delvare · 7 years ago
  62. 8bc976c decode-dimms: Print DDR memory speed in MT/s not MHz by Jean Delvare · 7 years ago
  63. bdb2cb5 decode-dimms: Print kernel driver used by Jean Delvare · 7 years ago
  64. 73c4550 decode-dimms: Detect and report truncated input files by Jean Delvare · 7 years ago
  65. ecd987a decode-dimms: Round DDR4 speed properly by Jean Delvare · 7 years ago
  66. 3ec23ce decode-dimms: Add MAC abbreviation for DDR4 by Jean Delvare · 7 years ago
  67. 5df0e20 decode-dimms: display MAC from DDR3 SPD by Francois Cartegnie · 7 years ago
  68. 78edfef tools: restrict all addresses defined by the standard by Wolfram Sang · 7 years ago
  69. 12b55ec tools: i2ctransfer: consequently document -a by Wolfram Sang · 7 years ago
  70. 948d10b decode-dimms: List ee1004 as a candidate driver by Jean Delvare · 7 years ago
  71. cea0000 decode-dimms: Print primary bus width for DDR3 and DDR4 by Joakim Tjernlund · 7 years ago
  72. 955b13b Consistently use snprintf instead of sprintf by Jean Delvare · 7 years ago
  73. 4d476eb decode-dimms: Move SDR-specific code by Jean Delvare · 7 years ago
  74. 2e36fa9 decode-dimms: Print SPD revision for DDR3 too by Jean Delvare · 7 years ago
  75. 9b9e904 Post-release version marker by Jean Delvare · 8 years ago
  76. 42b58a1 Set version to 4.1 by Jean Delvare · 8 years ago v4.1
  77. cac306d CHANGES: Add missing entries since v4.0 by Jean Delvare · 8 years ago
  78. de9a301 i2c-tools: decode-dimms: New manufacturer names from JEP106AX by Vincent Palatin · 8 years ago
  79. 0e384cf py-smbus: Fix i2c_smbus_* error propagation by Georgii Staroselskii · 8 years ago
  80. 4b28579 Make PREFIX overridable by Jean Delvare · 8 years ago
  81. 4700d21 Make DESTDIR overridable by Jean Delvare · 8 years ago
  82. ba49ca4 Make STRIP overridable by Jean Delvare · 8 years ago
  83. fbd988b libi2c: Mention the correct license in source files by Jean Delvare · 8 years ago
  84. 22939a7 eeprog: Fix ambiguous parentheses by Jean Delvare · 8 years ago
  85. 6173f7d CHANGES: mention the new -a flag for the tools by Wolfram Sang · 8 years ago
  86. 4d64ab2 i2ctransfer: '-f' shouldn't allow all addresses, '-a' does that by Wolfram Sang · 8 years ago
  87. 7028042 tools: add all_addrs option for i2c tools by Romain Porte · 8 years ago
  88. e1fcba6 CHANGES: add i2ctransfer by Wolfram Sang · 8 years ago
  89. 226bc03 Delete duplicate i2c-dev.h by Jean Delvare · 8 years ago
  90. bf73c7f lib/Module.mk: Don't install dynamic library when disabled by Baruch Siach · 8 years ago
  91. f87c973 eeprog/Module.mk: Add missing dependency by Maxin B. John · 8 years ago
  92. 57d2c37 Makefile: Allow to really disable the dynamic library by Jean Delvare · 8 years ago
  93. de278d0 lib/Module.mk: Fix LIB_LINKS dependency by Angelo Compagnucci · 8 years ago
  94. 08b0d67 tools/Module.mk: Add missing dependencies by Jean Delvare · 8 years ago
  95. 1831b61 lib/Module.mk: Drop unused variable LIB_OBJECTS by Jean Delvare · 9 years ago
  96. 2580c96 README: Add documentation for BUILD_DYNAMIC_LIB by Angelo Compagnucci · 9 years ago
  97. 9906b2e Makefile: Add flag to disable dynamic library by Angelo Compagnucci · 9 years ago
  98. a6a5969 lib/Module.mk: Add missing dependencies by Jean Delvare · 9 years ago
  99. 84da819 decode-dimms: Verify the CRC of DDR4 data block 1 by Jean Delvare · 9 years ago
  100. eea0b50 decode-dimms: Documentation update for DDR4 by Jean Delvare · 9 years ago