summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tools: Don't build with -Winlinei2c-tools-3.1Jean Delvare2020-09-112-1/+2
* i2cset: Fix short writes with maskJean Delvare2020-09-112-12/+14
* tools: i2cbusses: Check the return value of snprintfJean Delvare2020-09-111-6/+28
* Consistently use snprintf instead of sprintfJean Delvare2020-09-111-4/+11
* i2c-tools: i2cbusses: Avoid buffer overflows in sysfs pathsJean Delvare2020-09-112-5/+6
* Delete i2ctransferJean Delvare2018-01-207-511/+5
* py-smbus: Fix FSF address in smbusmodule.cOndřej Lysoněk2017-11-241-1/+2
* eeprog: Increase sleep between byte writesStefan Agner2017-08-102-3/+11
* Add missing man page cross-referencesJean Delvare2017-07-264-4/+4
* Drop stray references to lm-sensors.orgJean Delvare2017-07-262-1/+4
* Mention the current maintainerJean Delvare2017-07-262-0/+3
* i2c-tools: add new tool 'i2ctransfer'Wolfram Sang2017-04-193-1/+507
* i2c-tools: add .gitignoreWolfram Sang2016-08-124-0/+15
* i2c-tools: fix feature test macros for glibc >= 2.20Wolfram Sang2016-08-121-1/+2
* Drop obsolete SVN keywordsJean Delvare2016-07-043-6/+0
* decode-dimms: Correctly check for out-of-bounds vendor IDJean Delvare2016-06-232-3/+8
* Set version to 3.1.2.v3.1.2Jean Delvare2016-06-232-2/+2
* py-smbus: Add support for python 3Jean Delvare2016-06-232-2/+46
* decode-dimms: Fix DDR3 extended temp range refresh rate decodingJean Delvare2016-06-232-2/+6
* Set version to 3.1.1.v3.1.1Jean Delvare2014-02-202-2/+2
* Manual pages for eeprog, eeprom and eepromer, contributed by JaromirJean Delvare2014-02-204-0/+231
* Add manual pages for decode-dimms and decode-vaioJean Delvare2014-02-204-1/+110
* py-smbus: fix module level docsJean Delvare2014-02-202-1/+2
* decode-dimms: Encode "degrees" to HTML degree symbolJean Delvare2014-02-202-1/+3
* Fix potential build error (NULL undefined) caused by missing include fileJean Delvare2014-02-201-0/+1
* Delete empty file and directoryJean Delvare2014-02-201-0/+0
* i2c-dev: Revert most of r6048 and r6052Jean Delvare2014-02-2015-238/+267
* ddcmon: Merge copyright informationJean Delvare2014-02-191-4/+2
* Update my e-mail address and copyright years.Jean Delvare2014-02-1918-32/+22
* Add missing option -r to usage summaryJean Delvare2013-10-051-1/+1
* Doh. I've proofread these names twice and even that was not enough :(Jean Delvare2013-04-171-1/+1
* Add manufacturer names from Jedec document JEP106AK.Jean Delvare2013-04-151-1/+6
* decode-dimms: Fix typo in vendor nameJean Delvare2013-04-151-1/+1
* DDR3: Round down PC3 numbers to comply with Jedec.Jean Delvare2013-04-152-0/+3
* DDR3: Round core timings up, not down.Jean Delvare2013-04-152-4/+5
* DDR3: Use the right nibble from byte 21 as the MSB of tRAS.Jean Delvare2013-04-152-1/+2
* Print a space before "MHz" to improve readability.Jean Delvare2013-04-151-7/+7
* Decode more DDR3 module typesJean Delvare2013-02-132-1/+5
* Prevent hang on reserved DDR3 module typeJean Delvare2013-02-132-1/+2
* i2cdetect: Clarify the SMBus commands used for probing by default.Jean Delvare2012-12-212-4/+9
* Fix decoding of SDR SPD revision. The encoding changed with revisionJean Delvare2012-12-212-1/+4
* Remove duplicate "ns" in SDR timings.Jean Delvare2012-12-212-5/+2
* Add manufacturer names from Jedec document JEP106AJ.Jean Delvare2012-12-212-2/+7
* Update vendor list based on Jedec document JEP106AG. Contributed byJean Delvare2012-12-211-13/+56
* Don't choke when no SPD EEPROM is found while the eeprom or at24 driverJean Delvare2012-07-192-5/+7
* Add header file missed from a previous commit.Jean Delvare2012-05-211-0/+212
* i2c-tools version 3 goes to maintenance modeJean Delvare2012-05-210-0/+0
* Tools depends on header file version.h. Add the missing dependency toJean Delvare2012-05-211-4/+4
* i2c-dev: Move SMBus helper functions to include/i2c/smbus.hJean Delvare2012-04-2615-273/+41
* i2c-dev.h: Minimize differences with kernel flavorJean Delvare2012-04-262-34/+29