zephyr/drivers/can
Tomasz Bursztyka 5fbc9346d0 drivers: can: Fix device instance const qualifier loss in MCUX Flexcan
It is necessary to wrap the device pointer into data, and pass the data
to the HAL callback function.

Fixes #27399

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2020-09-02 13:48:13 +02:00
..
can_common.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
can_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
can_loopback.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
can_loopback.h
can_mcp2515.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
can_mcp2515.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
can_mcux_flexcan.c drivers: can: Fix device instance const qualifier loss in MCUX Flexcan 2020-09-02 13:48:13 +02:00
can_net.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
can_shell.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
can_stm32.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
can_stm32.h
CMakeLists.txt
Kconfig
Kconfig.loopback
Kconfig.mcp2515
Kconfig.mcux
Kconfig.net
Kconfig.stm32
socket_can_generic.h device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00