zephyr/drivers/i2c
Daniel Leung 5250283c33 i2c/quark_se_ss: fix RX request pause conditions
The driver should not request any more bytes if it expects no empty
space in the FIFO. So fix the bail out condition to (<= 0) instead of
(< 0).

Change-Id: Ie16faf1da7df678fc8ab5af7ab33d7c0a2cdba7d
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-04-18 20:27:09 +00:00
..
Kconfig i2c: remove orphan kconfig I2C_STATUS_DELAY 2016-03-30 13:39:09 +00:00
Kconfig.atmel_sam3 i2c/atmel_sam3: rename *_INT_PRIORITY to *_IRQ_PRI 2016-03-28 15:59:04 -07:00
Kconfig.dw i2c/dw: remove kconfigs that are SoC specific 2016-03-31 01:11:23 +00:00
Kconfig.qmsi i2c: qmsi: Add support for default configuration 2016-03-31 13:18:26 +00:00
Kconfig.quark_se_ss i2c/quark_se_ss: Remove base address kconfig options 2016-03-28 16:09:15 -07:00
Makefile i2c: adds driver for Atmel SAM3 2016-02-08 21:45:07 -05:00
i2c_atmel_sam3.c i2c/atmel_sam3: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:14 +00:00
i2c_atmel_sam3.h i2c: adds driver for Atmel SAM3 2016-02-08 21:45:07 -05:00
i2c_dw.c i2c/dw: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:10 +00:00
i2c_dw.h struct packing 2016-02-10 16:21:26 +00:00
i2c_dw_registers.h struct packing 2016-02-10 16:21:26 +00:00
i2c_qmsi.c i2c: qmsi: Add support for default configuration 2016-03-31 13:18:26 +00:00
i2c_quark_se_ss.c i2c/quark_se_ss: fix RX request pause conditions 2016-04-18 20:27:09 +00:00
i2c_quark_se_ss.h
i2c_quark_se_ss_registers.h