Re: [U-Boot] [PATCH 1/2] Powerpc/i2c: Use the same initialize codes

2011-11-03 Thread Heiko Schocher
Hello Chang-Ming, chang-ming.hu...@freescale.com wrote: > From: Jerry Huang > > Make the I2C2 and I2C1 use the same initialize codes. > > Signed-off-by: Jerry Huang > --- > drivers/i2c/fsl_i2c.c | 47 +-- > 1 files changed, 25 insertions(+), 22 de

[U-Boot] [PATCH 1/2] Powerpc/i2c: Use the same initialize codes

2011-10-26 Thread Chang-Ming.Huang
From: Jerry Huang Make the I2C2 and I2C1 use the same initialize codes. Signed-off-by: Jerry Huang --- drivers/i2c/fsl_i2c.c | 47 +-- 1 files changed, 25 insertions(+), 22 deletions(-) diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c in