120 Commits (f9b954fd909b6ef774e9389ebbb4ff79782ecaa9)
 

Author SHA1 Message Date
Jean Delvare f9b954fd90 Do not decode DDR3 manufacturing data fields which have been left 17 years ago
Jean Delvare fa0a699f13 Add support for DDR3 SDRAM. Patch from Paul Goyette. 17 years ago
Jean Delvare cda5ec8595 Read the remainder of the EEPROM data if more than 128 bytes are used. 17 years ago
Jean Delvare a1de42b944 Move manufacture date decoding to a separate function. 17 years ago
Jean Delvare 9ea9403026 New manufacturer decoding for DDR3 modules. Patch from Paul Goyette. 17 years ago
Jean Delvare 2bddbf7005 One more Rambus fix. 17 years ago
Jean Delvare 89bd668c64 Fix handling of Rambus memory modules. 17 years ago
Jean Delvare 0de7df39bf Move checksum to a separate function. Handle CRC of FB-DIMM and DDR3 17 years ago
Jean Delvare b1b1f5efa5 Update comments. 17 years ago
Jean Delvare 148c836bfb Pass all EEPROM bytes to decoding functions, saving the need to 17 years ago
Jean Delvare 2e4f256f39 Read all EEPROM bytes at once, this is easier and even more efficient in 17 years ago
Jean Delvare b582f32aaf Move manufacturing information decoding to a separate function in 17 years ago
Jean Delvare 7113e85359 Spelling fixes. 17 years ago
Jean Delvare fd5a45d190 Use udev settle to speed up initialization. 17 years ago
Jean Delvare 1cbc16700c Set version to 3.0.2. 17 years ago
Jean Delvare 786ae8e1ab Add missing includes. 17 years ago
Jean Delvare 31277e1ab8 Add support for reading back to short writes. 17 years ago
Jean Delvare 00a240e7d3 Make reading back the written value optional. 17 years ago
Jean Delvare 497940860e Clarify the requirements of data value masking. 17 years ago
Jean Delvare 9178957b65 Allow masking on short writes. 17 years ago
Jean Delvare e230c1ebe5 Set the data value mask with -m. The old method is still supported for 17 years ago
Jean Delvare f2434f705f Only export the ceil function from POSIX. By default, POSIX exports 17 years ago
Jean Delvare 34773ee2de Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines, as was just done in the 17 years ago
Jean Delvare 8dfba8cc8c Stop on i2cset error. 17 years ago
Jean Delvare 3d7326080b Behave properly when i2c-stub is already loaded. 17 years ago
Jean Delvare 7da2ec5e48 Add support for little-endian word hexdumps. 17 years ago
Jean Delvare 038139b95b Add support for partial dumps. 17 years ago
Jean Delvare 79b9137fd4 Use consistent transaction names (based on the SMBus specification) 18 years ago
Jean Delvare ee7f0924cb Share the error string between all functionality checks. 18 years ago
Jean Delvare 041e4553f3 No need to print the i2c bus number in functionality error message. 18 years ago
Jean Delvare fdba3b5163 Split the functionality checking code into a separate function for 18 years ago
Jean Delvare 98f809dd1d Close device file before we exit. 18 years ago
Jean Delvare 740a2c181d Add support for short writes (SMBus send byte). 18 years ago
Jean Delvare 36e072a279 List the optional command line parameters in a consistent way. 18 years ago
Jean Delvare 218f3223f3 Whitespace cleanups. 18 years ago
Jean Delvare 2075fca653 Move the confirmation to a separate function, as is done in i2cget 18 years ago
Jean Delvare 0c1d2a6860 Move the functionality checks to a separate function, as is done in 18 years ago
Jean Delvare 14be6606ec Minor optimizations and cleanups. 18 years ago
Jean Delvare 97b4810ab8 Unknown options are fatal, so label them error rather than warning. 18 years ago
Jean Delvare 4d1a5fd1dd More user-friendly error messages for wrong I2C bus parameter. 18 years ago
Jean Delvare d284668c70 Move the chip address parsing to a common function for consistency. 18 years ago
Jean Delvare 69b9ad132e Consistently restrict the allowed I2C device address to 0x03 - 0x77. 18 years ago
Jean Delvare 99011f3649 Move print_i2c_busses from i2cbusses.c to i2cdetect.c, as it is 18 years ago
Jean Delvare 7ba65d9e69 Unify and shorten the usage messages. The details can be found in 18 years ago
Jean Delvare 336626872c Don't print the list of i2c buses as part of the help. 18 years ago
Jean Delvare 312c733bf0 Make the includes order correct and consistent accross all tools. 18 years ago
Jean Delvare 9a58d32b99 Minor consistency fix. 18 years ago
Jean Delvare 1100d3f024 Update. 18 years ago
Jean Delvare de29763e09 Limit the stack usage in gather_i2c_busses: 18 years ago
Jean Delvare 2fa93b4a57 Make it possible to pass the i2c bus by name instead of by number. As 18 years ago