summaryrefslogtreecommitdiff
path: root/tools/i2cget.c
Commit message (Expand)AuthorAgeFilesLines
* i2c-tools: Implement and document option -hJean Delvare2022-05-241-2/+3
* i2c-tools: Use getoptJean Delvare2022-05-241-18/+15
* i2cget: Add support for SMBus block readJean Delvare2021-07-131-2/+16
* i2cget: Add support for I2C block dataCrestez Dan Leonard2021-07-131-10/+56
* 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-2/+2
* i2c-dev: Move SMBus helper functions to include/i2c/smbus.hJean Delvare2012-04-261-1/+4
* Use a 20-bit limit for the i2c bus number.Jean Delvare2010-11-261-2/+2
* Use consistent transaction names (based on the SMBus specification)Jean Delvare2008-05-051-4/+4
* Share the error string between all functionality checks.Jean Delvare2008-05-051-8/+4
* No need to print the i2c bus number in functionality error message.Jean Delvare2008-05-051-12/+12
* Close device file before we exit.Jean Delvare2008-05-051-0/+1
* Whitespace cleanups.Jean Delvare2008-04-241-19/+19
* Minor optimizations and cleanups.Jean Delvare2008-04-241-7/+7
* 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-2/+2
* Unify and shorten the usage messages. The details can be found inJean Delvare2008-04-241-10/+9
* 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-2/+2
* Minor consistency fix.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
* 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-4/+5
* 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/+263