zephyr/drivers
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
..
adc adc/dw: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:11 +00:00
aio aio_comparator/dw: base address to be defined by SoC 2016-03-30 13:39:04 +00:00
bluetooth Bluetooth: Add support for waiting for "NOP" Command Complete 2016-04-18 12:58:22 +00:00
clock_control clock_control/stm32f10x: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:14 +00:00
console console: add hook for debug server to handle outgoing characters 2016-04-16 05:29:20 +00:00
counter counter: Fix returning code 2016-03-23 15:55:11 +00:00
ethernet ethernet/dw: remove kconfigs that are SoC specific 2016-04-07 00:58:57 +00:00
flash drivers: Quark flash support 2016-04-16 02:01:25 +00:00
gpio gpio/stm32: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:15 +00:00
grove grove/lcd_rgb: assign magic number to driver_api 2016-04-15 22:07:34 +00:00
i2c i2c/quark_se_ss: fix RX request pause conditions 2016-04-18 20:27:09 +00:00
ieee802154 cc2520: Properly start and stop the device 2016-04-14 07:49:23 +00:00
interrupt_controller interupt_controller/stm32_exti: driver for STM32 EXTI controller 2016-03-18 20:53:06 +00:00
ipm ipm: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:16 +00:00
pci kconfig: use menuconfig for PCI options 2016-03-29 01:31:52 +00:00
pinmux spi: intel: fix port 1 pin setup 2016-04-16 21:14:43 +00:00
pwm pwm/k64_ftm: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:13 +00:00
qmsi drivers: Add infrastructure for QMSI drivers 2016-02-05 20:25:15 -05:00
random Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
rtc rtc/dw: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:12 +00:00
sensor sensors: add driver for TMP007 infrared thermopile sensor 2016-04-16 05:32:35 +00:00
serial serial/stellaris: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:16 +00:00
shared_irq refactor common driver initialization priorities 2016-03-28 15:58:29 -07:00
spi spi/k64: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:13 +00:00
timer power_mgmt: Make names consistent with new RFC 2016-03-26 14:35:11 -04:00
watchdog watchdog/iwdg_stm32: convert to use DEVICE_AND_API_INIT() 2016-04-15 22:06:15 +00:00
Kconfig drivers: Renaming directory "802.15.4" into "ieee802154" 2016-04-07 17:24:55 +00:00
Makefile drivers: Renaming directory "802.15.4" into "ieee802154" 2016-04-07 17:24:55 +00:00