summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* White space cleanupkhali2015-07-071-1/+1
* Don't hard-code lib directory namekhali2015-06-171-1/+1
* Enable static use of libi2ckhali2015-06-171-0/+4
* Update my e-mail address and copyright years.khali2014-02-199-10/+10
* Add missing option -r to usage summarykhali2013-10-051-1/+1
* Build fails with recent versions of gcc/ld.groeck2012-12-211-4/+4
* i2cdetect: Clarify the SMBus commands used for probing by default.khali2012-12-201-4/+8
* Consistently use "SMBus receive byte" for the short byte read we usekhali2012-09-072-4/+4
* If either SMBus Quick Write or SMBus Receive Byte command is missing,khali2012-09-071-15/+41
* New library for I2C device access under Linux. As a first step, thekhali2012-05-211-4/+5
* Tools depends on header file version.h. Add the missing dependency tokhali2012-05-211-4/+4
* i2c-dev: Move SMBus helper functions to include/i2c/smbus.hkhali2012-04-266-11/+25
* i2cset: Check range for data value maskgroeck2011-02-151-0/+5
* i2cset: Get command/mode before reading datagroeck2011-02-151-44/+55
* i2cset: More stringent parameter validationgroeck2011-02-151-0/+3
* i2cset: Abort if value mask is set for block commandsgroeck2011-02-151-0/+4
* i2cset: Check number of arguments for block data writesgroeck2011-02-151-1/+5
* i2cset: Removed obsolete method to specify value maskgroeck2011-02-151-12/+0
* i2cset: Replace blanks at beginning of line with tabsgroeck2011-02-141-1/+1
* Added support to write SMBus and I2C block commands to i2csetgroeck2011-01-292-11/+81
* Use a 20-bit limit for the i2c bus number.khali2010-11-266-18/+21
* tools: Drop arbitrary limit on I2C bus numberkhali2010-11-251-4/+4
* Drop legacy reference to ISA bus. The i2c-isa fake bus driver is gonekhali2010-09-221-2/+2
* Properly handle the rare case where /dev/i2c exists but isn't akhali2010-08-181-1/+1
* Add support for short writes with PEC.khali2009-09-172-10/+22
* List include first, so that other modules can use it.khali2009-01-191-5/+5
* Complete GPL header.khali2009-01-132-0/+20
* Licensing clarification.khali2009-01-131-1/+4
* Add missing includes.khali2008-11-281-0/+5
* Add support for reading back to short writes.khali2008-11-201-4/+2
* Make reading back the written value optional.khali2008-11-202-1/+13
* Clarify the requirements of data value masking.khali2008-11-201-1/+4
* Allow masking on short writes.khali2008-11-201-3/+8
* Set the data value mask with -m. The old method is still supported forkhali2008-11-202-9/+29
* Use consistent transaction names (based on the SMBus specification)khali2008-05-053-13/+17
* Share the error string between all functionality checks.khali2008-05-054-24/+14
* No need to print the i2c bus number in functionality error message.khali2008-05-053-38/+36
* Split the functionality checking code into a separate function forkhali2008-05-051-61/+67
* Close device file before we exit.khali2008-05-051-0/+1
* Add support for short writes (SMBus send byte).khali2008-05-052-23/+55
* List the optional command line parameters in a consistent way.khali2008-05-055-10/+8
* Whitespace cleanups.khali2008-04-245-90/+90
* Move the confirmation to a separate function, as is done in i2cgetkhali2008-04-241-29/+37
* Move the functionality checks to a separate function, as is done inkhali2008-04-241-42/+46
* Minor optimizations and cleanups.khali2008-04-242-18/+17
* Unknown options are fatal, so label them error rather than warning.khali2008-04-244-8/+8
* More user-friendly error messages for wrong I2C bus parameter.khali2008-04-241-4/+3
* Move the chip address parsing to a common function for consistency.khali2008-04-245-16/+30
* Consistently restrict the allowed I2C device address to 0x03 - 0x77.khali2008-04-245-9/+9
* Move print_i2c_busses from i2cbusses.c to i2cdetect.c, as it iskhali2008-04-243-34/+35