Re: [U-Boot] [PATCH 42/57] x86: ivybridge: Use the I2C driver to perform SMbus init

2015-12-13 Thread Bin Meng
On Tue, Dec 8, 2015 at 11:39 AM, Simon Glass wrote: > Move the init code into the I2C driver. > > Signed-off-by: Simon Glass > --- > Reviewed-by: Bin Meng ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 42/57] x86: ivybridge: Use the I2C driver to perform SMbus init

2015-12-10 Thread Simon Glass
Hi Heiiko, On 7 December 2015 at 22:48, Heiko Schocher wrote: > Hello Simon, > > Am 08.12.2015 um 04:39 schrieb Simon Glass: >> >> Move the init code into the I2C driver. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/ivybridge/cpu.c | 39 >> +++

Re: [U-Boot] [PATCH 42/57] x86: ivybridge: Use the I2C driver to perform SMbus init

2015-12-07 Thread Heiko Schocher
Hello Simon, Am 08.12.2015 um 04:39 schrieb Simon Glass: Move the init code into the I2C driver. Signed-off-by: Simon Glass --- arch/x86/cpu/ivybridge/cpu.c | 39 +++ arch/x86/dts/chromebook_link.dts | 6 ++ configs/chromebook_link_defconfig

[U-Boot] [PATCH 42/57] x86: ivybridge: Use the I2C driver to perform SMbus init

2015-12-07 Thread Simon Glass
Move the init code into the I2C driver. Signed-off-by: Simon Glass --- arch/x86/cpu/ivybridge/cpu.c | 39 +++ arch/x86/dts/chromebook_link.dts | 6 ++ configs/chromebook_link_defconfig | 2 ++ drivers/i2c/intel_i2c.c | 24 +++