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

2014-03-31 Thread Heiko Schocher
Hello Lukasz, Am 31.03.2014 16:36, schrieb Lukasz Majewski: Hi Simon, Hi Lukasz, On 27 March 2014 11:33, Lukasz Majewski wrote: Hi Simon, Heiko 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 b

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

2014-03-31 Thread Heiko Schocher
Hello Lukasz, Am 31.03.2014 08:17, schrieb Lukasz Majewski: Hi Heiko, Hello Simon, Lukasz, Am 30.03.2014 01:17, schrieb Simon Glass: Hi Lukasz, On 27 March 2014 11:33, Lukasz Majewski wrote: Hi Simon, Heiko From: Aaron Durbin The current pmic i2c code assumes the current i2c bus is the

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

2014-03-31 Thread Lukasz Majewski
Hi Simon, > Hi Lukasz, > > On 27 March 2014 11:33, Lukasz Majewski > wrote: Hi Simon, Heiko > > > 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 prop

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

2014-03-30 Thread Lukasz Majewski
Hi Heiko, > Hello Simon, Lukasz, > > Am 30.03.2014 01:17, schrieb Simon Glass: > > Hi Lukasz, > > > > On 27 March 2014 11:33, Lukasz Majewski > > wrote: > > > >> Hi Simon, Heiko > >> > >>> From: Aaron Durbin > >>> > >>> The current pmic i2c code assumes the current i2c bus is > >>> the same as th

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

2014-03-30 Thread Heiko Schocher
Hello Simon, Lukasz, Am 30.03.2014 01:17, schrieb Simon Glass: Hi Lukasz, On 27 March 2014 11:33, Lukasz Majewski wrote: Hi Simon, Heiko 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

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

2014-03-29 Thread Simon Glass
Hi Lukasz, On 27 March 2014 11:33, Lukasz Majewski wrote: > Hi Simon, Heiko > > > 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 per

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

2014-03-27 Thread Lukasz Majewski
Hi Simon, Heiko > 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 performing > a transaction. > > Signed-off-by: Aaron Durbin > Signed-off-b

[U-Boot] [PATCH 04/10] power: Explicitly select pmic device's bus

2014-03-26 Thread Simon Glass
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 performing a transaction. Signed-off-by: Aaron Durbin Signed-off-by: Simon Glass Reviewed-by: Simon