From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BCF86C433EF for ; Fri, 29 Apr 2022 08:47:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356066AbiD2Iub (ORCPT ); Fri, 29 Apr 2022 04:50:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235082AbiD2Iu3 (ORCPT ); Fri, 29 Apr 2022 04:50:29 -0400 Received: from bin-mail-out-06.binero.net (bin-mail-out-06.binero.net [195.74.38.229]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2ED5527FA for ; Fri, 29 Apr 2022 01:47:10 -0700 (PDT) X-Halon-ID: ef0eff8a-c798-11ec-9627-0050569116f7 Authorized-sender: andreas@gaisler.com Received: from andreas.got.gaisler.com (h-98-128-223-123.na.cust.bahnhof.se [98.128.223.123]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id ef0eff8a-c798-11ec-9627-0050569116f7; Fri, 29 Apr 2022 10:47:06 +0200 (CEST) From: Andreas Larsson To: linux-can@vger.kernel.org Cc: Wolfgang Grandegger , Marc Kleine-Budde , Oliver Hartkopp , linux-kernel@vger.kernel.org, software@gaisler.com Subject: [PATCH v2 0/3] can: grcan: Bug fixes Date: Fri, 29 Apr 2022 10:46:53 +0200 Message-Id: <20220429084656.29788-1-andreas@gaisler.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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