From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuo-Jung Su Date: Mon, 2 Dec 2013 10:57:46 +0800 Subject: [U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix & new driver model In-Reply-To: <1385347693-1192-1-git-send-email-dantesu@gmail.com> References: <1385347693-1192-1-git-send-email-dantesu@gmail.com> Message-ID: <1385953070-1012-1-git-send-email-dantesu@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Kuo-Jung Su 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