[PATCH v2 0/3] can: grcan: Bug fixes

From: Andreas Larsson
Date: Fri Apr 29 2022 - 04:47:15 EST


These patches:
* makes sure that DMA memory is allocated properly
* avoids the tx errata workaround needlessly being applied
* fixes a bug where the driver can be left hanging without interrupts
enabled

Andreas Larsson (2):
can: grcan: Fix broken system id check for errata workaround needs
can: grcan: Only use the napi poll budget for rx

Daniel Hellstrom (1):
can: grcan: use ofdev->dev when allocating DMA memory

drivers/net/can/grcan.c | 45 +++++++++++++++++++++--------------------
1 file changed, 23 insertions(+), 22 deletions(-)

---

Changes in v2:
* Added "Fixes:" tags to all patches
* Small langague tweaks in patch descriptions for patch 1 and 3

--
2.17.1