Re: [U-Boot] [PATCH 3/7] mxc_i2c: Add support for the i.MX35 processor

2011-01-19 Thread Stefano Babic
On 01/19/2011 08:37 AM, Wolfgang Denk wrote: > Dear Stefano Babic, > > In message <1295012124-15551-3-git-send-email-sba...@denx.de> you wrote: >> Signed-off-by: Stefano Babic > > Add a "Cc: Heiko Schocher " here so the responsible > custodian is on Cc: > >> -#error "define CONFIG_SYS_I2C_MX31_

Re: [U-Boot] [PATCH 3/7] mxc_i2c: Add support for the i.MX35 processor

2011-01-18 Thread Wolfgang Denk
Dear Stefano Babic, In message <1295012124-15551-3-git-send-email-sba...@denx.de> you wrote: > Signed-off-by: Stefano Babic Add a "Cc: Heiko Schocher " here so the responsible custodian is on Cc: > -#error "define CONFIG_SYS_I2C_MX31_PORTx to use the mx31 I2C driver" > +#error "define CONFIG_SY

[U-Boot] [PATCH 3/7] mxc_i2c: Add support for the i.MX35 processor

2011-01-14 Thread Stefano Babic
Signed-off-by: Stefano Babic --- drivers/i2c/mxc_i2c.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index 8e10fbb..74a984d 100644 --- a/drivers/i2c/mxc_i2c.c +++ b/drivers/i2c/mxc_i2c.c @@ -26,8 +26,13 @@