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 9B32CC6FA82 for ; Thu, 22 Sep 2022 15:35:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229676AbiIVPfC (ORCPT ); Thu, 22 Sep 2022 11:35:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230213AbiIVPe6 (ORCPT ); Thu, 22 Sep 2022 11:34:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFBF358B7E; Thu, 22 Sep 2022 08:34:56 -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 5BD7860B4D; Thu, 22 Sep 2022 15:34:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A42BC433D6; Thu, 22 Sep 2022 15:34:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663860895; bh=sJXAH3EXSAELsL3FBaVZLmcKpg+EFzU0zQj/ilHdxKQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=sH08VxiesoHQx1m209f3GrudMrcvx5xose4r0Fm28b5YiGYL8X1PCNmkQD98N1K2d fD1bvdf+FZlY1gwlJMAOEN/6YHWGiNOj2LkQGDbftoXo5JHG4FfafxiuYNDFeONpNB Y0D4wcbPTAnthxZju9Gl+v1QzlsW+mk5mrBjo9MPeCgKqgKEZH//Tu53BcllTReMXT NhKpPCNKFakLSOSX0ixNx6k946R++Z6fPE1ikr6iSMGAQSXGLA7DGNXx3I58px/a7W Sbdf/ol1h/r0DbNhF6/U2CFO3MM7LiIykw6MNn2+pfNMgUSl7h4sK26tRzV3nM0NYN 0DUIrHexV7T/g== Date: Thu, 22 Sep 2022 08:34:54 -0700 From: Jakub Kicinski To: Jon Hunter Cc: Thierry Reding , "David S . Miller" , Eric Dumazet , Paolo Abeni , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , Rob Herring , Krzysztof Kozlowski , Bhadram Varka , devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next v4 9/9] stmmac: tegra: Add MGBE support Message-ID: <20220922083454.1b7936b2@kernel.org> In-Reply-To: <64414eac-fa09-732e-6582-408cfb9d41dd@nvidia.com> References: <20220707074818.1481776-1-thierry.reding@gmail.com> <20220707074818.1481776-10-thierry.reding@gmail.com> <64414eac-fa09-732e-6582-408cfb9d41dd@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 22 Sep 2022 16:05:22 +0100 Jon Hunter wrote: > On 07/09/2022 17:36, Thierry Reding wrote: > > On Thu, Jul 07, 2022 at 09:48:18AM +0200, Thierry Reding wrote: > >> From: Bhadram Varka > >> > >> Add support for the Multi-Gigabit Ethernet (MGBE/XPCS) IP found on > >> NVIDIA Tegra234 SoCs. > >> > >> Signed-off-by: Bhadram Varka > >> Signed-off-by: Thierry Reding > >> --- > >> Note that this doesn't have any dependencies on any of the patches > >> earlier in the series, so this can be applied independently. > > > Patches 1-8 of this have already been applied to the Tegra tree. Are > > there any more comments on this or can this be merged as well? > > > > From a Tegra point of view this looks good, so: > > > > Acked-by: Thierry Reding > > Acked-by: Jon Hunter > > Please can we queue this for v6.1? I have added the stmmac maintainers > to the email, but not sure if you can pick this up? Could you repost it independently of the series so that it can go thru the net auto-checkers? It should be able to make 6.1 pretty comfortably.