i2c: mxs: Fix PIO mode on i.MX23
authorMarek Vasut <marex@denx.de>
Sun, 29 Sep 2013 23:23:55 +0000 (01:23 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Sun, 6 Oct 2013 13:56:27 +0000 (15:56 +0200)
The i.MX23 I2C controller is also capable of PIO, but needs a little harder
push to behave. The controller needs to be reset after every PIO/DMA operation
for some reason, otherwise in rare cases, the controller can hang or emit
bytes onto the bus.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

No differences found