All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Fix the I2C on SAMA5D3
@ 2017-11-29  3:25 Alan Ott
  2017-11-29  3:25 ` [U-Boot] [PATCH 1/2] i2c: at91_i2c: Wait for TXRDY after sending the first byte Alan Ott
  2017-11-29  3:25 ` [U-Boot] [PATCH 2/2] i2c: at91_i2c: remove the .probe_chip function Alan Ott
  0 siblings, 2 replies; 9+ messages in thread
From: Alan Ott @ 2017-11-29  3:25 UTC (permalink / raw)
  To: u-boot

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(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-12-07 12:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-29  3:25 [U-Boot] [PATCH 0/2] Fix the I2C on SAMA5D3 Alan Ott
2017-11-29  3:25 ` [U-Boot] [PATCH 1/2] i2c: at91_i2c: Wait for TXRDY after sending the first byte Alan Ott
2017-11-30  1:14   ` Yang, Wenyou
2017-12-07  8:26   ` Heiko Schocher
2017-12-07 12:21   ` Heiko Schocher
2017-11-29  3:25 ` [U-Boot] [PATCH 2/2] i2c: at91_i2c: remove the .probe_chip function Alan Ott
2017-11-30  1:20   ` Yang, Wenyou
2017-12-07  8:26   ` Heiko Schocher
2017-12-07 12:22   ` Heiko Schocher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.