From patchwork Fri Oct 4 15:24:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francesco Dolcini X-Patchwork-Id: 13822577 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 104C1CF8849 for ; Fri, 4 Oct 2024 15:27:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=AN99eWFy5DCpc/BofOA9jLbZhN/pi+s1+FsVn+0x0QI=; b=Gs4HYgXiTqQNfTrgvNVFYgWWBk pJapi7SyVWc3/+b2qQHYCJdQbca2mab0iVaGnxN1w7HZ/T+rbNmtMwVhRHqGVPFgw0lQSajU3mSB3 qHMAkD1YLhzbUFlHHTlsRJNwFJb2WifBff+PcwSKeLVbSIZyFjbV/zOFrJnvhHjotjoRs7555/Qi4 9UdV+smkdJeo+E/K6gDlDsE3+tc5YH3LF4929qubHIeec1pALiF91nObdYd1TGZRbndso3RlW0DtH s5K7UCCOI7GjgQLSzxIkaLunXTXEQFOCdyIfkmYVWvIoJq2nIdQXuvrWBBgUsi+pPzB9AmVXCV7Ci 1NgE+Klg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1swkD4-0000000CzQd-2GFN; Fri, 04 Oct 2024 15:27:14 +0000 Received: from mail11.truemail.it ([217.194.8.81]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1swkAX-0000000CyjP-3ek8 for linux-arm-kernel@lists.infradead.org; Fri, 04 Oct 2024 15:24:39 +0000 Received: from francesco-nb.pivistrello.it (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id B436520B56; Fri, 4 Oct 2024 17:24:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1728055469; bh=AN99eWFy5DCpc/BofOA9jLbZhN/pi+s1+FsVn+0x0QI=; h=From:To:Subject; b=ev327ajw0SKAkeipdyEidX+l1kmP6HWJkWOL2JPYwXHebOuQXPfuXLh25m0wn4JmB uLTl+0DamftStquYEBRjskysJtz27FTT7N6nhlBVxZUtuG/RC0nwdkuXi65enBDQ5G o9MCCeJV5P7wkujDc1ZeYO0zKUVgzxCfgY7CnjretOOMF9/MoQEazCyqatouc6MMoR INfHypRt5n2iI+S2aGEmOwdlBtb3erpJ8ildNmazjt/eSdmlL+8lLZ05YLEOY58UBE ztEyCyXpvh2LiGXRt2+X+33tma0LVWlGPDqNXMRpl7/4UYZP9XHB0zlU8ogJw8a3ug MsK2kxHYaD02A== From: Francesco Dolcini To: Wei Fang , Shenwei Wang , Clark Wang , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Richard Cochran , Linux Team Cc: Francesco Dolcini , imx@lists.linux.dev, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH net-next v4 0/3] net: fec: add PPS channel configuration Date: Fri, 4 Oct 2024 17:24:16 +0200 Message-Id: <20241004152419.79465-1-francesco@dolcini.it> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241004_082438_097981_1C71AFE5 X-CRM114-Status: UNSURE ( 5.46 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Francesco Dolcini Make the FEC Ethernet PPS channel configurable from device tree. v3: https://lore.kernel.org/all/20240809094804.391441-1-francesco@dolcini.it/ v2: https://lore.kernel.org/all/20240809091844.387824-1-francesco@dolcini.it/ v1: https://lore.kernel.org/all/20240807144349.297342-1-francesco@dolcini.it/ Francesco Dolcini (3): dt-bindings: net: fec: add pps channel property net: fec: refactor PPS channel configuration net: fec: make PPS channel configurable Documentation/devicetree/bindings/net/fsl,fec.yaml | 7 +++++++ drivers/net/ethernet/freescale/fec_ptp.c | 11 ++++++----- 2 files changed, 13 insertions(+), 5 deletions(-)