zephyr/drivers/can
Cong Nguyen Huu 7e5c260708 drivers: nxp_s32_canxl: remove support CAN FD mode for non-RX_FIFO
This is driver limitation after removing CAN_FILTER_FDF flag #65108.
CANXL driver need to know CAN_FILTER_FDF for configuring Rx filter
so that it receives CAN classic or CAN FD frames when using non RX_FIFO.
So update driver that just supports CAN classic for non RX_FIFO.

Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
2024-01-24 12:28:00 +00:00
..
transceiver
can_common.c
can_esp32_twai.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_fake.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_handlers.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_kvaser_pci.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_loopback.c drivers: can: loopback: add common configuration structure 2024-01-22 13:09:09 +01:00
can_mcan.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_mcp251xfd.c drivers: can_mcp251xfd: Fix setting data phase parameters 2024-01-24 10:45:00 +01:00
can_mcp251xfd.h drivers: can: mcp251xfd: flexcan: use common config and data structures 2024-01-19 09:45:29 +01:00
can_mcp2515.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_mcp2515.h drivers: can: mcp2515: flexcan: use common config and data structures 2024-01-19 09:45:29 +01:00
can_mcux_flexcan.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_mcux_mcan.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_native_linux_adapt.c drivers can_native_linux: Avoid using ssize 2024-01-15 21:59:56 +01:00
can_native_linux_adapt.h drivers can_native_linux: Avoid using ssize 2024-01-15 21:59:56 +01:00
can_native_linux.c drivers: can: remove run-time RTR filtering, add build-time RTR filter 2024-01-21 11:00:31 +01:00
can_numaker.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_nxp_s32_canxl.c drivers: nxp_s32_canxl: remove support CAN FD mode for non-RX_FIFO 2024-01-24 12:28:00 +00:00
can_rcar.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_sam0.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_sam.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_shell.c drivers: can: remove run-time RTR filtering, add build-time RTR filter 2024-01-21 11:00:31 +01:00
can_sja1000_priv.h drivers: can: sja1000: add CAN statistics support 2023-10-23 18:20:23 +02:00
can_sja1000.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_stm32_bxcan.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_stm32_fdcan.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_stm32h7_fdcan.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
can_tcan4x5x.c drivers: can: use common accessor for getting maximum supported bitrate 2024-01-22 13:09:09 +01:00
CMakeLists.txt drivers: can: drop POSIX from the native Linux SocketCAN driver name 2023-12-12 14:28:26 +00:00
Kconfig drivers: can: remove run-time RTR filtering, add build-time RTR filter 2024-01-21 11:00:31 +01:00
Kconfig.esp32
Kconfig.fake
Kconfig.kvaser
Kconfig.loopback
Kconfig.mcan drivers: can: unify spelling of CAN Flexible Data-rate abbreviation 2023-11-01 11:17:17 +00:00
Kconfig.mcp251xfd drivers: can: mcp251xfd: Increase max filters and change filter usage type 2023-11-20 09:25:08 +01:00
Kconfig.mcp2515
Kconfig.mcux drivers: can: flexcan: add support for S32K1xx 2024-01-08 08:30:49 -06:00
Kconfig.native_linux drivers: can: drop POSIX from the native Linux SocketCAN driver name 2023-12-12 14:28:26 +00:00
Kconfig.numaker drivers: can: unify spelling of CAN Flexible Data-rate abbreviation 2023-11-01 11:17:17 +00:00
Kconfig.nxp_s32 drivers: nxp_s32_canxl: add support RX FIFO 2024-01-16 20:50:49 -05:00
Kconfig.rcar
Kconfig.sam
Kconfig.sam0
Kconfig.sja1000
Kconfig.stm32
Kconfig.tcan4x5x