
28 Nov
2013
28 Nov
'13
3:47 a.m.
From: Kuo-Jung Su dantesu@faraday-tech.com
This changeset adapts the driver to the new one. In patch v2, it also includes a bug fix for i2c r/w address and eeprom.
Changes for v2: 1. eeprom: bug fix for i2c read/write 2. fti2c010: serial out r/w address in MSB order
Kuo-Jung Su (4): i2c: fti2c010: cosmetic: coding style cleanup i2c: fti2c010: migrate to new i2c model i2c: fti2c010: serial out r/w address in MSB order cmd_eeprom: bug fix for i2c read/write
common/cmd_eeprom.c | 4 +- drivers/i2c/fti2c010.c | 364 +++++++++++++++++++++++------------------------- 2 files changed, 179 insertions(+), 189 deletions(-)
-- 1.7.9.5