summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorBrian Silverman <brian.silverman@bluerivertech.com>2021-11-29 14:26:28 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-12-14 10:18:06 +0100
commitad66b892278fff24f95e2dce94c7b40ce2cfbb2e (patch)
treee1cf7831e10a652eddc918409281cb932fd2d399 /kernel
parent3e193ef4e0a3f5bf92ede83ef214cb09d01b00aa (diff)
can: m_can: Disable and ignore ELO interrupt
commit f58ac1adc76b5beda43c64ef359056077df4d93a upstream. With the design of this driver, this condition is often triggered. However, the counter that this interrupt indicates an overflow is never read either, so overflowing is harmless. On my system, when a CAN bus starts flapping up and down, this locks up the whole system with lots of interrupts and printks. Specifically, this interrupt indicates the CEL field of ECR has overflowed. All reads of ECR mask out CEL. Fixes: e0d1f4816f2a ("can: m_can: add Bosch M_CAN controller support") Link: https://lore.kernel.org/all/20211129222628.7490-1-brian.silverman@bluerivertech.com Cc: stable@vger.kernel.org Signed-off-by: Brian Silverman <brian.silverman@bluerivertech.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions