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 59D92C43217 for ; Thu, 5 May 2022 00:58:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233530AbiEEBBj (ORCPT ); Wed, 4 May 2022 21:01:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45670 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232501AbiEEBBi (ORCPT ); Wed, 4 May 2022 21:01:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22F0422287; Wed, 4 May 2022 17:58:00 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6D13D61D72; Thu, 5 May 2022 00:58:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE9C6C385A5; Thu, 5 May 2022 00:57:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1651712279; bh=PNhBXOPnVpmHDlq1hrRy+qlY1DmxGj2kaPbLINje80Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=TFohAHCcDsAtmbs/giK1b2ijhjJCSMJntoZo+KtAppYdiz/Bm0wjs5jCrtQ1qAO9W BtaI2njyCFM4lfmUgoiwv0RV33+yIqIJAbPWEoFxl+4GQUtLDpGM4ZZ8k5l/8Uy9Bh aBONPgsNwYzzxNqG0bDVOptOhfD6hJxDPECbLPYaWo//8x8DwTil8BuXM3F1Hehd24 XjdQ+cRpqM/oA00fQPKSpwhQSIMKcaBIaPXSfIZ4xKOSwUNUWADPh9YJelGPn+qYlF nNEBJYz4q1X9GL5ZqBamT6ptYCJuCgpm+DXyJH9AGW/xuPaRAOdc5VggboYxzElMRO EHR91wOM11s2g== Date: Wed, 4 May 2022 17:57:57 -0700 From: Jakub Kicinski To: Phil Edworthy Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , "David S. Miller" , Eric Dumazet , Paolo Abeni , Geert Uytterhoeven , Sergey Shtylyov , Sergei Shtylyov , Biju Das , Lad Prabhakar , Chris Paterson , Magnus Damm , linux-clk@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH 0/9] Add Renesas RZ/V2M Ethernet support Message-ID: <20220504175757.0a3c1a6a@kernel.org> In-Reply-To: <20220504145454.71287-1-phil.edworthy@renesas.com> References: <20220504145454.71287-1-phil.edworthy@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 4 May 2022 15:54:45 +0100 Phil Edworthy wrote: > The RZ/V2M Ethernet is very similar to R-Car Gen3 Ethernet-AVB, though > some small parts are the same as R-Car Gen2. > Other differences are: > * It has separate data (DI), error (Line 1) and management (Line 2) irqs > rather than one irq for all three. > * Instead of using the High-speed peripheral bus clock for gPTP, it has > a separate gPTP reference clock. > > The dts patches depend on v4 of the following patch set: > "Add new Renesas RZ/V2M SoC and Renesas RZ/V2M EVK support" > > Phil Edworthy (9): > clk: renesas: r9a09g011: Add eth clock and reset entries > dt-bindings: net: renesas,etheravb: Document RZ/V2M SoC > ravb: Separate use of GIC reg for PTME from multi_irqs > ravb: Separate handling of irq enable/disable regs into feature > ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqs > ravb: Use separate clock for gPTP > ravb: Add support for RZ/V2M > arm64: dts: renesas: r9a09g011: Add ethernet nodes > arm64: dts: renesas: rzv2m evk: Enable ethernet How are you expecting this to be merged? I think you should drop the first (clk) patch from this series so we can apply the series to net-next. And route the clk patch thru Geert's tree separately? Right now patchwork thinks the series is incomplete because it hasn't received patch 1.