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 A2947E71093 for ; Thu, 21 Sep 2023 16:22:44 +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:In-Reply-To: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-Owner; bh=DoJ4MQFUbk50uTwnSi1LJQrY+L467WsU3z+xErz7wWk=; b=LIyKVkhivZ5yz6 L5lfCOLECgp/Lq2UFywBu6umIPkg6Nu4nyzWSV76NsdVMp4Mk1XOzpa2tb1j21ASrNktiem8s+KgD j+KCkPDcN2x7L+psv7KFMNTwQoI0wzdrWATTC1hUsaoDN5jLwrQIz8b1zEiDOg5gQMGS936/5ZqxV lIZY5HGNK6FkjF23NkBtfn/zO2LR2YFLSykMp+fMROE8LYP/sGYJej80betEGERHZdnnln2vS5M/F kT8lUuByh+EbxYmBwRE2B3CJ7CU3+bZxrSRBGqi+d8LI1pyOSKbYKCvj0FaCyjOEawEAH/xOLPeeN /gtMz5Fx4zNNW+xiU0HQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qjMRZ-006VHc-1f; Thu, 21 Sep 2023 16:22:21 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qjMRW-006VGS-2d for linux-arm-kernel@lists.infradead.org; Thu, 21 Sep 2023 16:22:19 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=lqp1or7q6caDm6yT7r+PtHJHRlbGd4K3ltCqjDlA9k0=; b=v8LmKoPW0gP+/RHAU5g1qAXYK0 CyDNY5SckbktQPBI+zFo/1jrMRuf/M74saAqVcvUO3CDXXAdj1T/phVSXbdtZMtdZ3dBnYMBi9KeH 9uNSahov+OgDesFHJd9lE0u2/PVJw0WqaGulxa0p2KIhCrSySGCT9nTVUqZNntoDhiec=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1qjMRI-0076Xd-3k; Thu, 21 Sep 2023 18:22:04 +0200 Date: Thu, 21 Sep 2023 18:22:04 +0200 From: Andrew Lunn To: Christophe Roullier Cc: "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Maxime Coquelin , Alexandre Torgue , Richard Cochran , Jose Abreu , Liam Girdwood , Mark Brown , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/7] net: ethernet: stmmac: rework glue to simplify management for next stm32 Message-ID: <8a227f0c-c758-4b65-b082-a5db618df346@lunn.ch> References: <20230921150622.599232-1-christophe.roullier@foss.st.com> <20230921150622.599232-3-christophe.roullier@foss.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230921150622.599232-3-christophe.roullier@foss.st.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230921_092218_855479_5C9D7AA0 X-CRM114-Status: UNSURE ( 7.96 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Sep 21, 2023 at 05:06:17PM +0200, Christophe Roullier wrote: > Change glue to be more generic and manage easily next stm32 products. Please could you break this up into a number of smaller patches, each with a good commit message about what they do, and why. Thanks Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel