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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02433C636D3 for ; Fri, 10 Feb 2023 11:10:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232342AbjBJLKE (ORCPT ); Fri, 10 Feb 2023 06:10:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232316AbjBJLKC (ORCPT ); Fri, 10 Feb 2023 06:10:02 -0500 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 97D0F7100D; Fri, 10 Feb 2023 03:10:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To: Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=AXxKWPiVWJU1ugGjgpin75Nz5rvbBLIVFJ34R7UAKY4=; b=WRGrmvm4i7DY8WBKznriUmhH27 HfSP+oNS0Q8XKdW3xMV7kb6qm5JR8qHzlHdfAr/9lB41CWLwO8HnMqM40mtotygauRM1XQ2/F0TVA 3vV5Txv0zXOEk0Ds4/M6RZoyHDyjPCrMKR7MJx6sQdueTeqW6qmBZS/jLPuwNQaflyMC8vBQjK+gZ vcBHwoqcgEc5/pDOTlXMtPD7ZJeupFKiI7NPGbGv3XhCJbddfUeBReMofYDKeNG8HbckSFCm94Qph C2Cu8ywsYkf58Y3iQP2I9rmBqqecVNQZS3ciesqhtbDZ1YaeWxOFvaCGrIPfEET16Zf3fyjqRH7sn 5xaoyalQ==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:36516) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pQRHk-0001No-OQ; Fri, 10 Feb 2023 11:09:44 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1pQRHg-0005XJ-T1; Fri, 10 Feb 2023 11:09:40 +0000 Date: Fri, 10 Feb 2023 11:09:40 +0000 From: "Russell King (Oracle)" To: =?iso-8859-1?Q?Cl=E9ment_L=E9ger?= Cc: Sergey Shtylyov , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Geert Uytterhoeven , Magnus Damm , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , Maxime Coquelin , Wong Vee Khee , Kurt Kanzenbach , Revanth Kumar Uppala , Tan Tee Min , Thomas Petazzoni , Herve Codina , =?iso-8859-1?Q?Miqu=E8l?= Raynal , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Mohammad Athari Bin Ismail , Jon Hunter , netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH net-next v3 5/6] net: stmmac: add support for RZ/N1 GMAC Message-ID: References: <20230209151632.275883-1-clement.leger@bootlin.com> <20230209151632.275883-6-clement.leger@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230209151632.275883-6-clement.leger@bootlin.com> Sender: Russell King (Oracle) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 09, 2023 at 04:16:31PM +0100, Cl?ment L?ger wrote: > +struct rzn1_dwmac { > + struct phylink_pcs *pcs; > +}; Please see my comments on your previous patch series as to why I don't think you need this structure nor its associated memory allocations. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!