Re: [U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix & new driver model

2013-12-02 Thread Heiko Schocher
Hello Kuo-Jung, Am 02.12.2013 09:09, schrieb Kuo-Jung Su: Hi Heiko: Sorry, my 3G network was unstable this morning, I've re-sent this v3 patch series. Please check it out few minutes later, thank you. Your patches have reached the ML now, thanks! bye, Heiko -- DENX Software Engineering GmbH

Re: [U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix & new driver model

2013-12-02 Thread Kuo-Jung Su
Hi Heiko: Sorry, my 3G network was unstable this morning, I've re-sent this v3 patch series. Please check it out few minutes later, thank you. Best Wishes Dante Su 2013/12/2 Heiko Schocher : > Hello Kuop-Jung, > > Am 02.12.2013 03:57, schrieb Kuo-Jung Su: >> >> From: Kuo-Jung Su >> >> This chan

[U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix & new driver model

2013-12-02 Thread Kuo-Jung Su
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

Re: [U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix & new driver model

2013-12-01 Thread Heiko Schocher
Hello Kuop-Jung, Am 02.12.2013 03:57, schrieb Kuo-Jung Su: 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

[U-Boot] [PATCH v3 0/4] i2c: fti2c010: bug fix & new driver model

2013-12-01 Thread Kuo-Jung Su
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