This series of patches add SIS964 support to i2c-sis630. The SIS964 is very similar to SIS630 for the SMBus. +------------------------+--------------------+-------------------+ | | SIS630/730 | SIS964 | +------------------------+--------------------+-------------------+ | Clock | 14kHz/56kHz | 55.56kHz/27.78kHz | | SMBus registers offset | 0x80 | 0xE0 | | SMB_CNT | Bit 1 = Slave Busy | Bit 1 = Bus probe | | SMB_COUNT | 4:0 bits | 5:0 bits | +------------------------+--------------------+-------------------+ The other differences doesn't affect the functions provided by the original driver. The SIS964 name is ambiguous as this chip isn't part of the SIS96X family and behaves differently. Done with SiS 630 and 964 datasheets. Amaury Decrême (2): I2C: SIS630: Add SiS964 support I2C: SIS630: Cosmetics Documentation/i2c/busses/i2c-sis630 | 17 +- drivers/i2c/busses/Kconfig | 4 +- drivers/i2c/busses/i2c-sis630.c | 445 +++++++++++++++++++++-------------- 3 files changed, 278 insertions(+), 188 deletions(-) -- 1.7.8.6 -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html