Re: [PATCH] platform/chrome: Fix i2c-designware adapter name

2015-11-13 Thread Olof Johansson
On Tue, Nov 03, 2015 at 10:49:59AM -0800, Jeremiah Mahler wrote: > Jarkko, > > On Tue, Nov 03, 2015 at 01:09:00PM +0200, Jarkko Nikula wrote: > > Commit d80d134182ba ("i2c: designware: Move common probe code into > > i2c_dw_probe()") caused the I2C adapter lookup code here to fail for PCI > >

[PATCH] platform/chrome: Fix i2c-designware adapter name

2015-11-03 Thread Jarkko Nikula
Commit d80d134182ba ("i2c: designware: Move common probe code into i2c_dw_probe()") caused the I2C adapter lookup code here to fail for PCI enumerated i2c-designware because commit changed the adapter name but didn't update it here. Fix the I2C adapter lookup by using the "Synopsys DesignWare I2C

Re: [PATCH] platform/chrome: Fix i2c-designware adapter name

2015-11-03 Thread Jeremiah Mahler
Jarkko, On Tue, Nov 03, 2015 at 01:09:00PM +0200, Jarkko Nikula wrote: > Commit d80d134182ba ("i2c: designware: Move common probe code into > i2c_dw_probe()") caused the I2C adapter lookup code here to fail for PCI > enumerated i2c-designware because commit changed the adapter name but > didn't