public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* A question about the mutex (or not) in the kernel's I2C handling
@ 2023-11-05 12:57 Chris Green
  2023-11-08 22:50 ` Stefan Lengfeld
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Green @ 2023-11-05 12:57 UTC (permalink / raw)
  To: linux-i2c

I have spent quite a while searching in places such as stackoverflow
and in the docmentation at linux.kernel.org but I haven't found a very
conclusive answer (no to me anyway).

I have a single I2C bus connected to a single board computer
(Beaglebone Black) running Debian 11, Kernel: 5.10.168.

Is it safe to allow multiple processes to read and write various
devices on the I2C bus?  This may be either different processes
accessing the same device or different processes accessing different
devices on the I2C bus.

I.e. is there a mutex (or equivalent code) in the Linux Kernel I2C
drivers that guarantees completion of one process's I2C transaction
before another one starts?

The information I have managed to find suggests that there is such a
mutex and that I don't need to make sure my processes don't try to
read/write the I2C bus simultaneously but I can't find a definitive
statement to this effect.

So, I'm sorry to ask such a 'user' question here but I would really
like a definite answer please.

-- 
Chris Green

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

end of thread, other threads:[~2023-11-09 11:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-05 12:57 A question about the mutex (or not) in the kernel's I2C handling Chris Green
2023-11-08 22:50 ` Stefan Lengfeld
2023-11-09 10:50   ` Chris Green

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