From patchwork Wed Aug 9 16:49:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jisheng Zhang X-Patchwork-Id: 13348223 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 675CFC04A94 for ; Wed, 9 Aug 2023 17:02: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: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To: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=+ZtuX5sq6LuDzWVQKU2mwCfxFPrbsz2qRksAdE1OisM=; b=y7vZIO8LdB+JDt x1aQlHm6D4KuQHjOXxYIJvyeCAuaFoIzAAvYqHP1SY/zGE2+ViX0ckQ1shEngxLKqeq9mrAXYobFi gfdLJX/YFTgnxpWX5GzrZehbT0Td38r2AC+HK1BQRdKKvAc9Ju/txcqMHrX48ZX7GiI4d/j7uw3SQ ykZrbh+Ha9tMiKXeocELMFNXM+Dd4FeH63mWTxMGh2sZyyVLzrDRz/QhaWXazUZzAvdFt65YMYTOE igq+tbu6hhdKhpT6IuU3fTcEvFaI5TX8S+0V44qI1LdPeVtiCexAwEbQpGCFaVi9vNZc9h/sLpulr qZ4K7EBStk6F5YovJ1sA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qTmZF-005T7W-2M; Wed, 09 Aug 2023 17:01:53 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qTmZC-005T63-1M for linux-arm-kernel@lists.infradead.org; Wed, 09 Aug 2023 17:01:51 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0ADDC64159; Wed, 9 Aug 2023 17:01:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2394C433C7; Wed, 9 Aug 2023 17:01:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691600508; bh=LFjNs8fNnfJcH2w+sep24uTLzAFqDRt8//EcSlD2l18=; h=From:To:Cc:Subject:Date:From; b=qVNvJwMfwetQ1u816Yp27of8fuCmX/XzC5rEIND4icIW4LlQ2OjjgsyIbGAOzNBWy XYfp7FnqqfoF7FvpkZp5SszFqSkJQ7if/17JFGFPqh+72eR/hmc6iWD7zo3VUP1MlE ikQwyNFZPLPU8wo0cO0S6zyMvaujCRd8Agkr3MVa5XAhBLRNHAb4HcDrMh45P9GWQ3 gE7ubSFVAfg48V59oLiEpdHAB4HAar922L+d0HzMXzuWnJhDkMgEitURp+CIExF+17 fAUtUI7ChDb5UWkGbOeJpO4K1bM8McAFbXccJQWlCUw/7SuFYUG4tfnHpAr2OM7mJ4 IYNasGRQe7KSw== From: Jisheng Zhang To: "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org Subject: [PATCH net-next v3 00/10] net: stmmac: add new features to xgmac Date: Thu, 10 Aug 2023 00:49:57 +0800 Message-Id: <20230809165007.1439-1-jszhang@kernel.org> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230809_100150_519999_9918388E X-CRM114-Status: UNSURE ( 9.18 ) 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 This series add below new features to xgmac: correct RX COE parsing add more feature parsing from hw cap enlarge C22 ADDR and rx/tx channels support parse safety ce/ue irq from DT support per channel irq Since v2: - check per channel irq by (res->rx_irq[0] > 0 && res->tx_irq[0] > 0) rather than (res->rx_irq[0] && res->tx_irq[0]) - bypass if (irq <= 0) when request rx/tx irq Since v1: - remove "_irq" suffix from safety irqs dt binding - remove "snps,per-channel-interrupt" dt binding, check the channel irq instead. - more renaming about "msi" to reflect per channel irq isn't MSI specific Jisheng Zhang (10): net: stmmac: correct RX COE parsing for xgmac net: stmmac: xgmac: add more feature parsing from hw cap net: stmmac: mdio: enlarge the max XGMAC C22 ADDR to 31 net: stmmac: enlarge max rx/tx queues and channels to 16 net: stmmac: reflect multi irqs for tx/rx channels and mac and safety net: stmmac: xgmac: support per-channel irq dt-bindings: net: snps,dwmac: add safety irq support net: stmmac: platform: support parsing safety irqs from DT dt-bindings: net: snps,dwmac: add per channel irq support net: stmmac: platform: support parsing per channel irq from DT .../devicetree/bindings/net/snps,dwmac.yaml | 37 ++++++++++++ .../net/ethernet/stmicro/stmmac/dwmac-intel.c | 4 +- .../net/ethernet/stmicro/stmmac/dwmac4_dma.c | 2 +- .../net/ethernet/stmicro/stmmac/dwxgmac2.h | 5 ++ .../ethernet/stmicro/stmmac/dwxgmac2_core.c | 5 +- .../ethernet/stmicro/stmmac/dwxgmac2_dma.c | 37 +++++++----- .../net/ethernet/stmicro/stmmac/stmmac_main.c | 58 ++++++++++--------- .../net/ethernet/stmicro/stmmac/stmmac_mdio.c | 2 +- .../ethernet/stmicro/stmmac/stmmac_platform.c | 35 +++++++++++ include/linux/stmmac.h | 10 ++-- 10 files changed, 142 insertions(+), 53 deletions(-)