zephyr/drivers/can
Erwan Gouriou d13f9d9b9b drivers: stm32: Select PINCTRL when required
Select PINCTRL subsystem by drivers which require it.
Prevent the need from enabling this symbol at board or soc level.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-09-03 14:40:55 +01:00
..
transceiver drivers: can: transceiver: gpio: add build assert for GPIO properties 2024-05-15 11:17:43 +02:00
can_common.c
can_esp32_twai.c drivers: esp32: Interrupts flags configuration 2024-08-22 14:25:25 -04:00
can_fake.c drivers: can: fake: install default core clock delegate at driver init 2024-08-20 10:34:07 +02:00
can_handlers.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
can_kvaser_pci.c
can_loopback.c drivers: can: loopback: set TX thread name 2024-07-09 17:18:34 +02:00
can_mcan.c drivers: can: rename struct can_driver_config fields 2024-06-05 14:43:00 +01:00
can_mcp251xfd.c drivers: can: mcp251xfd: Use macro to set TDCO 2024-06-17 12:08:08 -04:00
can_mcp251xfd.h
can_mcp2515.c drivers: can: rename struct can_driver_config fields 2024-06-05 14:43:00 +01:00
can_mcp2515.h
can_mcux_flexcan.c drivers: can: mcux: flexcan: calculate and set proper TDCO 2024-06-06 00:40:45 -07:00
can_mcux_mcan.c drivers: nxp: Add reset code to driver inits 2024-05-21 16:49:42 -04:00
can_native_linux_adapt.c
can_native_linux_adapt.h drivers can_native_linux: Remove reference to native_posix 2024-08-16 09:20:58 +01:00
can_native_linux.c drivers can_native_linux: Remove reference to native_posix 2024-08-16 09:20:58 +01:00
can_nrf.c drivers: can: nrf: add driver 2024-05-30 05:20:50 -07:00
can_numaker.c
can_nxp_s32_canxl.c drivers: nxp_s32_canxl: support rxfifo on new SoC version s32ze 2024-08-21 11:03:34 +02:00
can_rcar.c drivers: can: rename struct can_driver_config fields 2024-06-05 14:43:00 +01:00
can_sam0.c
can_sam.c drivers: sam_can: fixed MCAN Register Base Address 2024-06-27 17:56:04 -04:00
can_shell.c drivers: can: shell: optionally bypass the shell when printing CAN frames 2024-05-31 16:40:01 -05:00
can_sja1000_priv.h
can_sja1000.c drivers: can: rename struct can_driver_config fields 2024-06-05 14:43:00 +01:00
can_stm32_bxcan.c drivers: can: rename struct can_driver_config fields 2024-06-05 14:43:00 +01:00
can_stm32_fdcan.c
can_stm32h7_fdcan.c
can_tcan4x5x.c
can_xmc4xxx.c drivers: can: rename struct can_driver_config fields 2024-06-05 14:43:00 +01:00
CMakeLists.txt drivers: can: nrf: add driver 2024-05-30 05:20:50 -07:00
Kconfig dts: bindings: can: rename bus-speed/bus-speed-data properties 2024-06-05 14:43:00 +01:00
Kconfig.esp32
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
Kconfig.mcp251xfd
Kconfig.mcp2515
Kconfig.mcux dts: arm: nxp: add Flexcan support for S32Z27x 2024-08-21 11:03:44 +02:00
Kconfig.native_linux
Kconfig.nrf drivers: can: nrf: add driver 2024-05-30 05:20:50 -07:00
Kconfig.numaker drivers: can: support for numaker m2l31x 2024-06-03 09:49:17 +02:00
Kconfig.nxp_s32
Kconfig.rcar
Kconfig.sam
Kconfig.sam0
Kconfig.sja1000
Kconfig.stm32 drivers: stm32: Select PINCTRL when required 2024-09-03 14:40:55 +01:00
Kconfig.tcan4x5x
Kconfig.xmc4xxx