zephyr/drivers
Armando Visconti 667db2db88 drivers/sensor: lsm6dsl: Fix build when irq_gpios is not in DT
In case of h/w setup with multiples device instances it is possible
that some of them wants to use triggers but not the others (no
interrupt line.

Since Kconfig configuration is the same way for all the instances
(CONFIG_LSM6DSL_TRIGGER=y), the driver behaves differently according
to how the device instance has been configured in the DT.
If irq-gpios is present, then the driver initialize the interrupt
part, else it skip irq init and returns ok, but data->gpio != NULL
xis checked in trigger_set() API.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2020-11-02 10:00:07 -06:00
..
adc adc-mcux: add support for adc16 channel multiplex 2020-10-29 13:43:24 -05:00
audio device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
bluetooth drivers: Bluetooth: rpmsg: Add missing BT_QUIRK_NO_AUTO_DLE 2020-09-16 12:02:32 +02:00
can drivers/pinmux: stm32: Provide unique API to stm32_dt_pinctrl 2020-10-20 09:09:29 -05:00
clock_control drivers: Add NXP LPC clock control driver 2020-10-15 11:17:24 -05:00
console net: ppp: Avoid wrapping each byte in muxing headers 2020-10-19 18:29:02 +02:00
counter drivers: counter: stm32: hide irrelevant options 2020-10-07 15:26:03 -05:00
crypto misc: Replace assert include and calls by sys/__assert.h equivalent 2020-10-02 11:42:40 +02:00
dac drivers/pinmux: stm32: Provide unique API to stm32_dt_pinctrl 2020-10-20 09:09:29 -05:00
debug tracing: cleanup and split segger/rtt configuration options 2020-02-07 15:58:05 -05:00
display drivers: display: ili9340: align register names 2020-10-22 15:31:18 -05:00
dma drivers: dma: Update NXP LPC driver for SPI peripheral 2020-10-21 06:26:40 -05:00
ec_host_cmd_periph ec_host_cmd_periph: add device API 2020-09-04 14:50:45 -04:00
eeprom eeprom: at2x: Add support for at24cXX 2020-10-28 17:03:47 +01:00
entropy drivers/entropy: stm32: fix error erasing 2020-09-09 14:10:07 +02:00
espi driver: npcx7: replace platform specific functions with 'npcx_' prefix. 2020-10-21 12:49:02 -05:00
ethernet drivers: ethernet: stm32: add support for DT pinctrl 2020-10-30 15:54:13 +01:00
flash drivers: flash: Restore write protection in flash_shell 2020-10-02 12:06:28 -04:00
gpio drivers: gpio_pca95xx: Add GPIO driver enable interrupt support 2020-10-23 13:47:41 +02:00
hwinfo drivers: hwinfo: Add cypress psoc6 hwinfo support 2020-10-21 07:20:13 -05:00
i2c drivers/i2c: i2c_gpio:init at POST_KERNEL 2020-10-26 09:01:09 -04:00
i2s drivers/i2s: stm32: Convert to dt based pinctrl configuration 2020-10-28 09:29:56 -05:00
ieee802154 drivers: ieee802154: nrf5: Add support for failed rx notification 2020-10-19 12:50:02 +03:00
interrupt_controller driver: npcx7: replace platform specific functions with 'npcx_' prefix. 2020-10-21 12:49:02 -05:00
ipm soc: intel_s1000: Catch up with API skew 2020-10-21 06:38:53 -04:00
kscan dts/Kconfig: Remove HAS_DTS_I2C 2020-09-18 13:34:44 -05:00
led drivers: led: add driver for PWM LEDs 2020-10-28 10:44:46 -05:00
led_strip drivers: led_strip: APA102 use CS flags from devicetree 2020-09-14 18:35:26 -05:00
lora drivers: lora: Add CheckRfFrequency callback to SX1276 driver 2020-10-08 12:15:38 +02:00
modem drivers: modem: hl7800: Make RX net_bufs configurable 2020-10-30 10:09:48 +02:00
net net: ppp: Avoid wrapping each byte in muxing headers 2020-10-19 18:29:02 +02:00
neural_net device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
pcie drivers: pcie_ep: iproc: Add MSI-X PVM feature for Viper 2020-10-22 11:07:39 +02:00
peci drivers: peci: xec: Fix error recovery handling 2020-09-15 12:35:15 -05:00
pinmux driver: npcx7: replace platform specific functions with 'npcx_' prefix. 2020-10-21 12:49:02 -05:00
ps2 drivers: Manual const-ification of device driver instance 2020-09-02 13:48:13 +02:00
ptp_clock device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
pwm drivers: pwm: pwm_stm32.c: enable ARR preload 2020-10-30 15:59:32 +01:00
regulator drivers: regulator: add GPIO-controlled regulator driver 2020-10-28 15:22:53 +01:00
sensor drivers/sensor: lsm6dsl: Fix build when irq_gpios is not in DT 2020-11-02 10:00:07 -06:00
serial driver: npcx7: replace platform specific functions with 'npcx_' prefix. 2020-10-21 12:49:02 -05:00
spi nrfx_spi and nrfx_spim: Fix SPI assert and busy error 2020-10-23 12:53:19 +02:00
timer drivers/timer/cavs_timer: Prevent spurious interrupts 2020-10-21 06:38:53 -04:00
usb drivers: usb: Start Nordic driver workqueue at USB init. 2020-10-28 17:02:22 +01:00
video drivers: video: mcux_csi: Fix compile error 2020-09-03 18:08:08 -04:00
watchdog watchdog: Add watchdog driver 2020-10-23 12:52:13 +02:00
wifi drivers: wifi: esp: allocate in modem_cmd_handler with K_NO_WAIT 2020-10-27 09:32:51 -05:00
CMakeLists.txt drivers: regulator: add GPIO-controlled regulator driver 2020-10-28 15:22:53 +01:00
Kconfig drivers: regulator: add GPIO-controlled regulator driver 2020-10-28 15:22:53 +01:00