Merge patch series "R-Car CAN-FD fixes"
authorMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 27 Oct 2022 07:34:24 +0000 (09:34 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 27 Oct 2022 07:34:24 +0000 (09:34 +0200)
commitfd0c3b763afd44454301c4c6cbe744dac69227ca
treee8fc2b297018f12ab45e4738a7cd255876c58da2
parent2871edb32f4622c3a25ce4b3977bad9050b91974
parentd887087c896881715c1a82f1d4f71fbfe5344ffd
Merge patch series "R-Car CAN-FD fixes"

Biju Das <biju.das.jz@bp.renesas.com> says:

This patch series fixes the below issues in R-Car CAN-FD driver.

1) Race condition in CAN driver under heavy CAN load condition
   with both channels enabled results in IRQ storm on global FIFO
   receive IRQ line.
2) Add channel specific TX interrupts handling for RZ/G2L SoC as it has
   separate IRQ lines for each TX.

changes since v1: https://lore.kernel.org/all/20221022081503.1051257-1-biju.das.jz@bp.renesas.com
 * Added check for IRQ active and enabled before handling the IRQ on a
   particular channel.

Link: https://lore.kernel.org/all/20221025155657.1426948-1-biju.das.jz@bp.renesas.com
[mkl: adjust message, add link, take only patches 1 + 2, upstream 3 via can-next]
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>