zephyr/drivers/can
Alexander Kozhinov 753d788997 drivers: can: can_mcan.c: transparent error code propagation
The implementation of can_mcan_start() function
hides retun code of underlying function.
It makes root-cause search more difficult.
This change strives fro transparent error code
propagation to higher software layers.

Signed-off-by: Alexander Kozhinov <ak.alexander.kozhinov@gmail.com>
2024-12-04 16:11:40 +01:00
..
transceiver drivers: can: transceiver: Place API into iterable section 2024-12-02 14:24:28 +01:00
can_common.c drivers: can: remove the deprecated can_calc_prescaler() API function 2024-12-04 02:02:40 +01:00
can_esp32_twai.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_fake.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
can_kvaser_pci.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_loopback.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_mcan.c drivers: can: can_mcan.c: transparent error code propagation 2024-12-04 16:11:40 +01:00
can_mcp251xfd.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_mcp251xfd.h drivers: can_mcp251xfd: Delay initialization after reset 2024-09-09 13:55:14 -04:00
can_mcp2515.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_mcp2515.h dts: bindings: can: remove deprecated properties for initial timing 2024-03-01 09:00:49 +01:00
can_mcux_flexcan.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_mcux_mcan.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_native_linux.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +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: Remove reference to native_posix 2024-08-16 09:20:58 +01:00
can_nrf.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_numaker.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_nxp_s32_canxl.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_rcar.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_renesas_ra.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_sam.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_sam0.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_shell.c drivers: can: Check CAN device API in shell commands 2024-12-02 14:24:39 +01:00
can_sja1000.c drivers: can: sja1000: reduce number of frame->id pointer dereferences 2024-11-16 15:25:55 -05:00
can_sja1000_priv.h drivers: can: sja1000: add CAN statistics support 2023-10-23 18:20:23 +02:00
can_stm32_bxcan.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_stm32_fdcan.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_stm32h7_fdcan.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_tcan4x5x.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_xmc4xxx.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
CMakeLists.txt drivers: can: initial support for Renesas RA CANFD 2024-10-25 08:55:17 +02:00
Kconfig drivers: can: initial support for Renesas RA CANFD 2024-10-25 08:55:17 +02:00
Kconfig.esp32 drivers: can: select CONFIG_PINCTRL where needed 2024-10-21 18:54:27 -05:00
Kconfig.fake
Kconfig.kvaser
Kconfig.loopback drivers: can: loopback: increase default TX thread stack size 2024-07-09 17:18:34 +02:00
Kconfig.mcan drivers: can: mcan: remove broken transmitter delay compensation support 2024-03-28 09:41:53 +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 dts: arm: nxp: add Flexcan support for S32Z27x 2024-08-21 11:03:44 +02:00
Kconfig.native_linux drivers: can: drop POSIX from the native Linux SocketCAN driver name 2023-12-12 14:28:26 +00:00
Kconfig.nrf drivers: can: select CONFIG_PINCTRL where needed 2024-10-21 18:54:27 -05:00
Kconfig.numaker drivers: can: select CONFIG_PINCTRL where needed 2024-10-21 18:54:27 -05:00
Kconfig.nxp_s32 boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig 2024-10-15 19:09:45 -04:00
Kconfig.rcar drivers: can: select CONFIG_PINCTRL where needed 2024-10-21 18:54:27 -05:00
Kconfig.renesas_ra drivers: can: initial support for Renesas RA CANFD 2024-10-25 08:55:17 +02:00
Kconfig.sam drivers: can: select CONFIG_PINCTRL where needed 2024-10-21 18:54:27 -05:00
Kconfig.sam0 drivers: can: select CONFIG_PINCTRL where needed 2024-10-21 18:54:27 -05:00
Kconfig.sja1000
Kconfig.stm32 drivers: can: select CONFIG_PINCTRL where needed 2024-10-21 18:54:27 -05:00
Kconfig.tcan4x5x drivers: can: add tcan4x5x CAN controller driver 2023-09-11 19:55:44 +02:00
Kconfig.xmc4xxx SOC: Remove config PINCTRL from xmc4xxx soc 2024-12-02 22:05:16 +00:00