1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-15 06:51:56 +02:00
Files
u-boot-megous/drivers/i2c
Dirk Eibach 7e78f7ad7f ppc4xx: Fix i2c repeated start
Debugging some i2c trouble I saw on my scope that repeated
start is not working properply. The 4xx even held clock pulled down
after transfers. Having a look in the driver I realized
that IIC_CNTL_RPST is set on that part of the transfer that should
begin with a repeated start. But repeated start is about not sending a
stop condition, so IIC_CNTL_RPST has to be set on the last transfer
before the repeated start happens.

Signed-off-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Reviewed-by: Stefan Roese <sr@denx.de>
2014-11-10 06:44:15 +01:00
..
2014-11-04 15:00:55 -05:00
2014-09-24 18:30:28 -04:00
2014-11-10 06:44:15 +01:00
2014-10-25 07:27:37 -04:00