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 157FEC433F5 for ; Tue, 15 Mar 2022 00:13:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244994AbiCOAOR (ORCPT ); Mon, 14 Mar 2022 20:14:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241418AbiCOAON (ORCPT ); Mon, 14 Mar 2022 20:14:13 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 263786550; Mon, 14 Mar 2022 17:13:03 -0700 (PDT) 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=dxSFLKp24IEE3ZbRaqX5QTrZlpbhDWVCEB9VKKIfjyY=; b=ofGfGCvqo/t/7TGOgnUmnfOlf/ RXJga7J2IAilCEUIatyCYU+logiVaSoonWgKRtSPzSxWnTCmbEzXG7V1nEYf6suI891LAYzU00muW KREQLbnslBAXhz8t0ZiOtvteIBwByUH2lvB8iRALNXhFR467v6hCvZOQEoiJrDJci+0g=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nTunx-00Apyf-ON; Tue, 15 Mar 2022 01:12:49 +0100 Date: Tue, 15 Mar 2022 01:12:49 +0100 From: Andrew Lunn To: Chris Packham Cc: huziji@marvell.com, ulf.hansson@linaro.org, robh+dt@kernel.org, davem@davemloft.net, kuba@kernel.org, linus.walleij@linaro.org, catalin.marinas@arm.com, will@kernel.org, gregory.clement@bootlin.com, sebastian.hesselbarth@gmail.com, adrian.hunter@intel.com, thomas.petazzoni@bootlin.com, kostap@marvell.com, robert.marko@sartura.hr, linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 5/8] net: mvneta: Add support for 98DX2530 Ethernet port Message-ID: References: <20220314213143.2404162-1-chris.packham@alliedtelesis.co.nz> <20220314213143.2404162-6-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220314213143.2404162-6-chris.packham@alliedtelesis.co.nz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 15, 2022 at 10:31:40AM +1300, Chris Packham wrote: > The 98DX2530 SoC is similar to the Armada 3700 except it needs a > different MBUS window configuration. Add a new compatible string to > identify this device and the required MBUS window configuration. > > Signed-off-by: Chris Packham I suggest you separate the two mvneta patches and send them to the netdev list. They are likely to get merged before the merge window opens next weekend. The other patches are less likely to be merged so fast. Reviewed-by: Andrew Lunn Andrew