summaryrefslogtreecommitdiff
path: root/tools/i2cset.c
Commit message (Expand)AuthorAgeFilesLines
* Update my e-mail address and copyright years.khali2014-02-191-1/+1
* Add missing option -r to usage summarykhali2013-10-051-1/+1
* i2c-dev: Move SMBus helper functions to include/i2c/smbus.hkhali2012-04-261-1/+4
* 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-291-4/+67
* Use a 20-bit limit for the i2c bus number.khali2010-11-261-2/+2
* Add support for short writes with PEC.khali2009-09-171-9/+17
* Add support for reading back to short writes.khali2008-11-201-4/+2
* Make reading back the written value optional.khali2008-11-201-1/+7
* 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-201-2/+20
* Use consistent transaction names (based on the SMBus specification)khali2008-05-051-3/+3
* Share the error string between all functionality checks.khali2008-05-051-6/+3
* No need to print the i2c bus number in functionality error message.khali2008-05-051-10/+10
* Add support for short writes (SMBus send byte).khali2008-05-051-18/+45
* List the optional command line parameters in a consistent way.khali2008-05-051-1/+1
* Whitespace cleanups.khali2008-04-241-10/+10
* 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-241-11/+10
* Unknown options are fatal, so label them error rather than warning.khali2008-04-241-2/+2
* Move the chip address parsing to a common function for consistency.khali2008-04-241-4/+2
* Consistently restrict the allowed I2C device address to 0x03 - 0x77.khali2008-04-241-3/+3
* Unify and shorten the usage messages. The details can be found inkhali2008-04-241-6/+8
* Don't print the list of i2c buses as part of the help.khali2008-04-241-1/+0
* Make the includes order correct and consistent accross all tools.khali2008-04-211-1/+1
* Refactor the handling of the I2CBUS parameter. This ensures morekhali2008-04-201-4/+2
* Update the FSF address.khali2008-03-261-1/+2
* Final status messages go to stdout.khali2007-11-011-15/+13
* Rename I2C_FUNC_SMBUS_HWPEC_CALC to I2C_FUNC_SMBUS_PEC, as was donekhali2007-10-141-1/+1
* Show more warnings, and fix them.khali2007-06-271-2/+2
* Add a Makefile to build, install and uninstall the tools, and makekhali2007-06-271-3/+3
* Oops, forgot to create the trunk level.khali2007-06-271-0/+286