Message ID | 20240510-rzn1-gmac1-v6-0-b63942be334c@bootlin.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 27438C25B4F for <linux-arm-kernel@archiver.kernel.org>; Fri, 10 May 2024 07:38:06 +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=vP1pBwQvV3CNXlF0l/FDTXBkiosk7u61n0FHiOIGizQ=; b=avVk0ZkoUQ7Mxk WOO1NxoUdHxqk4NUVYCdaVaJrg2UZ3aCtll/yrNlrDuitKcShc6ybtKkdTkYYkNwm9q/VO5MzNIHA NH+E9wtM5LIrKWnBjMKsI6nmAtKEs9MaznL7eKffFZfphHiABzgM/HbVQi/dXCDLPQ0UsggsCB15z wufUyYXg/f9jUamcFyyzPVHCs9bQ9/JcIuyR6DKj4tvyr3Ubq53TUDcP+j8ZNAIHtoitP7KPTI9lz tdnMAZKjuOE3rvClqkNZkR3D30D7v4N706FvjjaeXSEw5plPIUSZfGBOvxhQttkwobrpxmmD7nGF1 vCQsYdlN8e5Gcd+HrTIQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s5Kp8-00000004NtK-36d9; Fri, 10 May 2024 07:37:46 +0000 Received: from relay1-d.mail.gandi.net ([2001:4b98:dc4:8::221]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s5Kp0-00000004Npx-2fIk for linux-arm-kernel@lists.infradead.org; Fri, 10 May 2024 07:37:44 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id EA74A240003; Fri, 10 May 2024 07:37:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1715326651; 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=h2r7Nv7nCfZb/d+nWyCikbcMpA1yPgiBcyKQtN4s7+U=; b=HVqaqDuUKY4tv6ElBmXqh4YOznvxtKcIqGfKVkA3B3N6aCUawihmHcyczf+0EttQiGtfaJ KswtiN2jvbT5kR3lt/ou4ENGYtwCF1H9gh34Bid0pZliuyk1Ya9DB0i/c9FhF5tnAUmQwM h64L+DNcCHUDEdUXth2Jq5Nixi9xVMsSr+Gowh56hk71FQx8f0Vx5EfdV7dMWwUO83n2C3 7trZcmYZAOnA9scwLOvM4ccxV0FuAk7W+DrODqREiRHzdsB7OCr9FL8W4wfhANrJfBc6mE /l/VqtHrVwKAo1jcZLuu0LBoWT646tqOUryZ617YMu1L65UEpXKwxAsGqfRjnQ== From: Romain Gantois <romain.gantois@bootlin.com> Subject: [PATCH net-next v6 0/7] net: stmmac: Add support for RZN1 GMAC devices Date: Fri, 10 May 2024 09:38:07 +0200 Message-Id: <20240510-rzn1-gmac1-v6-0-b63942be334c@bootlin.com> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIAN/OPWYC/23NwW7DIBAE0F+JOJcK1osNPfU/qh7wekmQGqiwZ aWN/O9FPhm5x9HozTzFzCXyLN4uT1F4jXPMqYb+5SLo5tOVZZxqFqAAFSqQ5Tdpeb170rK3hoI dXDcpFhV8Fw7xsY99iMSLTPxYxGdtbnFecvnZX1a99/8NrloqaUaGEazDydL7mPPyFdMr5fs+t MIRuwZDxYMjjyZAoMGdcXfA2jS4q9iPGgIQotLTGeMBAzYYK7YGfD0mVqTO2BxwpxpsKu4h9MZ bDKhti7dt+wOrUsIjpAEAAA== To: "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>, Conor Dooley <conor+dt@kernel.org>, Geert Uytterhoeven <geert+renesas@glider.be>, Magnus Damm <magnus.damm@gmail.com>, Alexandre Torgue <alexandre.torgue@foss.st.com>, Jose Abreu <joabreu@synopsys.com>, Maxime Coquelin <mcoquelin.stm32@gmail.com>, Russell King <linux@armlinux.org.uk>, =?utf-8?b?Q2zDqW1lbnQgTMOpZ2Vy?= <clement.leger@bootlin.com>, Serge Semin <fancer.lancer@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>, 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 <romain.gantois@bootlin.com>, "Russell King (Oracle)" <rmk+kernel@armlinux.org.uk>, Maxime Chevallier <maxime.chevallier@bootlin.com> 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-20240510_003739_107434_4A717EC2 X-CRM114-Status: GOOD ( 16.22 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
net: stmmac: Add support for RZN1 GMAC devices
|
expand
|