Re: [U-Boot] [PATCH V2 2/6] power: Explicitly select pmic device's bus

2013-10-08 Thread Lukasz Majewski
Hi Leela, > 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 performing > a transaction. > > Signed-off-by: Aaron Durbin > Signed-off-by: Simon Glass > Signed-off-by

Re: [U-Boot] [PATCH V2 2/6] power: Explicitly select pmic device's bus

2013-10-08 Thread Simon Glass
On Mon, Oct 7, 2013 at 1:26 AM, Leela Krishna Amudala wrote: > 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 performing > a transaction. > > Signed-off-by: Aaron Du

[U-Boot] [PATCH V2 2/6] power: Explicitly select pmic device's bus

2013-10-07 Thread Leela Krishna Amudala
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 performing a transaction. Signed-off-by: Aaron Durbin Signed-off-by: Simon Glass Signed-off-by: Leela Krishna Amudala Re