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)
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>

Trivial merge