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> |
||
|---|---|---|
| .. | ||
| transceiver | ||
| can_common.c | ||
| can_esp32_twai.c | ||
| can_fake.c | ||
| can_handlers.c | ||
| can_kvaser_pci.c | ||
| can_loopback.c | ||
| can_max32.c | ||
| can_mcan.c | ||
| can_mcp251xfd.c | ||
| can_mcp251xfd.h | ||
| can_mcp2515.c | ||
| can_mcp2515.h | ||
| can_mcux_flexcan.c | ||
| can_mcux_mcan.c | ||
| can_native_linux_adapt.c | ||
| can_native_linux_adapt.h | ||
| can_native_linux.c | ||
| can_nrf.c | ||
| can_numaker.c | ||
| can_nxp_s32_canxl.c | ||
| can_rcar.c | ||
| can_renesas_ra.c | ||
| can_renesas_rz_canfd.c | ||
| can_sam0.c | ||
| can_sam.c | ||
| can_shell.c | ||
| can_sja1000_priv.h | ||
| can_sja1000.c | ||
| can_stm32_bxcan.c | ||
| can_stm32_fdcan.c | ||
| can_stm32h7_fdcan.c | ||
| can_tcan4x5x.c | ||
| can_xmc4xxx.c | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.esp32 | ||
| Kconfig.fake | ||
| Kconfig.kvaser | ||
| Kconfig.loopback | ||
| Kconfig.max32 | ||
| Kconfig.mcan | ||
| Kconfig.mcp251xfd | ||
| Kconfig.mcp2515 | ||
| Kconfig.mcux | ||
| Kconfig.native_linux | ||
| Kconfig.nrf | ||
| Kconfig.numaker | ||
| Kconfig.nxp_s32 | ||
| Kconfig.rcar | ||
| Kconfig.renesas_ra | ||
| Kconfig.renesas_rz | ||
| Kconfig.sam | ||
| Kconfig.sam0 | ||
| Kconfig.sja1000 | ||
| Kconfig.stm32 | ||
| Kconfig.tcan4x5x | ||
| Kconfig.xmc4xxx | ||