mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 03:52:26 +00:00
The idle status check before a i2c transfer is not a reliable way to check whether i2c master is ready to transfer data. If the data transfer for the previous API call is done, but, a stop condition is not sent by the previous API, the i2c master is not idle, but, it can start new data transfer. Change-Id: I93dbf46cef6272f3da69a0d67fb737c9b480791f Signed-off-by: Baohong Liu <baohong.liu@intel.com> |
||
---|---|---|
.. | ||
i2c_atmel_sam3.c | ||
i2c_atmel_sam3.h | ||
i2c_dw_registers.h | ||
i2c_dw.c | ||
i2c_dw.h | ||
i2c_qmsi_ss.c | ||
i2c_qmsi.c | ||
i2c_quark_se_ss_registers.h | ||
i2c_quark_se_ss.c | ||
i2c_quark_se_ss.h | ||
Kconfig | ||
Makefile |