80 Commits (i2c-tools-3.1)

Author SHA1 Message Date
Jean Delvare 96fca5cdb0 tools: Don't build with -Winline 5 years ago
Jean Delvare 11a1738e83 i2cset: Fix short writes with mask 5 years ago
Jean Delvare a5a59fb959 tools: i2cbusses: Check the return value of snprintf 8 years ago
Jean Delvare 7c71a78fb0 Consistently use snprintf instead of sprintf 7 years ago
Jean Delvare 07563e8ff8 i2c-tools: i2cbusses: Avoid buffer overflows in sysfs paths 8 years ago
Jean Delvare 3b194ddb8c Delete i2ctransfer 8 years ago
Jean Delvare ba2abe60bd Add missing man page cross-references 8 years ago
Wolfram Sang c1ea203e35 i2c-tools: add new tool 'i2ctransfer' 11 years ago
Wolfram Sang 58ebb2f385 i2c-tools: add .gitignore 9 years ago
Wolfram Sang 119a811034 i2c-tools: fix feature test macros for glibc >= 2.20 9 years ago
Jean Delvare a0d9fb99f8 i2c-dev: Revert most of r6048 and r6052 12 years ago
Jean Delvare 2df6dcb997 Update my e-mail address and copyright years. 12 years ago
Jean Delvare ba1491d03d Add missing option -r to usage summary 12 years ago
Jean Delvare e1974d0945 i2cdetect: Clarify the SMBus commands used for probing by default. 13 years ago
Jean Delvare 0a335f0859 Tools depends on header file version.h. Add the missing dependency to 13 years ago
Jean Delvare 93caf007f4 i2c-dev: Move SMBus helper functions to include/i2c/smbus.h 13 years ago
Guenter Roeck 055f5effa9 i2cset: Check range for data value mask 15 years ago
Guenter Roeck 6fdf1f1e45 i2cset: Get command/mode before reading data 15 years ago
Guenter Roeck 8da93bb0f2 i2cset: More stringent parameter validation 15 years ago
Guenter Roeck 7b4639c497 i2cset: Abort if value mask is set for block commands 15 years ago
Guenter Roeck bacad27586 i2cset: Check number of arguments for block data writes 15 years ago
Guenter Roeck 7dd2610269 i2cset: Removed obsolete method to specify value mask 15 years ago
Guenter Roeck 37ad9258ab i2cset: Replace blanks at beginning of line with tabs 15 years ago
Guenter Roeck fcc8ce36b8 Added support to write SMBus and I2C block commands to i2cset 15 years ago
Jean Delvare 3a5d21649e Use a 20-bit limit for the i2c bus number. 15 years ago
Jean Delvare 54a2dcbba5 tools: Drop arbitrary limit on I2C bus number 15 years ago
Jean Delvare 7e6f85bfc5 Drop legacy reference to ISA bus. The i2c-isa fake bus driver is gone 15 years ago
Jean Delvare e8c558c9a5 Properly handle the rare case where /dev/i2c exists but isn't a 15 years ago
Jean Delvare 2ea4dccae0 Add support for short writes with PEC. 16 years ago
Jean Delvare f0892fadae List include first, so that other modules can use it. 17 years ago
Jean Delvare 52cb1789b4 Complete GPL header. 17 years ago
Jean Delvare 24f819ed0c Licensing clarification. 17 years ago
Jean Delvare 0d84adf510 Add missing includes. 17 years ago
Jean Delvare 0e972ad9fd Add support for reading back to short writes. 17 years ago
Jean Delvare 35a929de32 Make reading back the written value optional. 17 years ago
Jean Delvare f9bad5666d Clarify the requirements of data value masking. 17 years ago
Jean Delvare 0c270e09de Allow masking on short writes. 17 years ago
Jean Delvare c797cbaaeb Set the data value mask with -m. The old method is still supported for 17 years ago
Jean Delvare 54cee12770 Use consistent transaction names (based on the SMBus specification) 18 years ago
Jean Delvare fc38f35ce4 Share the error string between all functionality checks. 18 years ago
Jean Delvare f67174055a No need to print the i2c bus number in functionality error message. 18 years ago
Jean Delvare 9160a95ad0 Split the functionality checking code into a separate function for 18 years ago
Jean Delvare cc723a46f7 Close device file before we exit. 18 years ago
Jean Delvare c3d335575f Add support for short writes (SMBus send byte). 18 years ago
Jean Delvare 7ad89259ab List the optional command line parameters in a consistent way. 18 years ago
Jean Delvare 8cc44b8c9c Whitespace cleanups. 18 years ago
Jean Delvare 8603e2aab2 Move the confirmation to a separate function, as is done in i2cget 18 years ago
Jean Delvare 87154f13cc Move the functionality checks to a separate function, as is done in 18 years ago
Jean Delvare 68fb2e6229 Minor optimizations and cleanups. 18 years ago
Jean Delvare 2751626db8 Unknown options are fatal, so label them error rather than warning. 18 years ago