linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND 0/3] i2c: at91: Fixes and updates
@ 2022-06-14 10:13 Codrin Ciubotariu
  2022-06-14 10:13 ` [RESEND 1/3] i2c: at91: move i2c_recover_bus() outside of at91_do_twi_transfer() Codrin Ciubotariu
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Codrin Ciubotariu @ 2022-06-14 10:13 UTC (permalink / raw)
  To: linux-i2c, linux-arm-kernel, linux-kernel
  Cc: nicolas.ferre, alexandre.belloni, ludovic.desroches, andrew,
	mhoffman, khali, wsa, peda, Codrin Ciubotariu

Resend due to the fact that the i2c list no longer accepts replys on the
old patch-set. Comments not addressed yet.

The first patch is mostly a prerequisite for the second one. It only
moves the i2c_recover_bus() out of the actual transfer function. This
helps the second patch disable the controller before using GPIO
recovery. The second patch will keep the controller enabled when a
transfer occurs. Before using GPIO recovery, the controller must be
disabled, to ignore potential glitches. However, the controller must be
enabled for HW recovery (bus CLEAR command). The third and last patch
adds advanced digital filtering support for SAMA5D4. The TWI IP found in
SAMA5D4 supports advanced digital filtering, even if, at the moment of
this patch, the SAMA5D4 datasheet does not mention it.

Codrin Ciubotariu (3):
  i2c: at91: move i2c_recover_bus() outside of at91_do_twi_transfer()
  i2c: at91: keep the controller disabled when it is not used
  i2c: at91: add advanced digital filtering support for SAMA5D4

 drivers/i2c/busses/i2c-at91-core.c   |  1 +
 drivers/i2c/busses/i2c-at91-master.c | 53 ++++++++++++++++++++++------
 2 files changed, 44 insertions(+), 10 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-03-20 22:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-14 10:13 [RESEND 0/3] i2c: at91: Fixes and updates Codrin Ciubotariu
2022-06-14 10:13 ` [RESEND 1/3] i2c: at91: move i2c_recover_bus() outside of at91_do_twi_transfer() Codrin Ciubotariu
2022-06-14 10:13 ` [RESEND 2/3] i2c: at91: keep the controller disabled when it is not used Codrin Ciubotariu
2022-06-14 10:13 ` [RESEND 3/3] i2c: at91: add advanced digital filtering support for SAMA5D4 Codrin Ciubotariu
2022-06-29 19:46 ` [RESEND 0/3] i2c: at91: Fixes and updates Wolfram Sang
2022-06-30  7:41   ` Nicolas Ferre
2022-06-30  8:09     ` Wolfram Sang
2025-03-20 22:18 ` Andi Shyti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).