84 Commits (629185af1552b1866052c6973c930f1a26992dfc)

Author SHA1 Message Date
Jean Delvare c55d5911cf i2c-tools: Add examples to manual pages 8 years ago
Jean Delvare c68f751764 Add new tool i2ctransfer to the ignore list 8 years ago
Jean Delvare ad661861e6 Add missing man page cross-references 8 years ago
Wolfram Sang cb5ad58d3c i2ctransfer: grammar fixes in manpage 8 years ago
Wolfram Sang 1ed92ae76a i2ctransfer: replace broken "force" handling 8 years ago
Wolfram Sang 9fc53a7fc6 i2c-tools: add new tool 'i2ctransfer' 9 years ago
Wolfram Sang f5c9c3766b i2c-tools: add .gitignore 9 years ago
Wolfram Sang a3541796ff i2c-tools: fix feature test macros for glibc >= 2.20 9 years ago
Jean Delvare 69f0354a9b White space cleanup 10 years ago
Jean Delvare 31d3bbdcb8 Don't hard-code lib directory name 10 years ago
Jean Delvare 272ec325c6 Enable static use of libi2c 10 years ago
Jean Delvare 4bbad0fae1 Update my e-mail address and copyright years. 12 years ago
Jean Delvare 81a3820cbd Add missing option -r to usage summary 12 years ago
Guenter Roeck 35d99af6e8 Build fails with recent versions of gcc/ld. 13 years ago
Jean Delvare c32fee2aea i2cdetect: Clarify the SMBus commands used for probing by default. 13 years ago
Jean Delvare 12f7cf81e9 Consistently use "SMBus receive byte" for the short byte read we use 13 years ago
Jean Delvare fe0364cb21 If either SMBus Quick Write or SMBus Receive Byte command is missing, 13 years ago
Jean Delvare 251d594fd0 New library for I2C device access under Linux. As a first step, the 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) 17 years ago
Jean Delvare fc38f35ce4 Share the error string between all functionality checks. 17 years ago
Jean Delvare f67174055a No need to print the i2c bus number in functionality error message. 17 years ago
Jean Delvare 9160a95ad0 Split the functionality checking code into a separate function for 17 years ago
Jean Delvare cc723a46f7 Close device file before we exit. 17 years ago
Jean Delvare c3d335575f Add support for short writes (SMBus send byte). 17 years ago
Jean Delvare 7ad89259ab List the optional command line parameters in a consistent way. 17 years ago
Jean Delvare 8cc44b8c9c Whitespace cleanups. 18 years ago