summaryrefslogtreecommitdiff
path: root/tools/i2cset.c
Commit message (Expand)AuthorAgeFilesLines
* i2c-tools: Implement and document option -hJean Delvare2022-05-241-2/+3
* i2c-tools: Use getoptJean Delvare2022-05-241-27/+20
* i2cset: Fix short writes with maskJean Delvare2020-09-081-12/+13
* tools: restrict all addresses defined by the standardWolfram Sang2019-04-231-1/+1
* tools: add all_addrs option for i2c toolsRomain Porte2018-03-241-4/+5
* Update my e-mail address and copyright years.Jean Delvare2014-02-191-1/+1
* Add missing option -r to usage summaryJean Delvare2013-10-051-1/+1
* i2c-dev: Move SMBus helper functions to include/i2c/smbus.hJean Delvare2012-04-261-1/+4
* i2cset: Check range for data value maskGuenter Roeck2011-02-151-0/+5
* i2cset: Get command/mode before reading dataGuenter Roeck2011-02-151-44/+55
* i2cset: More stringent parameter validationGuenter Roeck2011-02-151-0/+3
* i2cset: Abort if value mask is set for block commandsGuenter Roeck2011-02-151-0/+4
* i2cset: Check number of arguments for block data writesGuenter Roeck2011-02-151-1/+5
* i2cset: Removed obsolete method to specify value maskGuenter Roeck2011-02-151-12/+0
* i2cset: Replace blanks at beginning of line with tabsGuenter Roeck2011-02-141-1/+1
* Added support to write SMBus and I2C block commands to i2csetGuenter Roeck2011-01-291-4/+67
* Use a 20-bit limit for the i2c bus number.Jean Delvare2010-11-261-2/+2
* Add support for short writes with PEC.Jean Delvare2009-09-171-9/+17
* Add support for reading back to short writes.Jean Delvare2008-11-201-4/+2
* Make reading back the written value optional.Jean Delvare2008-11-201-1/+7
* Allow masking on short writes.Jean Delvare2008-11-201-3/+8
* Set the data value mask with -m. The old method is still supported forJean Delvare2008-11-201-2/+20
* Use consistent transaction names (based on the SMBus specification)Jean Delvare2008-05-051-3/+3
* Share the error string between all functionality checks.Jean Delvare2008-05-051-6/+3
* No need to print the i2c bus number in functionality error message.Jean Delvare2008-05-051-10/+10
* Add support for short writes (SMBus send byte).Jean Delvare2008-05-051-18/+45
* List the optional command line parameters in a consistent way.Jean Delvare2008-05-051-1/+1
* Whitespace cleanups.Jean Delvare2008-04-241-10/+10
* Move the confirmation to a separate function, as is done in i2cgetJean Delvare2008-04-241-29/+37
* Move the functionality checks to a separate function, as is done inJean Delvare2008-04-241-42/+46
* Minor optimizations and cleanups.Jean Delvare2008-04-241-11/+10
* Unknown options are fatal, so label them error rather than warning.Jean Delvare2008-04-241-2/+2
* Move the chip address parsing to a common function for consistency.Jean Delvare2008-04-241-4/+2
* Consistently restrict the allowed I2C device address to 0x03 - 0x77.Jean Delvare2008-04-241-3/+3
* Unify and shorten the usage messages. The details can be found inJean Delvare2008-04-241-6/+8
* Don't print the list of i2c buses as part of the help.Jean Delvare2008-04-241-1/+0
* Make the includes order correct and consistent accross all tools.Jean Delvare2008-04-211-1/+1
* Refactor the handling of the I2CBUS parameter. This ensures moreJean Delvare2008-04-201-4/+2
* Update the FSF address.Jean Delvare2008-03-261-1/+2
* Final status messages go to stdout.Jean Delvare2007-11-011-15/+13
* Rename I2C_FUNC_SMBUS_HWPEC_CALC to I2C_FUNC_SMBUS_PEC, as was doneJean Delvare2007-10-141-1/+1
* Show more warnings, and fix them.Jean Delvare2007-06-271-2/+2
* Add a Makefile to build, install and uninstall the tools, and makeJean Delvare2007-06-271-3/+3
* Oops, forgot to create the trunk level.Jean Delvare2007-06-271-0/+286