zephyr/drivers/can
Bjarki Arge Andreasen f5ee52ecf3 drivers: can: nrf: fix invalid pointer leading to undef behavior
The can_nrf device driver incorrectly passes its own device
driver pointer to a call to clock_control_get_rate() to get the
rate of the auxpll. The actual device driver which should be passed
to clock_control_get_rate() is the auxpll.

Without this fix, the call jumps to the can_nrf_api and returns
garbage (unfortunately it does not hardfault, which is why this
issue has not been discovered yet).

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
2025-07-19 13:28:38 -04:00
..
transceiver drivers: can: transceiver: Place API into iterable section 2024-12-02 14:24:28 +01:00
can_common.c drivers: can: common: mark unused function argument as such 2025-05-09 18:00:27 +02: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
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_max32.c drivers: can: Place device APIs in linker sections 2025-06-27 10:09:32 -05:00
can_mcan.c drivers: can: mcan: merge nested if-statements into one 2025-05-28 12:22:11 +02:00
can_mcp251xfd.c drivers: can_mcp251xfd: Add XSTBY option 2025-04-02 10:30:59 +02:00
can_mcp251xfd.h drivers: can_mcp251xfd: Add XSTBY option 2025-04-02 10:30:59 +02:00
can_mcp2515.c drivers: can: mcp2515: reformat files using clang-format 2025-06-02 13:29:17 +02:00
can_mcp2515.h drivers: can: mcp2515: reformat files using clang-format 2025-06-02 13:29:17 +02:00
can_mcux_flexcan.c drivers: can: mcux: flexcan: add mmio mapping support 2025-06-25 09:52:56 +02:00
can_mcux_mcan.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_native_linux_adapt.c
can_native_linux_adapt.h drivers/can/can_native_linux_adapt: Correct a refernece to native_posix 2025-03-12 02:27:36 +01:00
can_native_linux.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_nrf.c drivers: can: nrf: fix invalid pointer leading to undef behavior 2025-07-19 13:28:38 -04:00
can_numaker.c drivers: can: support nuvoton m55m1x series 2025-05-09 14:01:32 +02: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: rcar: merge nested if-statements into one 2025-05-28 11:18:23 +02:00
can_renesas_ra.c drivers: can: renesas: properly clear error flag 2025-06-24 20:05:09 -10:00
can_renesas_rz_canfd.c drivers: can: renesas: properly clear error flag 2025-06-24 20:05:09 -10:00
can_sam0.c drivers: can: sam0: fix clock configuration for SAM0 series 2025-07-10 15:53:46 -05:00
can_sam.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
can_shell.c can_shell: add shell device filtering 2025-01-29 04:17:47 +01:00
can_sja1000_priv.h
can_sja1000.c drivers: can: sja1000: reduce number of frame->id pointer dereferences 2024-11-16 15:25:55 -05:00
can_stm32_bxcan.c drivers: can: stm32_bxcan: fix filter config 2025-04-04 09:34:30 +02:00
can_stm32_fdcan.c drivers : can: replace LL_RCC_GetFDCANClockFreq 2025-02-14 13:36:12 +01:00
can_stm32h7_fdcan.c drivers : can: replace LL_RCC_GetFDCANClockFreq 2025-02-14 13:36:12 +01:00
can_tcan4x5x.c drivers: can: can_tcan4x5x: fix compiler build warning/error 2025-01-22 08:08:24 +01:00
can_xmc4xxx.c drivers: can: Place API into iterable section 2024-12-02 14:24:39 +01:00
CMakeLists.txt drivers/can/can_native_linux: Remove NATIVE_APPLICATION support 2025-07-19 09:38:15 +02:00
Kconfig drivers: can: Add max32xxx CAN driver 2025-06-16 14:13:59 -04:00
Kconfig.esp32 drivers: can: select CONFIG_PINCTRL where needed 2024-10-21 18:54:27 -05:00
Kconfig.fake
Kconfig.kvaser
Kconfig.loopback
Kconfig.max32 drivers: can: Add max32xxx CAN driver 2025-06-16 14:13:59 -04:00
Kconfig.mcan
Kconfig.mcp251xfd
Kconfig.mcp2515
Kconfig.mcux
Kconfig.native_linux
Kconfig.nrf drivers: can: select CONFIG_PINCTRL where needed 2024-10-21 18:54:27 -05:00
Kconfig.numaker drivers: can: support nuvoton m55m1x series 2025-05-09 14:01:32 +02:00
Kconfig.nxp_s32
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.renesas_rz drivers: can: Initial support for RZ/G3S 2025-05-09 17:59:38 +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: replace LL_RCC_GetFDCANClockFreq 2025-02-14 13:36:12 +01:00
Kconfig.tcan4x5x
Kconfig.xmc4xxx SOC: Remove config PINCTRL from xmc4xxx soc 2024-12-02 22:05:16 +00:00