diff options
author | Markus Schneider-Pargmann <msp@baylibre.com> | 2023-03-15 12:05:35 +0100 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2023-03-24 19:13:54 +0100 |
commit | 9083e0b09df33376abef2bb28e6a4b0c88f4d00b (patch) | |
tree | 11255b62ddc61a4186efdc88cb9e3e7a7f14150d /lib/clz_tab.c | |
parent | 897e663218e2d05607a6f5b258134cb026a2fa85 (diff) |
can: m_can: Keep interrupts enabled during peripheral read
Interrupts currently get disabled if the interrupt status shows new
received data. Non-peripheral chips handle receiving in a worker thread,
but peripheral chips are handling the receive process in the threaded
interrupt routine itself without scheduling it for a different worker.
So there is no need to disable interrupts for peripheral chips.
Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Link: https://lore.kernel.org/all/20230315110546.2518305-6-msp@baylibre.com
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'lib/clz_tab.c')
0 files changed, 0 insertions, 0 deletions