Re: [U-Boot] [PATCH 15/17] eeprom: Add bus argument to eeprom_init()

2015-11-21 Thread Tom Rini
On Mon, Nov 16, 2015 at 12:32:18PM +0100, Heiko Schocher wrote: > Hello Marek, > > Am 10.11.2015 um 20:53 schrieb Marek Vasut: > >Add bus argument to eeprom_init(), so that it can select > >the I2C bus number on which the eeprom resides. Any negative > >value of the $bus argument will preserve the

Re: [U-Boot] [PATCH 15/17] eeprom: Add bus argument to eeprom_init()

2015-11-16 Thread Heiko Schocher
Hello Marek, Am 10.11.2015 um 20:53 schrieb Marek Vasut: Add bus argument to eeprom_init(), so that it can select the I2C bus number on which the eeprom resides. Any negative value of the $bus argument will preserve the old behavior. This is in place so that old code does not randomly break. Si

[U-Boot] [PATCH 15/17] eeprom: Add bus argument to eeprom_init()

2015-11-10 Thread Marek Vasut
Add bus argument to eeprom_init(), so that it can select the I2C bus number on which the eeprom resides. Any negative value of the $bus argument will preserve the old behavior. This is in place so that old code does not randomly break. Signed-off-by: Marek Vasut Cc: Simon Glass Cc: Tom Rini Cc: