Files
Bernardo Perez Priego 42fcca480b drivers: i2c: microchip: Add mutex to transaction implementation
Currently, I2C transfer implementation does not have a mutex to
prevent multiple users from sending data at the same time, this could
lead to devices malfunction due to mixing I2C transaction data.

This patch adds mutex into transfer implementation to allow only one
user to send data at the time.

Signed-off-by: Bernardo Perez Priego <bernardo.perez.priego@intel.com>
2026-01-22 08:37:21 +00:00
..
2025-08-14 22:37:54 -04:00
2024-11-22 22:47:17 +00:00
2025-04-17 21:17:06 +02:00