summaryrefslogtreecommitdiff
path: root/tools/i2cdump.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/+24
* i2cdump: Remove support for SMBus block modeJean Delvare2021-07-221-64/+17
* i2cdump: Deprecate SMBus block modeJean Delvare2021-07-131-1/+3
* i2cdump: Add range support with mode i (I2C block)Jean Delvare2021-07-131-5/+5
* i2cdump: Remove dead codeJean Delvare2021-07-131-3/+0
* 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
* 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-6/+10
* Share the error string between all functionality checks.Jean Delvare2008-05-051-10/+5
* No need to print the i2c bus number in functionality error message.Jean Delvare2008-05-051-16/+14
* Split the functionality checking code into a separate function forJean Delvare2008-05-051-61/+67
* List the optional command line parameters in a consistent way.Jean Delvare2008-05-051-1/+1
* Whitespace cleanups.Jean Delvare2008-04-241-28/+28
* 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-8/+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-9/+5
* 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
* Refactor the handling of the I2CBUS parameter. This ensures moreJean Delvare2008-04-201-8/+2
* Update the FSF address.Jean Delvare2008-03-261-1/+2
* Let the user specify a register range.Jean Delvare2008-03-191-4/+76
* Return the correct error code on I2C block read failure.Jean Delvare2007-12-151-1/+3
* 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-1/+1
* Remove remaining references to lm-sensors.Jean Delvare2007-06-271-1/+1
* 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/+426