From patchwork Wed Apr 24 09:06:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Romain Gantois X-Patchwork-Id: 13641592 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 EE3EBC4345F for ; Wed, 24 Apr 2024 09:06:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:MIME-Version:Message-Id:Date: Subject:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=8/nLFw64PJ6KmNwNLi3ICCtOEzapekYAJu8s/bCop/E=; b=YrGTTstqli1ACh 3Kyl+wT3fWfykNYrke3ZCILfEZFJ67G8MFwz+UgeFfvQLva7miIV9LlbcX4eGo77cs6tsBtFjTtEX Bppzp/BgPJYQ+JDaL1baEeDNr88ZmUPr9/D1O0BYChMdN4OquusGwv6m3rq0AUudZnuo7SZzA5VFK CkNWrWIjzH9MHNw5nY24EPBmCyALneeWJezHFzfQlLGtWRHArkyBAs3v0KGhhJ+nXbtcfxzkh3xmA LkiB4gi5MH6wKQ/HrwYGrHu2MqClDJ7FWPi1eFJHgZcMhx8dzAIH67tvGhw6wM365H8CSjuhzsZWU 7glgkIwpHgOY/vTEPJIQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzYZg-00000003PDz-0qu3; Wed, 24 Apr 2024 09:05:56 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzYZZ-00000003P8f-1BUH for linux-arm-kernel@lists.infradead.org; Wed, 24 Apr 2024 09:05:54 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 6B16620011; Wed, 24 Apr 2024 09:05:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1713949544; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zvGO6wU6nfYU3CkBpCdWWvYmaCRqlnSLXYCRyUMQSHk=; b=UNPCHPP3Y0cB0c0DMvt6fosro3QkCwIgQAj1fSJrI8V9T/1B7gT2LfZ5Qu+SZdKiQ6Ky1q GTYCqb9aCIeDI4YkLXEY//Rayxy9ROkV2BnZUz2dAD6koRfYdA7Lk2hMml4v8LNNg6410w nm0tcKWKft5xD3DW2amnqxy43S10uLE3vEZgX5ck0Zc/eK9fkIrfS6QpDdS9cH5RduhVT/ B+WvICl8pCyTMSAU2EkAGkJXDUDldrMul1x7iW6UQsIeqk+7dzEQn16pBaknwe6vGYZGz2 pbQzVA+ja2DG9FekX1vWMl+J+EiVApMsJPUl4ScDR2OV4S+7jXZnDhyVMcOlqA== From: Romain Gantois Subject: [PATCH net-next v4 0/5] net: stmmac: Add support for RZN1 GMAC devices Date: Wed, 24 Apr 2024 11:06:18 +0200 Message-Id: <20240424-rzn1-gmac1-v4-0-852a5f2ce0c0@bootlin.com> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIAIrLKGYC/23NQQ6DIBQE0KsY1qWBL1TpqvdoulD4KEmFBoyxN d69xJWmXU4mb2YhCaPDRK7FQiJOLrngcxCngui+8R1SZ3ImwEAwwYDGj+e0GxrN6aWW2taVKg1 DksEronXzNnYnHkfqcR7JIze9S2OI7+1l4lv/b3DilFHZIrRQK2FqfWtDGJ/On3UYtqEJ9lgdM GRcKd0IacHqSv3icoe5POAy46blYEELwbg54nVdv1gmcb0qAQAA To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm , Alexandre Torgue , Jose Abreu , Maxime Coquelin , Russell King , =?utf-8?b?Q2zDqW1lbnQgTMOpZ2Vy?= , Serge Semin Cc: Thomas Petazzoni , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, Romain Gantois , "Russell King (Oracle)" , Maxime Chevallier X-Mailer: b4 0.13.0 X-GND-Sasl: romain.gantois@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240424_020549_750286_0A309ADF X-CRM114-Status: GOOD ( 14.85 ) 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 Hello everyone, This is version four of my series that adds support for a Gigabit Ethernet controller featured in the Renesas r9a06g032 SoC, of the RZ/N1 family. This GMAC device is based on a Synopsys IP and is compatible with the stmmac driver. My former colleague Clément Léger originally sent a series for this driver, but an issue in bringing up the PCS clock had blocked the upstreaming process. This issue has since been resolved by the following series: https://lore.kernel.org/all/20240326-rxc_bugfix-v6-0-24a74e5c761f@bootlin.com/ This series consists of a devicetree binding describing the RZN1 GMAC controller IP, a node for the GMAC1 device in the r9a06g032 SoC device tree, and the GMAC driver itself which is a glue layer in stmmac. There are also two patches by Russell that improve pcs initialization handling in stmmac. Best Regards, Romain Gantois --- Changes in v4: - Removed the second parameters of the new pcs_init/exit() callbacks - Removed unnecessary interrupt-parent reference in gmac1 device node - Link to v3: https://lore.kernel.org/r/20240415-rzn1-gmac1-v3-0-ab12f2c4401d@bootlin.com Changes in v3: - Fixed a typo in the socfpga patch - Link to v2: https://lore.kernel.org/r/20240409-rzn1-gmac1-v2-0-79ca45f2fc79@bootlin.com Changes in v2: - Add pcs_init/exit callbacks in stmmac to solve race condition - Use pcs_init/exit callbacks in dwmac_socfpga glue layer - Miscellaneous device tree binding corrections - Link to v1: https://lore.kernel.org/r/20240402-rzn1-gmac1-v1-0-5be2b2894d8c@bootlin.com --- Clément Léger (3): dt-bindings: net: renesas,rzn1-gmac: Document RZ/N1 GMAC support net: stmmac: add support for RZ/N1 GMAC ARM: dts: r9a06g032: describe GMAC1 Russell King (Oracle) (2): net: stmmac: introduce pcs_init/pcs_exit stmmac operations net: stmmac: dwmac-socfpga: use pcs_init/pcs_exit .../devicetree/bindings/net/renesas,rzn1-gmac.yaml | 66 +++++++++++++ MAINTAINERS | 6 ++ arch/arm/boot/dts/renesas/r9a06g032.dtsi | 18 ++++ drivers/net/ethernet/stmicro/stmmac/Kconfig | 12 +++ drivers/net/ethernet/stmicro/stmmac/Makefile | 1 + drivers/net/ethernet/stmicro/stmmac/dwmac-rzn1.c | 86 +++++++++++++++++ .../net/ethernet/stmicro/stmmac/dwmac-socfpga.c | 107 ++++++++++----------- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 14 +++ include/linux/stmmac.h | 2 + 9 files changed, 258 insertions(+), 54 deletions(-) --- base-commit: 1c04b46cbdddc7882eeb671521035ea884245b9f change-id: 20240402-rzn1-gmac1-685cf8793d0e Best regards,