From patchwork Thu Feb 20 09:45:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 13983566 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 3B8E01F153E; Thu, 20 Feb 2025 09:45:30 +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=1740044734; cv=none; b=QzEn6wUCqrBfv6yGADsyq8g/SckQ3Y1RDqCUiS0uTBsbOyG01A4SuA4lvQ3/UAJviBHa0P7NdnCbRyGKBL43Zr+LK62IrveIVeQx6mtNyadIOvtoagGHQWLTBsUQnDVrK8bTvMjJDKFGpb+QOtvWO7m/pPqjhIUzuyG9tB0ZSpE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740044734; c=relaxed/simple; bh=XSseanK2TphLQ568BAzn8bBCOYzuMrDsufDxEPN8fvM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=NubJ1e+5B8p8Jw07I7U6BLj6izENMFEhUX2+adZ/pVIJoBb0qCaWGaKiG7euxfjw5CZHYTJJUvqewRwzC/DsypZyiQX6wFnCVJqx6iA5AnWB6DQD8z3Qq90mpPYV9tsKFFir5iIG3JNFpKwxMjdl2ysULkT3IF7AvW8nSGEPiSI= 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: FIg5OJM5S+mMBhHq3Wyhgw== X-CSE-MsgGUID: uXSIcSfcTfy8BsKTGnBm1g== Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 20 Feb 2025 18:45:24 +0900 Received: from localhost.localdomain (unknown [10.226.92.83]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 3A96142175B9; Thu, 20 Feb 2025 18:45:18 +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 v2 0/2] R-Car CANFD fixes Date: Thu, 20 Feb 2025 09:45:10 +0000 Message-ID: <20250220094516.126598-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. 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 | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-)