public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] i2c: core and si7020: Add adapter transfer callback
@ 2022-05-18 20:41 Eddie James
  2022-05-18 20:41 ` [RFC 1/2] i2c: core: " Eddie James
  2022-05-18 20:41 ` [RFC 2/2] iio: humidity: si7020: Use core transfer callback to sleep after reset Eddie James
  0 siblings, 2 replies; 4+ messages in thread
From: Eddie James @ 2022-05-18 20:41 UTC (permalink / raw)
  To: linux-i2c
  Cc: linux-kernel, linux-iio, jic23, lars, wsa, milton, peda,
	Eddie James

This series adds a callback function pointer to be executed after the
adapter performs a transfer. The purpose of such a callback is for a
client to execute some code while "owning" the bus entirely. Holding the
adapter lock is insufficient in the case where the client is behind a
mux, as the mux driver could perform mux selection operations on the
bus while locked. The only use case for now is the SI7020 driver. While
the SI7020 is starting up after power on or reset, any I2C commands on the
bus can potentially upset the startup sequence. Since the SI7020 may be
behind a mux, the driver needs to use the new transfer callback to sleep
while the chip starts up.

Eddie James (2):
  i2c: core: Add adapter transfer callback
  iio: humidity: si7020: Use core transfer callback to sleep after reset

 drivers/i2c/i2c-core-base.c   |  3 +++
 drivers/iio/humidity/si7020.c | 12 ++++++++++--
 include/linux/i2c.h           | 25 +++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 2 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2022-05-20 11:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-18 20:41 [RFC 0/2] i2c: core and si7020: Add adapter transfer callback Eddie James
2022-05-18 20:41 ` [RFC 1/2] i2c: core: " Eddie James
2022-05-20 11:42   ` Peter Rosin
2022-05-18 20:41 ` [RFC 2/2] iio: humidity: si7020: Use core transfer callback to sleep after reset Eddie James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox