summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
...
* Don't choke when no SPD EEPROM is found while the eeprom or at24 driver iskhali2012-07-191-0/+1
* libi2c: Use I2C_SMBUS_BLOCK_MAX instead of hard-coding 32khali2012-07-101-0/+1
* libi2c: Properly propagate real error codes on read errorskhali2012-07-101-0/+1
* Add a copy of the LGPL v2.1, and clarify licenses.khali2012-05-211-0/+1
* New library for I2C device access under Linux. As a first step, thekhali2012-05-211-0/+1
* i2c-dev: Move SMBus helper functions to include/i2c/smbus.hkhali2012-04-261-0/+1
* i2c-dev.h: Minimize differences with kernel flavorkhali2012-04-261-1/+2
* Decode and print bus width extension of DDR3 memory modules.khali2012-04-181-0/+2
* i2c-stub-from-dump: Be more tolerant on input dump formatkhali2012-01-231-0/+3
* Set version to 3.1.0.khali2011-12-041-1/+1
* Add support for the at24 kernel driver.khali2011-02-161-0/+1
* Decode module configuration type and refresh rate of DDR SDRAM.khali2011-02-161-0/+2
* CHANGES update for i2csetgroeck2011-02-151-0/+1
* i2cset: Removed obsolete method to specify value maskgroeck2011-02-151-0/+1
* Added support to write SMBus and I2C block commands to i2csetgroeck2011-01-291-0/+1
* Make value arrays const for block write functions. Patch from Romankhali2010-12-121-0/+3
* Set version to 3.0.3.khali2010-12-121-1/+1
* Simplify change list.khali2010-12-121-4/+1
* Use a 20-bit limit for the i2c bus number.khali2010-11-261-4/+4
* tools: Drop arbitrary limit on I2C bus numberkhali2010-11-251-0/+4
* Point users to the linux-i2c mailing list for questions and bugkhali2010-11-161-0/+1
* Drop legacy reference to ISA bus. The i2c-isa fake bus driver is gonekhali2010-09-221-0/+1
* Properly handle the rare case where /dev/i2c exists but isn't akhali2010-08-181-0/+1
* Add support for multiple dumps. This makes it easier to setup testkhali2010-03-081-0/+1
* Unload i2c-stub automatically if needed.khali2010-03-081-0/+1
* Add support for short writes with PEC.khali2009-09-171-0/+1
* Fix array initialization overrun. Reported by David Binderman.khali2009-06-221-0/+1
* Decode voltage interface level of DDR SDRAM.khali2009-06-091-0/+1
* Be more robust against seek/read errors on sysfs.khali2009-05-031-0/+1
* Try harder to decode the manufacturing date.khali2009-03-201-0/+1
* Add an option to merge identical cells. This makes the output evenkhali2009-03-201-0/+2
* Add missing entry.khali2009-01-191-0/+1
* Let the environment set CC and CFLAGS. Original patch from Mike Frysinger.khali2009-01-151-0/+1
* Delete the decode-xeon script. It was essentially unmaintained, waskhali2009-01-131-0/+1
* Update.khali2008-12-141-0/+1
* Add support for DDR3 SDRAM. Patch from Paul Goyette.khali2008-12-111-0/+1
* Move checksum to a separate function. Handle CRC of FB-DIMM and DDR3khali2008-12-091-0/+1
* Use udev settle to speed up initialization.khali2008-12-061-0/+3
* Set version to 3.0.2.khali2008-11-291-1/+1
* Make reading back the written value optional.khali2008-11-201-0/+1
* Set the data value mask with -m. The old method is still supported forkhali2008-11-201-0/+1
* Only export the ceil function from POSIX. By default, POSIX exportskhali2008-11-181-0/+1
* Drop I2C_FUNC_SMBUS_*I2C_BLOCK_2 defines, as was just done in thekhali2008-10-191-0/+1
* Stop on i2cset error.khali2008-06-281-0/+1
* Behave properly when i2c-stub is already loaded.khali2008-06-281-0/+1
* Add support for little-endian word hexdumps.khali2008-06-191-0/+1
* Add support for partial dumps.khali2008-06-111-0/+2
* Use consistent transaction names (based on the SMBus specification)khali2008-05-051-0/+3
* Split the functionality checking code into a separate function forkhali2008-05-051-0/+1
* Add support for short writes (SMBus send byte).khali2008-05-051-0/+1