Hello Dirk,

Am 28.10.2015 um 11:46 schrieb dirk.eib...@gdsys.cc:
From: Dirk Eibach <dirk.eib...@gdsys.cc>

Bus has to be held for repeated start regardless of
read/write access.

Signed-off-by: Dirk Eibach <dirk.eib...@gdsys.cc>
---

  drivers/i2c/ihs_i2c.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

As the hole patchserie goes not through the i2c tree:

Acked-by: Heiko Schocher <h...@denx.de>

bye,
Heiko


diff --git a/drivers/i2c/ihs_i2c.c b/drivers/i2c/ihs_i2c.c
index e001459..b05c15f 100644
--- a/drivers/i2c/ihs_i2c.c
+++ b/drivers/i2c/ihs_i2c.c
@@ -135,7 +135,7 @@ static int ihs_i2c_access(struct i2c_adapter *adap, uchar 
chip, uint addr,
        if (len <= 0)
                return 1;

-       if (ihs_i2c_address(chip, addr, alen, !read))
+       if (ihs_i2c_address(chip, addr, alen, len))
                return 1;

        while (len) {


--
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to