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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E6BDC4332F for ; Tue, 14 Nov 2023 18:13:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233841AbjKNSNJ (ORCPT ); Tue, 14 Nov 2023 13:13:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229607AbjKNSNH (ORCPT ); Tue, 14 Nov 2023 13:13:07 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 14517FD; Tue, 14 Nov 2023 10:13:04 -0800 (PST) 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=AKGfhx+Br8EDz2nYnIT9XdxIWkjKI5nOarqUFZtoZX8=; b=pDHRUxayx11wLwU5Af8i7njpMa 5rhkSTi/Vvw/yMb3GDJMaiTI3xHH4i7jYdpR1C7R+QSTXsll9xpCdc43wbkLiTv/SffY7Aya7lLpN ogF49sNGuNHRIMf5Ee8zDh1ShrR2XAYEga9VDcTDvM8X5H5A3r1WbXV3qY92cDZb2waY=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1r2xuA-000BIW-Sh; Tue, 14 Nov 2023 19:12:54 +0100 Date: Tue, 14 Nov 2023 19:12:54 +0100 From: Andrew Lunn To: Romain Gantois Cc: davem@davemloft.net, Rob Herring , Krzysztof Kozlowski , Jakub Kicinski , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, thomas.petazzoni@bootlin.com, Florian Fainelli , Heiner Kallweit , Russell King , linux-arm-kernel@lists.infradead.org, Vladimir Oltean , Luka Perkov , Robert Marko , Andy Gross , Bjorn Andersson , Konrad Dybcio Subject: Re: [PATCH net-next v3 0/8] net: qualcomm: ipqess: introduce Qualcomm IPQESS driver Message-ID: <4224ec76-cdeb-4c80-8385-e5e24957e63b@lunn.ch> References: <20231114105600.1012056-1-romain.gantois@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231114105600.1012056-1-romain.gantois@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 14, 2023 at 11:55:50AM +0100, Romain Gantois wrote: > Hello everyone, > > This is the 3rd iteration on the Qualcomm IPQ4019 Ethernet Switch Subsystem > driver. I made some patch separation mistakes in the v2, sorry about that. > > Notable changes in v3: > - Fixed formatting of 3/8. Please wait at least 24 hours between submitted versions. Otherwise you get people reviewing the wrong version. Andrew