|
|
|
@5242
|
[5242]
|
05/05/08 16:57:21 |
khali |
Use consistent transaction names (based on the SMBus specification)
when … |
|
|
|
@5241
|
[5241]
|
05/05/08 16:55:01 |
khali |
Share the error string between all functionality checks. |
|
|
|
@5240
|
[5240]
|
05/05/08 16:54:18 |
khali |
No need to print the i2c bus number in functionality error message. |
|
|
|
@5239
|
[5239]
|
05/05/08 15:02:34 |
khali |
Split the functionality checking code into a separate function … |
|
|
|
@5238
|
[5238]
|
05/05/08 14:43:43 |
khali |
Close device file before we exit. |
|
|
|
@5237
|
[5237]
|
05/05/08 14:38:22 |
khali |
Add support for short writes (SMBus send byte). |
|
|
|
@5236
|
[5236]
|
05/05/08 11:52:31 |
khali |
List the optional command line parameters in a consistent way. |
|
|
|
@5210
|
[5210]
|
04/24/08 14:43:40 |
khali |
Whitespace cleanups. |
|
|
|
@5209
|
[5209]
|
04/24/08 14:43:10 |
khali |
Move the confirmation to a separate function, as is done in … |
|
|
|
@5208
|
[5208]
|
04/24/08 14:40:24 |
khali |
Move the functionality checks to a separate function, as is done in
i2cget … |
|
|
|
@5207
|
[5207]
|
04/24/08 14:38:54 |
khali |
Minor optimizations and cleanups. |
|
|
|
@5206
|
[5206]
|
04/24/08 14:37:35 |
khali |
Unknown options are fatal, so label them error rather than warning. |
|
|
|
@5205
|
[5205]
|
04/24/08 14:36:38 |
khali |
More user-friendly error messages for wrong I2C bus parameter. |
|
|
|
@5204
|
[5204]
|
04/24/08 14:34:51 |
khali |
Move the chip address parsing to a common function for consistency. |
|
|
|
@5203
|
[5203]
|
04/24/08 14:32:16 |
khali |
Consistently restrict the allowed I2C device address to 0x03 - 0x77. |
|
|
|
@5202
|
[5202]
|
04/24/08 14:22:59 |
khali |
Move print_i2c_busses from i2cbusses.c to i2cdetect.c, as it is
only used … |
|
|
|
@5201
|
[5201]
|
04/24/08 14:09:47 |
khali |
Unify and shorten the usage messages. The details can be found in
the man … |
|
|
|
@5200
|
[5200]
|
04/24/08 14:08:02 |
khali |
Don't print the list of i2c buses as part of the help. |
|
|
|
@5199
|
[5199]
|
04/21/08 17:12:20 |
khali |
Make the includes order correct and consistent accross all tools. |
|
|
|
@5198
|
[5198]
|
04/21/08 12:03:52 |
khali |
Minor consistency fix. |
|
|
|
@5196
|
[5196]
|
04/20/08 19:36:50 |
khali |
Limit the stack usage in gather_i2c_busses:
* Reuse variables where … |
|
|
|
@5195
|
[5195]
|
04/20/08 19:32:12 |
khali |
Make it possible to pass the i2c bus by name instead of by number. … |
|
|
|
@5194
|
[5194]
|
04/20/08 19:29:53 |
khali |
Split print_i2c_busses into a gathering part and a printing part. |
|
|
|
@5193
|
[5193]
|
04/20/08 19:27:34 |
khali |
Refactor the handling of the I2CBUS parameter. This ensures … |
|
|
|
@5164
|
[5164]
|
03/26/08 14:48:21 |
khali |
Update the FSF address. |
|
|
|
@5151
|
[5151]
|
03/19/08 15:43:04 |
khali |
Let the user specify a register range. |
|
|
|
@5140
|
[5140]
|
03/11/08 11:18:24 |
khali |
Remove reference to hardware monitoring chips. i2cdump works on all … |
|
|
|
@5073
|
[5073]
|
12/15/07 23:33:37 |
khali |
Return the correct error code on I2C block read failure. |
|
|
|
@5001
|
[5001]
|
11/01/07 14:59:55 |
khali |
Final status messages go to stdout.
Fix two harmless file descriptor … |
|
|
|
@4948
|
[4948]
|
10/14/07 13:21:00 |
khali |
Rename I2C_FUNC_SMBUS_HWPEC_CALC to I2C_FUNC_SMBUS_PEC, as was done
in the … |
|
|
|
@4915
|
[4915]
|
10/03/07 17:06:25 |
khali |
Fix the build of i2cset and i2cget. They were accidentally swapped. |
|
|
|
@4911
|
[4911]
|
09/30/07 23:36:11 |
khali |
Fix path to include directory. Reported by Ryan Mallon. |
|
|
|
@4907
|
[4907]
|
09/29/07 23:07:32 |
khali |
Fix license name. |
|
|
|
@4906
|
[4906]
|
09/29/07 23:06:44 |
khali |
Rename module Makefiles from Makefile to Module.mk. They can't be used
as … |
|
|
|
@4905
|
[4905]
|
09/29/07 23:03:32 |
khali |
Add a main Makefile and make it call the tools and eeprom … |
|
|
|
@4862
|
[4862]
|
09/23/07 23:25:24 |
khali |
Use strchr() instead of the deprecated index().
Patch from Bernhard … |
|
|
|
@4671
|
[4671]
|
08/15/07 10:24:11 |
khali |
License fix. |
|
|
|
@4499
|
[4499]
|
06/27/07 17:12:30 |
khali |
Show more warnings, and fix them. |
|
|
|
@4492
|
[4492]
|
06/27/07 14:19:46 |
khali |
Enable lots of warnings. |
|
|
|
@4488
|
[4488]
|
06/27/07 11:48:21 |
khali |
Remove remaining references to lm-sensors. |
|
|
|
@4487
|
[4487]
|
06/27/07 11:35:53 |
khali |
Add a Makefile to build, install and uninstall the tools, and make
them … |
|
|
|
@4486
|
[4486]
|
06/27/07 11:27:15 |
khali |
Ignore generated binaries. |
|
|
|
@4481
|
[4481]
|
06/27/07 10:22:53 |
khali |
Oops, forgot to create the trunk level. |
|
copied from i2c-tools/tools:
|
|
|
|
@4480
|
[4480]
|
06/27/07 10:10:19 |
khali |
Move i2cdetect, i2cdump, i2cset and i2cget to a separate … |