summaryrefslogtreecommitdiff
path: root/tools/i2cbusses.c
Commit message (Expand)AuthorAgeFilesLines
* Update my e-mail address and copyright years.khali2014-02-191-1/+1
* i2c-dev: Move SMBus helper functions to include/i2c/smbus.hkhali2012-04-261-1/+3
* Use a 20-bit limit for the i2c bus number.khali2010-11-261-6/+7
* tools: Drop arbitrary limit on I2C bus numberkhali2010-11-251-4/+4
* Properly handle the rare case where /dev/i2c exists but isn't akhali2010-08-181-1/+1
* Add missing includes.khali2008-11-281-0/+5
* Whitespace cleanups.khali2008-04-241-10/+10
* More user-friendly error messages for wrong I2C bus parameter.khali2008-04-241-4/+3
* Move the chip address parsing to a common function for consistency.khali2008-04-241-0/+23
* Move print_i2c_busses from i2cbusses.c to i2cdetect.c, as it iskhali2008-04-241-33/+2
* Don't print the list of i2c buses as part of the help.khali2008-04-241-26/+7
* Limit the stack usage in gather_i2c_busses:khali2008-04-201-14/+11
* Make it possible to pass the i2c bus by name instead of by number. Askhali2008-04-201-2/+36
* Split print_i2c_busses into a gathering part and a printing part.khali2008-04-201-25/+147
* Refactor the handling of the I2CBUS parameter. This ensures morekhali2008-04-201-0/+24
* Update the FSF address.khali2008-03-261-1/+2
* Use strchr() instead of the deprecated index().khali2007-09-231-1/+1
* Add a Makefile to build, install and uninstall the tools, and makekhali2007-06-271-1/+1
* Oops, forgot to create the trunk level.khali2007-06-271-0/+259