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 1CA0BCDB482 for ; Wed, 18 Oct 2023 18:16:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232265AbjJRSQM (ORCPT ); Wed, 18 Oct 2023 14:16:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229947AbjJRSQJ (ORCPT ); Wed, 18 Oct 2023 14:16:09 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A40FB8; Wed, 18 Oct 2023 11:16:08 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5926EC433C7; Wed, 18 Oct 2023 18:16:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697652968; bh=Ct9gR9nllChCdIfEvz/HYXItxKyJ157uTxTGorys+KY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Nco4Zz3RCjMP2/4unO1zaVALBkrBBtB1bm2vkjdgz6OiCI5WdntbNLVDsSqfe3plb uG1uKJPFqRSFpgT6hOC9UwwqGMHcueSf++oMDMp9WtdG+wB1rDdodLD/d3MCSdxwin Up33Ui6lECUuOAntWYlX8uiTYeOJgycUZHJq2Lathd9OZiwFuELjedwOOQ5qaYf3pC y4TytzyvBPFer72dXF7koBEl/zob4cRbYXOHPUrHg9B4oWhLctzWMrhTAqHF8/Viiy fBXRquNpZsrGHLwOKuMHSAcdFh/HnUWlfcKkIAgIF+yu9tPgy9WbfPPJh1AMUR3s/R XJwcB4Fs259uQ== Date: Wed, 18 Oct 2023 11:16:06 -0700 From: Jakub Kicinski To: Nishanth Menon Cc: Ravi Gunasekaran , Neha Malcom Francis , , , , , , , , , , , , Thejasvi Konduru , , Subject: Re: [PATCH net-next] net: ethernet: ti: davinci_mdio: Fix the revision string for J721E Message-ID: <20231018111606.4af0cdb3@kernel.org> In-Reply-To: <20231018180035.saymfqwc2o3xpdf4@pretense> References: <20231018140009.1725-1-r-gunasekaran@ti.com> <20231018154448.vlunpwbw67xeh4rj@unfasten> <20231018105236.347b2354@kernel.org> <20231018180035.saymfqwc2o3xpdf4@pretense> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Oct 2023 13:00:35 -0500 Nishanth Menon wrote: > Thanks Jakub. SoC tree needs me to send based off rc1 for new features. > I'd rather not mess with that. > > Sure if we are doing an fixes pull, we can figure something out to > sync. rc1 saves us the headache of conflict of me sending a PR merge > while netdev maintainers aren't expecting it to be merged to master > via soc tree. Sounds good, I'll wait for Ravi to respond to you and once we have a green light we can plonk the patch on top of rc1.