root/i2c-tools/trunk/tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @5927 [5927] 12 months groeck i2cset: Check range for data value mask
(edit) @5926 [5926] 12 months groeck i2cset: Get command/mode before reading data Get and validate the …
(edit) @5924 [5924] 12 months groeck i2cset: More stringent parameter validation
(edit) @5923 [5923] 12 months groeck i2cset: Abort if value mask is set for block commands Specifying the …
(edit) @5922 [5922] 12 months groeck i2cset: Check number of arguments for block data writes
(edit) @5921 [5921] 12 months groeck i2cset: Removed obsolete method to specify value mask
(edit) @5920 [5920] 12 months groeck i2cset: Replace blanks at beginning of line with tabs
(edit) @5911 [5911] 13 months groeck Added support to write SMBus and I2C block commands to i2cset
(edit) @5885 [5885] 15 months khali Use a 20-bit limit for the i2c bus number. Use snprintf for the i2c dev …
(edit) @5884 [5884] 15 months khali tools: Drop arbitrary limit on I2C bus number
(edit) @5862 [5862] 17 months khali Drop legacy reference to ISA bus. The i2c-isa fake bus driver is gone long …
(edit) @5854 [5854] 18 months khali Properly handle the rare case where /dev/i2c exists but isn't a directory. …
(edit) @5771 [5771] 2 years khali Add support for short writes with PEC.
(edit) @5610 [5610] 3 years khali List include first, so that other modules can use it.
(edit) @5596 [5596] 3 years khali Complete GPL header.
(edit) @5594 [5594] 3 years khali Licensing clarification.
(edit) @5452 [5452] 3 years khali Add missing includes.
(edit) @5394 [5394] 3 years khali Add support for reading back to short writes.
(edit) @5393 [5393] 3 years khali Make reading back the written value optional.
(edit) @5392 [5392] 3 years khali Clarify the requirements of data value masking.
(edit) @5391 [5391] 3 years khali Allow masking on short writes.
(edit) @5390 [5390] 3 years khali Set the data value mask with -m. The old method is still supported for …
(edit) @5242 [5242] 4 years khali Use consistent transaction names (based on the SMBus specification) when …
(edit) @5241 [5241] 4 years khali Share the error string between all functionality checks.
(edit) @5240 [5240] 4 years khali No need to print the i2c bus number in functionality error message.
(edit) @5239 [5239] 4 years khali Split the functionality checking code into a separate function for …
(edit) @5238 [5238] 4 years khali Close device file before we exit.
(edit) @5237 [5237] 4 years khali Add support for short writes (SMBus send byte).
(edit) @5236 [5236] 4 years khali List the optional command line parameters in a consistent way.
(edit) @5210 [5210] 4 years khali Whitespace cleanups.
(edit) @5209 [5209] 4 years khali Move the confirmation to a separate function, as is done in i2cget …
(edit) @5208 [5208] 4 years khali Move the functionality checks to a separate function, as is done in i2cget …
(edit) @5207 [5207] 4 years khali Minor optimizations and cleanups.
(edit) @5206 [5206] 4 years khali Unknown options are fatal, so label them error rather than warning.
(edit) @5205 [5205] 4 years khali More user-friendly error messages for wrong I2C bus parameter.
(edit) @5204 [5204] 4 years khali Move the chip address parsing to a common function for consistency.
(edit) @5203 [5203] 4 years khali Consistently restrict the allowed I2C device address to 0x03 - 0x77.
(edit) @5202 [5202] 4 years khali Move print_i2c_busses from i2cbusses.c to i2cdetect.c, as it is only used …
(edit) @5201 [5201] 4 years khali Unify and shorten the usage messages. The details can be found in the man …
(edit) @5200 [5200] 4 years khali Don't print the list of i2c buses as part of the help.
(edit) @5199 [5199] 4 years khali Make the includes order correct and consistent accross all tools.
(edit) @5198 [5198] 4 years khali Minor consistency fix.
(edit) @5196 [5196] 4 years khali Limit the stack usage in gather_i2c_busses: * Reuse variables where …
(edit) @5195 [5195] 4 years khali Make it possible to pass the i2c bus by name instead of by number. As …
(edit) @5194 [5194] 4 years khali Split print_i2c_busses into a gathering part and a printing part.
(edit) @5193 [5193] 4 years khali Refactor the handling of the I2CBUS parameter. This ensures more …
(edit) @5164 [5164] 4 years khali Update the FSF address.
(edit) @5151 [5151] 4 years khali Let the user specify a register range.
(edit) @5140 [5140] 4 years khali Remove reference to hardware monitoring chips. i2cdump works on all …
(edit) @5073 [5073] 4 years khali Return the correct error code on I2C block read failure.
(edit) @5001 [5001] 4 years khali Final status messages go to stdout. Fix two harmless file descriptor …
(edit) @4948 [4948] 4 years khali Rename I2C_FUNC_SMBUS_HWPEC_CALC to I2C_FUNC_SMBUS_PEC, as was done in the …
(edit) @4915 [4915] 4 years khali Fix the build of i2cset and i2cget. They were accidentally swapped.
(edit) @4911 [4911] 4 years khali Fix path to include directory. Reported by Ryan Mallon.
(edit) @4907 [4907] 4 years khali Fix license name.
(edit) @4906 [4906] 4 years khali Rename module Makefiles from Makefile to Module.mk. They can't be used as …
(edit) @4905 [4905] 4 years khali Add a main Makefile and make it call the tools and eeprom modules …
(edit) @4862 [4862] 4 years khali Use strchr() instead of the deprecated index(). Patch from Bernhard …
(edit) @4671 [4671] 4 years khali License fix.
(edit) @4499 [4499] 5 years khali Show more warnings, and fix them.
(edit) @4492 [4492] 5 years khali Enable lots of warnings.
(edit) @4488 [4488] 5 years khali Remove remaining references to lm-sensors.
(edit) @4487 [4487] 5 years khali Add a Makefile to build, install and uninstall the tools, and make them …
(edit) @4486 [4486] 5 years khali Ignore generated binaries.
(copy) @4481 [4481] 5 years khali Oops, forgot to create the trunk level.
copied from i2c-tools/tools:
(add) @4480 [4480] 5 years khali Move i2cdetect, i2cdump, i2cset and i2cget to a separate package …
Note: See TracRevisionLog for help on using the revision log.