241 Commits (b4e1cbb787e2c187eecef5efead359d36161669b)
 

Author SHA1 Message Date
Jean Delvare b386135a6a py-smbus depends on <linux/i2c-dev.h>. 17 years ago
Jean Delvare f0892fadae List include first, so that other modules can use it. 17 years ago
Jean Delvare 1fa6e1c3b1 Add missing entry. 17 years ago
Jean Delvare 4f13b76ddd Integrate py-smbus into the build system. Patch from Mike Frysinger. 17 years ago
Jean Delvare 8bea638675 Drop stray reference to lm-sensors. 17 years ago
Jean Delvare d03f39f424 Update maintainer address. 17 years ago
Jean Delvare 03aa66377f Let the environment set CC and CFLAGS. Original patch from Mike Frysinger. 17 years ago
Jean Delvare 52cb1789b4 Complete GPL header. 17 years ago
Jean Delvare 4b89e48a10 Delete the decode-xeon script. It was essentially unmaintained, was 17 years ago
Jean Delvare 24f819ed0c Licensing clarification. 17 years ago
Jean Delvare 929a2e1846 Update. 17 years ago
Jean Delvare b42464782f Missed whitespace cleanups. 17 years ago
Jean Delvare 4042df3ded Strip trailing whitespace and redundant spaces. 17 years ago
Jean Delvare a1813bf8c8 Fix obvious decoding logic bug in decode_sdr_sdram(). 17 years ago
Jean Delvare a617dccf4c New helper function value_or_undefined(). 17 years ago
Jean Delvare b5e2039962 Get rid of $l everywhere else. 17 years ago
Jean Delvare b5ec652aa8 Get rid of $l in decode_sdr_sdram(). 17 years ago
Jean Delvare 4c7b186acb Add parentheses to all printl-like function calls, for clarity. 17 years ago
Jean Delvare aeb736f514 Drop extra newline characters. 17 years ago
Jean Delvare fceba7f4bc Clean-up manufacturing data decoding functions. 17 years ago
Jean Delvare 49b3d934ee Refactor manufacturing data decoding. 17 years ago
Jean Delvare 0eb91feeb7 Do not decode DDR3 manufacturing data fields which have been left 17 years ago
Jean Delvare 41277a7c4b Add support for DDR3 SDRAM. Patch from Paul Goyette. 17 years ago
Jean Delvare e5f11aef90 Read the remainder of the EEPROM data if more than 128 bytes are used. 17 years ago
Jean Delvare 9e9acf70d0 Move manufacture date decoding to a separate function. 17 years ago
Jean Delvare f54bbc420d New manufacturer decoding for DDR3 modules. Patch from Paul Goyette. 17 years ago
Jean Delvare 75fad2ec24 One more Rambus fix. 17 years ago
Jean Delvare 78ae4ef0be Fix handling of Rambus memory modules. 17 years ago
Jean Delvare 25dae9734d Move checksum to a separate function. Handle CRC of FB-DIMM and DDR3 17 years ago
Jean Delvare a203aa81df Update comments. 17 years ago
Jean Delvare c27f8f6a11 Pass all EEPROM bytes to decoding functions, saving the need to 17 years ago
Jean Delvare 2c191a89d2 Read all EEPROM bytes at once, this is easier and even more efficient in 17 years ago
Jean Delvare fee2a0cd02 Move manufacturing information decoding to a separate function in 17 years ago
Jean Delvare 9590d810f3 Spelling fixes. 17 years ago
Jean Delvare e096011986 Use udev settle to speed up initialization. 17 years ago
Jean Delvare ed1356ea0b Set version to 3.0.2. 17 years ago
Jean Delvare 0d84adf510 Add missing includes. 17 years ago
Jean Delvare 0e972ad9fd Add support for reading back to short writes. 17 years ago
Jean Delvare 35a929de32 Make reading back the written value optional. 17 years ago
Jean Delvare f9bad5666d Clarify the requirements of data value masking. 17 years ago
Jean Delvare 0c270e09de Allow masking on short writes. 17 years ago
Jean Delvare c797cbaaeb Set the data value mask with -m. The old method is still supported for 17 years ago
Jean Delvare 8cc99d7f45 Only export the ceil function from POSIX. By default, POSIX exports 17 years ago
Jean Delvare aad070abd0 Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines, as was just done in the 17 years ago
Jean Delvare 6a2f709549 Stop on i2cset error. 17 years ago
Jean Delvare cc17bf04ca Behave properly when i2c-stub is already loaded. 17 years ago
Jean Delvare d34a2c94fc Add support for little-endian word hexdumps. 17 years ago
Jean Delvare f575d048f4 Add support for partial dumps. 17 years ago
Jean Delvare 54cee12770 Use consistent transaction names (based on the SMBus specification) 17 years ago
Jean Delvare fc38f35ce4 Share the error string between all functionality checks. 17 years ago