
From: Kuo-Jung Su dantesu@faraday-tech.com
This changeset adapts the fti2c010.c to the new i2c driver model.
Changes for v3: 1. cmd_eeprom: Pass 'addr[0]' instead of 'dev_addr' into i2c r/w routines. 2. fti2c010: serial out r/w address in MSB order: coding style update
Changes for v2: 1. cmd_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 | 352 +++++++++++++++++++++++------------------------- 2 files changed, 167 insertions(+), 189 deletions(-)
-- 1.7.9.5