| 1 | i2c-tools CHANGES |
|---|
| 2 | ----------------- |
|---|
| 3 | |
|---|
| 4 | SVN HEAD |
|---|
| 5 | decode-dimms: Decode module configuration type of DDR2 SDRAM |
|---|
| 6 | Decode bus width extension of DDR3 SDRAM |
|---|
| 7 | i2c-dev.h: Minimize differences with kernel flavor |
|---|
| 8 | i2c-stub-from-dump: Be more tolerant on input dump format |
|---|
| 9 | |
|---|
| 10 | 3.1.0 (2011-12-04) |
|---|
| 11 | decode-dimms: Decode module configuration type of DDR SDRAM |
|---|
| 12 | Decode refresh rate of DDR SDRAM |
|---|
| 13 | Add support for the at24 kernel driver |
|---|
| 14 | i2c-dev.h: Make value arrays const for block write functions |
|---|
| 15 | i2cset: Add support for SMBus and I2C block writes |
|---|
| 16 | Removed obsolete method to specify value mask |
|---|
| 17 | More stringent parameter validation |
|---|
| 18 | |
|---|
| 19 | 3.0.3 (2010-12-12) |
|---|
| 20 | Makefile: Let the environment set CC and CFLAGS |
|---|
| 21 | Integrate py-smbus into the build system |
|---|
| 22 | README: Point users to the linux-i2c mailing list |
|---|
| 23 | decode-dimms: Handle CRC of FB-DIMM and DDR3 SDRAM memory modules |
|---|
| 24 | Add support for DDR3 SDRAM |
|---|
| 25 | Fix decoding of SDR SDRAM bytes 12-14 |
|---|
| 26 | Add side-by-side formatting option |
|---|
| 27 | Add merged cells formatting option |
|---|
| 28 | Try harder to decode the manufacturing date |
|---|
| 29 | Handle read errors on sysfs |
|---|
| 30 | Decode voltage interface level of DDR SDRAM |
|---|
| 31 | decode-xeon: Delete |
|---|
| 32 | eepromer: Fix array initialization overrun |
|---|
| 33 | i2cdetect: Drop legacy reference to ISA bus |
|---|
| 34 | i2cset: Add support for short writes with PEC |
|---|
| 35 | i2c-stub-from-dump: Use udev settle to speed up initialization |
|---|
| 36 | Unload i2c-stub automatically if needed |
|---|
| 37 | Add support for multiple dumps |
|---|
| 38 | tools: Properly handle /dev/i2c not being a directory |
|---|
| 39 | Increase limit on I2C bus number |
|---|
| 40 | |
|---|
| 41 | 3.0.2 (2008-11-29) |
|---|
| 42 | i2c-dev.h: Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines |
|---|
| 43 | decode-dimms: Add support for little-endian word hexdumps |
|---|
| 44 | Only export the ceil function from POSIX |
|---|
| 45 | decode-vaio: Remove history |
|---|
| 46 | i2cdetect: Support i2c bus passed by name |
|---|
| 47 | Shorten the usage message |
|---|
| 48 | i2cdump: Support i2c bus passed by name |
|---|
| 49 | Shorten the usage message |
|---|
| 50 | Restrict the chip address to 0x03-0x77 |
|---|
| 51 | Split the functionality checking code into a separate function |
|---|
| 52 | Better error message on missing adapter functionality |
|---|
| 53 | i2cget: Support i2c bus passed by name |
|---|
| 54 | Shorten the usage message |
|---|
| 55 | Better error message on missing adapter functionality |
|---|
| 56 | i2cset: Support i2c bus passed by name |
|---|
| 57 | Shorten the usage message |
|---|
| 58 | Restrict the chip address to 0x03-0x77 |
|---|
| 59 | Split the code into several functions for clarity |
|---|
| 60 | Add support for short writes (SMBus send byte) |
|---|
| 61 | Better error message on missing adapter functionality |
|---|
| 62 | Set the data value mask with -m |
|---|
| 63 | Make reading back the written value optional |
|---|
| 64 | i2c-stub-from-dump: Add support for partial dumps |
|---|
| 65 | Report if only garbage is found in dump file |
|---|
| 66 | Behave properly when i2c-stub is already loaded |
|---|
| 67 | Stop on i2cset error |
|---|
| 68 | |
|---|
| 69 | 3.0.1 (2008-04-04) |
|---|
| 70 | Drop the trailing .pl from all perl script names |
|---|
| 71 | decode-dimms: Fix DDR2 SDRAM module speed decoding |
|---|
| 72 | Update manufacturer IDs |
|---|
| 73 | Don't print anything by default if checksum fails |
|---|
| 74 | Decode all DDR2 SDRAM timing information |
|---|
| 75 | Add support for reading SPD data from hexdumps |
|---|
| 76 | Make command line parsing more robust |
|---|
| 77 | decode-vaio: Private data might not be readable by non-root users |
|---|
| 78 | Print the asset tag |
|---|
| 79 | Fix the timestamp decoding |
|---|
| 80 | i2cdump: Fix I2C block mode error code |
|---|
| 81 | Remove man page reference to hardware monitoring chips |
|---|
| 82 | Let the user specify a register range |
|---|
| 83 | i2cset: Final status messages go to stdout |
|---|
| 84 | Return success even when readback fails or doesn't match |
|---|
| 85 | i2c-stub-from-dump: New helper script to use with i2c-stub |
|---|
| 86 | |
|---|
| 87 | 3.0.0 (2007-10-14) |
|---|
| 88 | Initial release |
|---|