summaryrefslogtreecommitdiff
path: root/tools/i2cget.c
Commit message (Expand)AuthorAgeFilesLines
* Update my e-mail address and copyright years.khali2014-02-191-2/+2
* i2c-dev: Move SMBus helper functions to include/i2c/smbus.hkhali2012-04-261-1/+4
* Use a 20-bit limit for the i2c bus number.khali2010-11-261-2/+2
* Use consistent transaction names (based on the SMBus specification)khali2008-05-051-4/+4
* Share the error string between all functionality checks.khali2008-05-051-8/+4
* No need to print the i2c bus number in functionality error message.khali2008-05-051-12/+12
* Close device file before we exit.khali2008-05-051-0/+1
* Whitespace cleanups.khali2008-04-241-19/+19
* Minor optimizations and cleanups.khali2008-04-241-7/+7
* 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-2/+2
* Unify and shorten the usage messages. The details can be found inkhali2008-04-241-10/+9
* 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-2/+2
* Minor consistency fix.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
* 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-4/+5
* 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/+263