52 Commits (9140547eb61bb66106aec6a31d64e22bc85ec776)

Author SHA1 Message Date
Jean Delvare c0ee6a9434 Add support for short writes with PEC. 16 years ago
Jean Delvare 8df3e67d39 List include first, so that other modules can use it. 17 years ago
Jean Delvare de85213372 Complete GPL header. 17 years ago
Jean Delvare 6f00564f52 Licensing clarification. 17 years ago
Jean Delvare 786ae8e1ab Add missing includes. 17 years ago
Jean Delvare 31277e1ab8 Add support for reading back to short writes. 17 years ago
Jean Delvare 00a240e7d3 Make reading back the written value optional. 17 years ago
Jean Delvare 497940860e Clarify the requirements of data value masking. 17 years ago
Jean Delvare 9178957b65 Allow masking on short writes. 17 years ago
Jean Delvare e230c1ebe5 Set the data value mask with -m. The old method is still supported for 17 years ago
Jean Delvare 79b9137fd4 Use consistent transaction names (based on the SMBus specification) 18 years ago
Jean Delvare ee7f0924cb Share the error string between all functionality checks. 18 years ago
Jean Delvare 041e4553f3 No need to print the i2c bus number in functionality error message. 18 years ago
Jean Delvare fdba3b5163 Split the functionality checking code into a separate function for 18 years ago
Jean Delvare 98f809dd1d Close device file before we exit. 18 years ago
Jean Delvare 740a2c181d Add support for short writes (SMBus send byte). 18 years ago
Jean Delvare 36e072a279 List the optional command line parameters in a consistent way. 18 years ago
Jean Delvare 218f3223f3 Whitespace cleanups. 18 years ago
Jean Delvare 2075fca653 Move the confirmation to a separate function, as is done in i2cget 18 years ago
Jean Delvare 0c1d2a6860 Move the functionality checks to a separate function, as is done in 18 years ago
Jean Delvare 14be6606ec Minor optimizations and cleanups. 18 years ago
Jean Delvare 97b4810ab8 Unknown options are fatal, so label them error rather than warning. 18 years ago
Jean Delvare 4d1a5fd1dd More user-friendly error messages for wrong I2C bus parameter. 18 years ago
Jean Delvare d284668c70 Move the chip address parsing to a common function for consistency. 18 years ago
Jean Delvare 69b9ad132e Consistently restrict the allowed I2C device address to 0x03 - 0x77. 18 years ago
Jean Delvare 99011f3649 Move print_i2c_busses from i2cbusses.c to i2cdetect.c, as it is 18 years ago
Jean Delvare 7ba65d9e69 Unify and shorten the usage messages. The details can be found in 18 years ago
Jean Delvare 336626872c Don't print the list of i2c buses as part of the help. 18 years ago
Jean Delvare 312c733bf0 Make the includes order correct and consistent accross all tools. 18 years ago
Jean Delvare 9a58d32b99 Minor consistency fix. 18 years ago
Jean Delvare de29763e09 Limit the stack usage in gather_i2c_busses: 18 years ago
Jean Delvare 2fa93b4a57 Make it possible to pass the i2c bus by name instead of by number. As 18 years ago
Jean Delvare e07cb9b133 Split print_i2c_busses into a gathering part and a printing part. 18 years ago
Jean Delvare 688f0e6eca Refactor the handling of the I2CBUS parameter. This ensures more 18 years ago
Jean Delvare 7b893fcc25 Update the FSF address. 18 years ago
Jean Delvare 3475df8b5e Let the user specify a register range. 18 years ago
Jean Delvare 89fa7ca617 Remove reference to hardware monitoring chips. i2cdump works on all I2C/SMBus 18 years ago
Jean Delvare 01b7d448e2 Return the correct error code on I2C block read failure. 18 years ago
Jean Delvare c2f0191aa1 Final status messages go to stdout. 18 years ago
Jean Delvare d3f502a28d Rename I2C_FUNC_SMBUS_HWPEC_CALC to I2C_FUNC_SMBUS_PEC, as was done 18 years ago
Jean Delvare 72f26a96b3 Fix the build of i2cset and i2cget. They were accidentally swapped. 18 years ago
Jean Delvare 3d59e2fa48 Fix path to include directory. Reported by Ryan Mallon. 18 years ago
Jean Delvare 7e807b416d Fix license name. 18 years ago
Jean Delvare 1cdaa15d61 Rename module Makefiles from Makefile to Module.mk. They can't be used 18 years ago
Jean Delvare d94c0ae93b Add a main Makefile and make it call the tools and eeprom modules 18 years ago
Jean Delvare 70114dbdd1 Use strchr() instead of the deprecated index(). 18 years ago
Jean Delvare 76967e6f3d License fix. 18 years ago
Jean Delvare 93efb7c97d Show more warnings, and fix them. 18 years ago
Jean Delvare c340a77fca Enable lots of warnings. 18 years ago
Jean Delvare 959140ba94 Remove remaining references to lm-sensors. 18 years ago