Re: Cleanup for i2c driver changes.

2008-07-26 Thread Grant Likely
On Fri, Jul 25, 2008 at 09:45:10PM -0400, Sean MacLennan wrote: > This patch removes the i2c code which is now obsolete due to the new > ibm iic driver walking the device tree for child nodes. > > There are two other small cleanups that came indirectly from the ad7414 > code review. Make sure Tlow

Cleanup for i2c driver changes.

2008-07-25 Thread Sean MacLennan
This patch removes the i2c code which is now obsolete due to the new ibm iic driver walking the device tree for child nodes. There are two other small cleanups that came indirectly from the ad7414 code review. Make sure Tlow is correct and handle the case where i2c_smbus_read_word_data fails. Sig