zephyr/drivers/can
Alexander Wachter 66fef31236 drivers: can: mcan: Add cache handling
The msg_sram resides in the sram region, where the
m_can controller direcly access it. Whenever the driver
writes to the msg_sram and operations are triggered, the
cache needs to be invalidated.

Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
2022-01-04 09:14:16 -05:00
..
can_common.c drivers: can: catch up on API naming changes 2021-12-07 15:39:06 -05:00
can_handlers.c drivers: can: catch up on API naming changes 2021-12-07 15:39:06 -05:00
can_loopback.c drivers: can: deprecate the use of CAN-specific error return values 2021-12-09 12:37:40 -05:00
can_loopback.h device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
can_mcan.c drivers: can: mcan: Add cache handling 2022-01-04 09:14:16 -05:00
can_mcan.h drivers: can: m_can: fix alignmed issues 2021-12-20 17:46:24 +01:00
can_mcan_int.h drivers: can: Implement Bosch M_CAN driver 2021-05-07 12:36:10 -05:00
can_mcp2515.c drivers: can: deprecate the use of CAN-specific error return values 2021-12-09 12:37:40 -05:00
can_mcp2515.h can: mcp2515: convert to spi_dt_spec 2021-08-03 13:58:39 +02:00
can_mcux_flexcan.c drivers: can: deprecate the use of CAN-specific error return values 2021-12-09 12:37:40 -05:00
can_net.c drivers: can: can_net: Fix build issue after #38501 2021-12-06 08:15:14 -05:00
can_rcar.c drivers: can: deprecate the use of CAN-specific error return values 2021-12-09 12:37:40 -05:00
can_shell.c drivers: can: shell: convert from can_attach_workq() to triggered work 2021-12-22 18:04:02 +01:00
can_stm32.c drivers: can: change can_tx_callback_t function signature 2022-01-01 07:40:29 -05:00
can_stm32.h drivers: can: change can_tx_callback_t function signature 2022-01-01 07:40:29 -05:00
can_stm32fd.c pinctrl: require ; after PINCTRL_DT_(INST_)DEFINE macros 2022-01-01 07:39:08 -05:00
can_stm32fd.h drivers/fdcan: stm32: use new pinctrl API 2021-11-26 11:36:42 +01:00
can_utils.h drivers: can: catch up on API naming changes 2021-12-07 15:39:06 -05:00
CMakeLists.txt drivers: can: build as static library 2021-08-17 06:06:03 -04:00
Kconfig drivers: can: deprecate the can_attach_workq() API call 2021-12-22 18:04:02 +01:00
Kconfig.loopback drivers: can: loopback: Use thread to send frames. 2020-03-12 16:10:09 +02:00
Kconfig.mcan drivers: can: Timestamps depend on driver select 2021-06-25 10:42:49 -04:00
Kconfig.mcp2515 drivers: can: Refactor drivers to use shared init priority 2021-10-23 20:44:49 -04:00
Kconfig.mcux drivers: can: Timestamps depend on driver select 2021-06-25 10:42:49 -04:00
Kconfig.net kconfig: canbus: experimental settings now uses select EXPERIMENTAL 2021-10-22 13:59:21 +02:00
Kconfig.rcar drivers: can: Kconfig.rcar: Make options depend on its driver 2021-06-28 10:40:18 -05:00
Kconfig.stm32 drivers: can: Timestamps depend on driver select 2021-06-25 10:42:49 -04:00
Kconfig.stm32fd drivers: can: Implement stm32fd driver 2021-05-07 12:36:10 -05:00
socket_can_generic.h drivers: can: change can_tx_callback_t function signature 2022-01-01 07:40:29 -05:00