From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AD3E0D51C for ; Fri, 14 Mar 2025 13:23:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741958614; cv=none; b=Qv74T/aKR8BI8r6zO7eMm0APuf+RUYj8GAO/G+4BVMrvIIiYHkstVWbsY+T5e2+9hQK8bIPuNIgCtLTJ9osxySxBQSPgeaQI+VwrGMNaxi1KlSQte21WT/pOEuVuhwpUgdSRsazDnN9kuAB+c0UNHwJQp0XJbtGGmGM59vQM2e8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741958614; c=relaxed/simple; bh=lMCIKNZKcc02fMfv+ywfFQtyP/pXJF8iB5Pk7aJHZjo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=OANzTj36dR/STKn59tC97Ya4km5cdWnjqqlAska0QRMigS9f7wD7hUbYnjov/W+T5vg2SNwdHhKfkM8zLXEEvMslK60EG5sZDQmHYzL0izqU00uQ6Oi2VIuy5AjL9avKHeAemeCHGZ/j2vLddJoA2D/NuAmqeTQsOSh1p4bVoQ0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tt50c-0001hS-Ui for netdev@vger.kernel.org; Fri, 14 Mar 2025 14:23:30 +0100 Received: from moin.white.stw.pengutronix.de ([2a0a:edc0:0:b01:1d::7b] helo=bjornoya.blackshift.org) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tt50c-005i4w-2B for netdev@vger.kernel.org; Fri, 14 Mar 2025 14:23:30 +0100 Received: from dspam.blackshift.org (localhost [127.0.0.1]) by bjornoya.blackshift.org (Postfix) with SMTP id 561A53DBBFE for ; Fri, 14 Mar 2025 13:23:30 +0000 (UTC) Received: from hardanger.blackshift.org (unknown [172.20.34.65]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by bjornoya.blackshift.org (Postfix) with ESMTPS id 3B6C93DBBE6; Fri, 14 Mar 2025 13:23:29 +0000 (UTC) Received: from blackshift.org (localhost [::1]) by hardanger.blackshift.org (OpenSMTPD) with ESMTP id 7e77eee0; Fri, 14 Mar 2025 13:23:28 +0000 (UTC) From: Marc Kleine-Budde To: netdev@vger.kernel.org Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org, kernel@pengutronix.de Subject: [PATCH net-next 0/4] pull-request: can-next 2025-03-14 Date: Fri, 14 Mar 2025 14:19:14 +0100 Message-ID: <20250314132327.2905693-1-mkl@pengutronix.de> X-Mailer: git-send-email 2.47.2 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: mkl@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: netdev@vger.kernel.org Hello netdev-team, this is a pull request of 4 patches for net-next/main. In the first 2 patches by Dimitri Fedrau add CAN transceiver support to the flexcan driver. Frank Li's patch adds i.MX94 support to the flexcan device tree bindings. The last patch is by Davide Caratti and adds protocol counter for AF_CAN sockets. regards, Marc --- The following changes since commit 941defcea7e11ad7ff8f0d4856716dd637d757dd: Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-03-13 23:08:11 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-6.15-20250314 for you to fetch changes up to 6bffe88452dbe284747442f10a7ac8249d6495d7: can: add protocol counter for AF_CAN sockets (2025-03-14 13:27:33 +0100) ---------------------------------------------------------------- linux-can-next-for-6.15-20250314 ---------------------------------------------------------------- Davide Caratti (1): can: add protocol counter for AF_CAN sockets Dimitri Fedrau (2): dt-bindings: can: fsl,flexcan: add transceiver capabilities can: flexcan: add transceiver capabilities Frank Li (1): dt-bindings: can: fsl,flexcan: add i.MX94 support Marc Kleine-Budde (1): Merge patch series "can: flexcan: add transceiver capabilities" .../devicetree/bindings/net/can/fsl,flexcan.yaml | 13 +++++++++++ drivers/net/can/flexcan/flexcan-core.c | 27 +++++++++++++++++----- drivers/net/can/flexcan/flexcan.h | 1 + net/can/af_can.c | 2 ++ net/can/bcm.c | 1 + net/can/isotp.c | 1 + net/can/raw.c | 5 +++- 7 files changed, 43 insertions(+), 7 deletions(-)