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 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 23B41C3DA4A for ; Fri, 9 Aug 2024 09:48:59 +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=0RTNAZMPTQo7Iajey5tnC1QQ83FapbsZWYcXMRrN5ig=; b=qoJAanSeFpHHVG0qafIPIsiMmQ nEeKMvirnqxniBjc1jfhluUTeH5AOxfS7Znadxf9xVCpixhDuag7EA60YY4ZSpDMsE47QoEx9zg8r QhsNzuyoRsNSq2TTk5krk8nuL7HbGboEvRvftoeeDV3brfLJnG8fWlStkD4w02OXaKip9fm35B1RT bRNVuZ5kxyXJ4PAeRpmQtxNc3sOHQmoTt4A/R/gKP4D3iKykbt9AIhx4A5MtAVbS9szioXPRvg4az D1SVJL1IiBNphTlsiKccYwqJ52gCGiboyCxCFFYxPbMorZmFYGU4N+H3T9wXPKhhzGA/g6h9i5luK ZuVhdv3w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1scMEo-0000000ArUz-2PM6; Fri, 09 Aug 2024 09:48:46 +0000 Received: from mail11.truemail.it ([217.194.8.81]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1scMEE-0000000ArOH-29Wy for linux-arm-kernel@lists.infradead.org; Fri, 09 Aug 2024 09:48:12 +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 35CE42222A; Fri, 9 Aug 2024 11:48:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1723196889; bh=0RTNAZMPTQo7Iajey5tnC1QQ83FapbsZWYcXMRrN5ig=; h=From:To:Subject; b=R7NN4EqN60qttA5Fb1af4LxuV8tX6nx1SPCojMRpqMtgB6nbK4KCi7nf2BdqySD5b MqjbXAzu6FvToQu5I3lBAMJw+BvkDn7QpF8oMVuLe6B5Pe2A9MrRWu394KLyeYrZ0j 1qNpNM/BeqPCfSWS4P4roVWmue6PHTTeIn4FXyMbcNGTuYpdg97//60kSmsGuK9Wyk lwqTE9b8lqN4LWZcJ4lqmnCikWZRn0lZG1bmLmR5Z4r6PFdZILzqK8dH1NnjF5E2R9 cfx+4GDQcTT3/9YIM5jeDonOZmCllusl6o9u5V2jxeh/BF02P6Tcype+pwNbMKx8Cg GibhG1DoQzw/w== 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 v3 0/3] net: fec: add PPS channel configuration Date: Fri, 9 Aug 2024 11:48:01 +0200 Message-Id: <20240809094804.391441-1-francesco@dolcini.it> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240809_024810_733995_455974E8 X-CRM114-Status: UNSURE ( 6.60 ) 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 to just add the missing "net-next" subject prefix, sorry about the spam, it seems like friday morning plus the mid of august heat wave is badly affecting myself ... 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(-) -- 2.39.2