Re: [U-Boot] [PATCH v2] sh: i2c: Add support I2C controller of SH7734

2012-02-21 Thread Nobuhiro Iwamatsu
Hi, Heiko 2012/2/15 Heiko Schocher h...@denx.de: Hello Nobuhiro, Nobuhiro Iwamatsu wrote: Renesas SH7734 has two I2C interfaceis. This supports these I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- V2: - Changed bit control to use the clr|set|clrsetbits_*

[U-Boot] [PATCH v2] sh: i2c: Add support I2C controller of SH7734

2012-02-14 Thread Nobuhiro Iwamatsu
Renesas SH7734 has two I2C interfaceis. This supports these I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- V2: - Changed bit control to use the clr|set|clrsetbits_* functions. - Fix wrong comment style. - Add new line before for loop in i2c_read.

Re: [U-Boot] [PATCH v2] sh: i2c: Add support I2C controller of SH7734

2012-02-14 Thread Heiko Schocher
Hello Nobuhiro, Nobuhiro Iwamatsu wrote: Renesas SH7734 has two I2C interfaceis. This supports these I2C. Signed-off-by: Nobuhiro Iwamatsu nobuhiro.iwamatsu...@renesas.com --- V2: - Changed bit control to use the clr|set|clrsetbits_* functions. - Fix wrong comment style. - Add