Re: [U-Boot] [PATCH 01/12] cmd: eeprom: add bus switching support for all i2c drivers

2016-05-23 Thread Tom Rini
On Sat, Apr 16, 2016 at 05:55:02PM +0300, Nikita Kiryanov wrote: > The i2c_init function is always provided when CONFIG_SYS_I2C is > defined. No need to limit ourselves to just one supported I2C driver > (soft_i2c). Update the #ifdef conditions to support bus switching for > all I2C drivers. > >

[U-Boot] [PATCH 01/12] cmd: eeprom: add bus switching support for all i2c drivers

2016-04-16 Thread Nikita Kiryanov
The i2c_init function is always provided when CONFIG_SYS_I2C is defined. No need to limit ourselves to just one supported I2C driver (soft_i2c). Update the #ifdef conditions to support bus switching for all I2C drivers. Cc: Heiko Schocher Cc: Marek Vasut Cc: Igor