Re: [U-Boot] [PATCH v4 06/11] mpc8xxx: call i2c_set_bus_num in __get_spd

2013-10-28 Thread Heiko Schocher
Hello Valentin, Am 18.10.2013 11:47, schrieb Valentin Longchamp: This is necessary with the new I2C subystem that was introduced lately. Signed-off-by: Valentin Longchampvalentin.longch...@keymile.com --- Changes in v4: None Changes in v3: None Changes in v2: None

[U-Boot] [PATCH v4 06/11] mpc8xxx: call i2c_set_bus_num in __get_spd

2013-10-18 Thread Valentin Longchamp
This is necessary with the new I2C subystem that was introduced lately. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com --- Changes in v4: None Changes in v3: None Changes in v2: None arch/powerpc/cpu/mpc8xxx/ddr/main.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-)

Re: [U-Boot] [PATCH v4 06/11] mpc8xxx: call i2c_set_bus_num in __get_spd

2013-10-18 Thread York Sun
On 10/18/2013 02:47 AM, Valentin Longchamp wrote: This is necessary with the new I2C subystem that was introduced lately. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com --- Changes in v4: None Changes in v3: None Changes in v2: None Applied to 85xx/next, pending merge