root/i2c-tools

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @6055 [6055] 2 days khali Add a copy of the LGPL v2.1, and clarify licenses.
(edit) @6054 [6054] 2 days khali New library for I2C device access under Linux. As a first step, the …
(edit) @6053 [6053] 2 days khali Add header file missed from a previous commit.
(edit) @6052 [6052] 2 days khali Add header file missed from a previous commit.
(edit) @6051 [6051] 2 days khali i2c-tools version 3 goes to maintenance mode
(edit) @6050 [6050] 2 days khali
(edit) @6049 [6049] 2 days khali Tools depends on header file version.h. Add the missing dependency to the …
(edit) @6048 [6048] 4 weeks khali i2c-dev: Move SMBus helper functions to include/i2c/smbus.h
(edit) @6047 [6047] 4 weeks khali i2c-dev.h: Minimize differences with kernel flavor
(edit) @6043 [6043] 5 weeks khali decode-dimms: Use short name in side-by-side output mode also when reading …
(edit) @6042 [6042] 5 weeks khali Decode and print bus width extension of DDR3 memory modules.
(edit) @6041 [6041] 5 weeks khali Decode and print module configuration type (parity, ECC) of DDR2 memory …
(edit) @6013 [6013] 4 months khali i2c-stub-from-dump: Be more tolerant on input dump format Allow for …
(edit) @6005 [6005] 6 months khali 3.1.0 release
(edit) @6002 [6002] 6 months khali Set version to 3.1.0.
(edit) @5929 [5929] 15 months khali Add support for the at24 kernel driver.
(edit) @5928 [5928] 15 months khali Decode module configuration type and refresh rate of DDR SDRAM.
(edit) @5927 [5927] 15 months groeck i2cset: Check range for data value mask
(edit) @5926 [5926] 15 months groeck i2cset: Get command/mode before reading data Get and validate the …
(edit) @5925 [5925] 15 months groeck CHANGES update for i2cset
(edit) @5924 [5924] 15 months groeck i2cset: More stringent parameter validation
(edit) @5923 [5923] 15 months groeck i2cset: Abort if value mask is set for block commands Specifying the …
(edit) @5922 [5922] 15 months groeck i2cset: Check number of arguments for block data writes
(edit) @5921 [5921] 15 months groeck i2cset: Removed obsolete method to specify value mask
(edit) @5920 [5920] 15 months groeck i2cset: Replace blanks at beginning of line with tabs
(edit) @5911 [5911] 16 months groeck Added support to write SMBus and I2C block commands to i2cset
(edit) @5894 [5894] 18 months khali Make value arrays const for block write functions. Patch from Roman …
(edit) @5893 [5893] 18 months khali 3.0.3 release
(edit) @5892 [5892] 18 months khali Set version to 3.0.3.
(edit) @5891 [5891] 18 months khali Add a note about the python-devel requirement.
(edit) @5890 [5890] 18 months khali Simplify change list.
(edit) @5885 [5885] 18 months khali Use a 20-bit limit for the i2c bus number. Use snprintf for the i2c dev …
(edit) @5884 [5884] 18 months khali tools: Drop arbitrary limit on I2C bus number
(edit) @5882 [5882] 18 months khali Point users to the linux-i2c mailing list for questions and bug reports.
(edit) @5862 [5862] 20 months khali Drop legacy reference to ISA bus. The i2c-isa fake bus driver is gone long …
(edit) @5854 [5854] 21 months khali Properly handle the rare case where /dev/i2c exists but isn't a directory. …
(edit) @5830 [5830] 2 years khali Add support for multiple dumps. This makes it easier to setup test …
(edit) @5829 [5829] 2 years khali Use fewer global variables, to make the code easier to read and modify.
(edit) @5828 [5828] 2 years khali Unload i2c-stub automatically if needed.
(edit) @5771 [5771] 3 years khali Add support for short writes with PEC.
(edit) @5746 [5746] 3 years khali Fix array initialization overrun. Reported by David Binderman.
(edit) @5733 [5733] 3 years khali Decode voltage interface level of DDR SDRAM.
(edit) @5714 [5714] 3 years khali Be more robust against seek/read errors on sysfs.
(edit) @5706 [5706] 3 years khali Automatically adjust the width of columns in text side-by-side mode.
(edit) @5705 [5705] 3 years khali Try harder to decode the manufacturing date.
(edit) @5704 [5704] 3 years khali Reformat "at CAS N" output so that it no longer breaks the side-by-side …
(edit) @5703 [5703] 3 years khali Minimize the initial output differences between different memory modules, …
(edit) @5702 [5702] 3 years khali Add an option to merge identical cells. This makes the output even …
(edit) @5701 [5701] 3 years khali New side-by-side output format. Especially nice for the HTML format but …
(edit) @5700 [5700] 3 years khali Refactor HTML filtering into a separate function.
(edit) @5699 [5699] 3 years khali Delay the printing of DIMM data by storing all the output in a temporary …
(edit) @5698 [5698] 3 years khali Store the DIMM being currently decoded in a global variable, so that it …
(edit) @5697 [5697] 3 years khali Verify checksum or CRC before processing any DIMM module. That way we know …
(edit) @5696 [5696] 3 years khali Store all dimm data into @dimm. Required for future evolutions.
(edit) @5695 [5695] 3 years khali Change the dimm list to a more complex data structure where we will be …
(edit) @5694 [5694] 3 years khali Carry the path to eeprom data files around, instead of hard-coding it in …
(edit) @5693 [5693] 3 years khali The DIMM addresses are hexadecimal values, handle them as such.
(edit) @5692 [5692] 3 years khali Filter non-DIMM EEPROMs earlier. This saves one level of indentation in …
(edit) @5691 [5691] 3 years khali Don't call an external tool (ls) to get the list of dimms. Using opendir() …
(edit) @5690 [5690] 3 years khali Move dimm list creation to a separate function.
(edit) @5689 [5689] 3 years khali Misc coding-style fixes.
(edit) @5619 [5619] 3 years khali Clarify Linux kernel vs. GNU/Linux OS.
(edit) @5611 [5611] 3 years khali py-smbus depends on <linux/i2c-dev.h>.
(edit) @5610 [5610] 3 years khali List include first, so that other modules can use it.
(edit) @5609 [5609] 3 years khali Add missing entry.
(edit) @5608 [5608] 3 years khali Integrate py-smbus into the build system. Patch from Mike Frysinger.
(edit) @5607 [5607] 3 years khali Drop stray reference to lm-sensors.
(edit) @5600 [5600] 3 years khali Update maintainer address.
(edit) @5597 [5597] 3 years khali Let the environment set CC and CFLAGS. Original patch from Mike Frysinger.
(edit) @5596 [5596] 3 years khali Complete GPL header.
(edit) @5595 [5595] 3 years khali Delete the decode-xeon script. It was essentially unmaintained, was never …
(edit) @5594 [5594] 3 years khali Licensing clarification.
(edit) @5566 [5566] 3 years khali Update.
(edit) @5562 [5562] 3 years khali Missed whitespace cleanups.
(edit) @5561 [5561] 3 years khali Strip trailing whitespace and redundant spaces.
(edit) @5560 [5560] 3 years khali Fix obvious decoding logic bug in decode_sdr_sdram().
(edit) @5559 [5559] 3 years khali New helper function value_or_undefined().
(edit) @5558 [5558] 3 years khali Get rid of $l everywhere else.
(edit) @5557 [5557] 3 years khali Get rid of $l in decode_sdr_sdram().
(edit) @5556 [5556] 3 years khali Add parentheses to all printl-like function calls, for clarity.
(edit) @5555 [5555] 3 years khali Drop extra newline characters.
(edit) @5554 [5554] 3 years khali Clean-up manufacturing data decoding functions.
(edit) @5553 [5553] 3 years khali Refactor manufacturing data decoding.
(edit) @5552 [5552] 3 years khali Do not decode DDR3 manufacturing data fields which have been left blank.
(edit) @5551 [5551] 3 years khali Add support for DDR3 SDRAM. Patch from Paul Goyette.
(edit) @5548 [5548] 3 years khali Read the remainder of the EEPROM data if more than 128 bytes are used. …
(edit) @5547 [5547] 3 years khali Move manufacture date decoding to a separate function.
(edit) @5546 [5546] 3 years khali New manufacturer decoding for DDR3 modules. Patch from Paul Goyette.
(edit) @5545 [5545] 3 years khali One more Rambus fix.
(edit) @5544 [5544] 3 years khali Fix handling of Rambus memory modules.
(edit) @5543 [5543] 3 years khali Move checksum to a separate function. Handle CRC of FB-DIMM and DDR3 SDRAM …
(edit) @5542 [5542] 3 years khali Update comments.
(edit) @5541 [5541] 3 years khali Pass all EEPROM bytes to decoding functions, saving the need to splice the …
(edit) @5540 [5540] 3 years khali Read all EEPROM bytes at once, this is easier and even more efficient in …
(edit) @5539 [5539] 3 years khali Move manufacturing information decoding to a separate function in …
(edit) @5538 [5538] 3 years khali Spelling fixes.
(edit) @5533 [5533] 3 years khali Use udev settle to speed up initialization.
(edit) @5454 [5454] 3 years khali 3.0.2 release
(edit) @5453 [5453] 3 years khali Set version to 3.0.2.
(edit) @5452 [5452] 3 years khali Add missing includes.
Note: See TracRevisionLog for help on using the revision log.