1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-17 16:02:33 +02:00
Files
u-boot-megous/drivers/i2c
Alan Ott 0afbb0e1c0 i2c: at91_i2c: Wait for TXRDY after sending the first byte
The driver must wait for TXRDY after each byte is pushed into
the i2c FIFO before pushing the next byte. Previously this was
not done for the first byte, causing a race condition with zeros
sometimes being sent for the next byte (which is typically the
first actual data byte).

Signed-off-by: Alan Ott <alan@softiron.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
2017-12-07 09:28:58 +01:00
..
2017-06-01 07:03:01 -06:00
2017-05-08 11:57:34 -04:00
2016-08-15 22:12:00 +02:00
2017-06-01 07:03:01 -06:00
2017-11-30 02:32:34 +01:00
2017-12-07 09:28:42 +01:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2017-11-30 02:32:34 +01:00
2017-07-23 09:24:47 -04:00