commit | 66fef3123625802a5c25058873f7cd3f76aa514c | [log] [tgz] |
---|---|---|
author | Alexander Wachter <alexander@wachter.cloud> | Sun Dec 19 17:56:54 2021 +0100 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Jan 04 09:14:16 2022 -0500 |
tree | c09fbc121227b70cc9d753a5ce061424b157cbe4 | |
parent | f6497e37da9aa073051efff48973b5e0f4d6ce54 [diff] |
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>