zephyr/drivers
Mikkel Jakobsen 0c6cf9a84e drivers: sensor: icm42605: fix arg passing bug in trigger thread
the device data struct pointer is passed to the thread function when
creating the thread, but the thread function did a int-to-pointer cast
which did not work as intended, causing exception during runtime.

now, we just pass the pointer directly without casting, which is the
pattern seen in other sensor drivers.

Signed-off-by: Mikkel Jakobsen <mikkel.aunsbjerg@escolifesciences.com>
2022-03-16 08:58:06 -05:00
..
adc drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
audio drivers: audio: dmic_nrfx_pdm: Add support for pinctrl 2022-03-15 18:38:01 +01:00
bbram drivers: bbram: mec: fixed compilation error 2022-03-01 14:18:55 -06:00
bluetooth everywhere: fix typos 2022-03-14 20:22:24 -04:00
cache cache: Introduce external cache controller system support 2021-05-08 07:00:33 +02:00
can drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
clock_control drivers: clock_control of the stm32l0x or stm32l1x devices 2022-03-14 08:56:19 -05:00
console everywhere: fix typos 2022-03-14 20:22:24 -04:00
counter drivers: constify all device instances 2022-03-16 12:33:12 +01:00
crypto everywhere: fix typos 2022-03-14 20:22:24 -04:00
dac drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
debug kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
disk everywhere: fix typos 2022-03-14 20:22:24 -04:00
display everywhere: fix typos 2022-03-14 20:22:24 -04:00
dma drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
ec_host_cmd_periph everywhere: fix typos 2022-03-14 20:22:24 -04:00
edac kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
eeprom drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
entropy drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
espi drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
ethernet drivers: constify all device instances 2022-03-16 12:33:12 +01:00
flash drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
fpga kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
gpio drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
hwinfo drivers: hwinfo: Added reset cause support for RPi Pico 2022-03-16 10:24:32 +01:00
i2c drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
i2s drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
ieee802154 everywhere: fix typos 2022-03-14 20:22:24 -04:00
interrupt_controller drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
ipm everywhere: fix typos 2022-03-14 20:22:24 -04:00
kscan everywhere: fix typos 2022-03-14 20:22:24 -04:00
led everywhere: fix typos 2022-03-14 20:22:24 -04:00
led_strip kconfig: tweak Kconfig prompts 2022-03-09 15:35:54 +01:00
lora drivers: gpio: move non-standard dts flags to be soc specific 2022-03-10 13:46:34 -05:00
mbox mbox: Fix function syscall check 2022-03-02 07:55:32 -08:00
mdio drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
memc kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
misc kconfig: tweak Kconfig prompts 2022-03-09 15:35:54 +01:00
mm drivers: mm: add driver for Intel Audio DSP 2022-01-18 19:18:30 -05:00
modem drivers: modem: gsm: Use Kconfig macros directly 2022-03-16 10:23:32 +01:00
net drivers: net: ppp: asynch api: use microseconds 2022-02-01 13:31:20 +01:00
neural_net drivers: remove redundant DEV_NAME helpers 2022-03-15 17:31:51 -04:00
pcie everywhere: fix typos 2022-03-14 20:22:24 -04:00
peci drivers: peci: xec: Handle corner case for PECI recovery 2022-02-21 20:58:26 -05:00
pinctrl drivers: pinctrl: stm32: fix MAPR remap 2022-03-16 10:26:37 +01:00
pinmux drivers: pinmux: stm32: fix MAPR remap 2022-03-16 10:26:37 +01:00
pm_cpu_ops drivers: pm_cpu_ops: build as static library 2021-08-17 06:06:03 -04:00
power_domain drivers: power_domain: gpio controlled domain 2022-01-19 13:35:32 -05:00
ps2 everywhere: fix typos 2022-03-14 20:22:24 -04:00
ptp_clock drivers: ptp_clock: build as static library 2021-08-17 06:06:03 -04:00
pwm drivers: pwm_nrfx: Add support for pinctrl 2022-03-15 18:38:01 +01:00
regulator drivers: regulator: pmic: remove unneeded NULL check 2022-01-28 10:06:21 +01:00
sensor drivers: sensor: icm42605: fix arg passing bug in trigger thread 2022-03-16 08:58:06 -05:00
serial drivers: uart: add pinctrl support in mcux lpuart 2022-03-15 10:12:57 -05:00
spi drivers: constify all device instances 2022-03-16 12:33:12 +01:00
syscon syscon: Compile the generic driver only when selected 2022-02-07 09:27:41 -05:00
timer drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
usb everywhere: fix typos 2022-03-14 20:22:24 -04:00
usbc stm32: Add STM32 USB TCPC Driver 2022-03-08 11:08:43 +01:00
video everywhere: fix typos 2022-03-14 20:22:24 -04:00
virtualization kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
watchdog drivers: Check and fix device const qualifier on ISR 2022-03-16 12:33:12 +01:00
wifi wifi: esp_at: claim net_context in rx 2022-03-15 10:05:36 +01:00
xen xenvm: arm64: add Xen Enlighten and event channel support 2021-12-07 12:15:38 -05:00
CMakeLists.txt stm32: Add STM32 USB TCPC Driver 2022-03-08 11:08:43 +01:00
Kconfig stm32: Add STM32 USB TCPC Driver 2022-03-08 11:08:43 +01:00