Re: [U-Boot] [PATCH 3/4] power: Explicitly select pmic device's bus

2013-05-11 Thread Simon Glass
Hi Rajeshwari, On Mon, Apr 1, 2013 at 11:18 PM, Rajeshwari Birje wrote: > Hi Simon, > > Just had one following comment > > On Tue, Apr 2, 2013 at 5:34 AM, Simon Glass wrote: >> From: Aaron Durbin >> >> The current pmic i2c code assumes the current i2c bus is >> the same as the pmic device's bus

Re: [U-Boot] [PATCH 3/4] power: Explicitly select pmic device's bus

2013-04-01 Thread Rajeshwari Birje
Hi Simon, Just had one following comment On Tue, Apr 2, 2013 at 5:34 AM, Simon Glass wrote: > From: Aaron Durbin > > The current pmic i2c code assumes the current i2c bus is > the same as the pmic device's bus. There is nothing ensuring > that to be true. Therefore, select the proper bus before