mbox series

[U-Boot,0/2] Fix the I2C on SAMA5D3

Message ID 20171129032524.14431-1-alan@softiron.com
Headers show
Series Fix the I2C on SAMA5D3 | expand

Message

Alan Ott Nov. 29, 2017, 3:25 a.m. UTC
Two patches to fix the I2C on SAMA5D3. The first fixes a race
condition in pushing TX data to the hardware, and the second
removes an errant probe_chip function which prevents devices from
being probed properly

These have been tested on master and on 2017.07

Alan Ott (2):
  i2c: at91_i2c: Wait for TXRDY after sending the first byte
  i2c: at91_i2c: remove the .probe_chip function

 drivers/i2c/at91_i2c.c | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)