Re: [U-Boot] [PATCH v2 11/40] i2c: Initialize the correct bus

2014-08-26 Thread Heiko Schocher
Hello Thierry, Am 27.08.2014 07:12, schrieb Thierry Reding: On Wed, Aug 27, 2014 at 06:52:16AM +0200, Heiko Schocher wrote: Hello Thierry, Am 26.08.2014 17:33, schrieb Thierry Reding: From: Thierry Reding i2c_bus_init() takes a bus number but relies on the currently selected bus to determine

Re: [U-Boot] [PATCH v2 11/40] i2c: Initialize the correct bus

2014-08-26 Thread Thierry Reding
On Wed, Aug 27, 2014 at 06:52:16AM +0200, Heiko Schocher wrote: > Hello Thierry, > > Am 26.08.2014 17:33, schrieb Thierry Reding: > >From: Thierry Reding > > > >i2c_bus_init() takes a bus number but relies on the currently selected > >bus to determine which adapter to initialize. Make the function

Re: [U-Boot] [PATCH v2 11/40] i2c: Initialize the correct bus

2014-08-26 Thread Heiko Schocher
Hello Thierry, Am 26.08.2014 17:33, schrieb Thierry Reding: From: Thierry Reding i2c_bus_init() takes a bus number but relies on the currently selected bus to determine which adapter to initialize. Make the function use the bus passed in as parameter rather than the currently selected bus. Whil