Re: [U-Boot] [PATCH 1/3] i2c: sh_i2c.c: support iccl and icch extension

2012-09-11 Thread Nobuhiro Iwamatsu
Hi, I add Heiko Schocher to Cc: Heiko is I2C maintainer. On Tue, Sep 11, 2012 at 2:58 PM, Tetsuyuki Kobayashi wrote: > R-mobile SoC (at least SH73A0) has extension bits to store 8th bit of iccl > and icch. > This patch add support for the extentin bits. > > Signed-off-by: Tetsuyuki Kobayashi

[U-Boot] [PATCH 1/3] i2c: sh_i2c.c: support iccl and icch extension

2012-09-10 Thread Tetsuyuki Kobayashi
R-mobile SoC (at least SH73A0) has extension bits to store 8th bit of iccl and icch. This patch add support for the extentin bits. Signed-off-by: Tetsuyuki Kobayashi --- drivers/i2c/sh_i2c.c | 32 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/