Re: [U-Boot] [PATCH v1 03/18] i2c: ihs_i2c: Fix hold_bus control

2015-10-28 Thread Heiko Schocher
Hello Dirk, Am 28.10.2015 um 11:46 schrieb dirk.eib...@gdsys.cc: From: Dirk Eibach Bus has to be held for repeated start regardless of read/write access. Signed-off-by: Dirk Eibach --- drivers/i2c/ihs_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) As the hole patchserie go

[U-Boot] [PATCH v1 03/18] i2c: ihs_i2c: Fix hold_bus control

2015-10-28 Thread dirk . eibach
From: Dirk Eibach Bus has to be held for repeated start regardless of read/write access. Signed-off-by: Dirk Eibach --- drivers/i2c/ihs_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2c/ihs_i2c.c b/drivers/i2c/ihs_i2c.c index e001459..b05c15f 100644 --- a/d