From patchwork Fri Mar 7 17:03:25 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 14006783 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 2FA9A21D3D7; Fri, 7 Mar 2025 17:03:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741367027; cv=none; b=CaitiFg2zrHnk4aJqs37ink3xlJZdtpmlgoBaalIyT+YqYW3AdDLBLjvYpmDk8X6Q1y+ug2/A4mzhQV/oOYGVl3T4r/vExHMXzXBSk6D9PuXcRLx34wC2C9f8sr9snEJQcDUzCGNbJSQWyjqKMnaaG5Moxz+FuGBAmVKyzYYf7o= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741367027; c=relaxed/simple; bh=e2zB3YVItrEFO5HQaM5For8g9Laax3Bo0hBz7C9JI5k=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=r5Rdj9PQEqPRS3SsLobpwvUFOHLKK1dg8mYQ4aWuGIMbC3RwJgq9qFB8Qs7NWqCadxAvnM8Oz8rOSNGO9XCHdeFJWwI8+sP2vm71isD/PPmniCClqXb6WIQ5P9fF3CqSs1JS3LrI4t2S65akp4T+9CzgsP0Y92XEnUWORJxYzn8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-CSE-ConnectionGUID: 8iHyRgHWRmSrMIfK3BIjDg== X-CSE-MsgGUID: JVlkhBwHT+6ws2dP0Ofdyw== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 08 Mar 2025 02:03:37 +0900 Received: from localhost.localdomain (unknown [10.226.93.104]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id EB3054039AFC; Sat, 8 Mar 2025 02:03:32 +0900 (JST) From: Biju Das To: Marc Kleine-Budde , Vincent Mailhol , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm Cc: Biju Das , Fabrizio Castro , Duy Nguyen , Simon Horman , stable@vger.kernel.org, linux-can@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar Mahadev Lad , Biju Das Subject: [PATCH v3 0/2] R-Car CANFD fixes Date: Fri, 7 Mar 2025 17:03:25 +0000 Message-ID: <20250307170330.173425-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 This patch series addresses 2 issues 1) Fix typo in pattern properties for R-Car V4M. 2) Fix page entries in the AFL list. v2->v3: * Collected tags. * Dropped unused variables cfg and start from rcar_canfd_configure_afl_rules(). v1->v2: * Split fixes patches as separate series. * Added Rb tag from Geert for binding patch. * Added the tag Cc:stable@vger.kernel.org Biju Das (2): dt-bindings: can: renesas,rcar-canfd: Fix typo in pattern properties for R-Car V4M can: rcar_canfd: Fix page entries in the AFL list .../bindings/net/can/renesas,rcar-canfd.yaml | 2 +- drivers/net/can/rcar/rcar_canfd.c | 28 ++++++++----------- 2 files changed, 12 insertions(+), 18 deletions(-)