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 C9A87C61DA4 for ; Thu, 9 Mar 2023 19:54:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229651AbjCITyL (ORCPT ); Thu, 9 Mar 2023 14:54:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40646 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229613AbjCITyH (ORCPT ); Thu, 9 Mar 2023 14:54:07 -0500 Received: from mail-vs1-xe31.google.com (mail-vs1-xe31.google.com [IPv6:2607:f8b0:4864:20::e31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 882986B32B for ; Thu, 9 Mar 2023 11:54:06 -0800 (PST) Received: by mail-vs1-xe31.google.com with SMTP id a3so2717469vsi.0 for ; Thu, 09 Mar 2023 11:54:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1678391645; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=RqpcGDTF9TvNcH8vUk4y3HxaqWz3ChIQXFNytcqy8nU=; b=OJbln4sdUL4EAT7TMgmdVYhV87K5DCcUK1N6+s4b6mo9FsSNTACJr8B67kxGsBmgAo GcY7w0Mdqf0D+1c4yh6n1ULBJUXd1SI97oywSezgjCGdhd8deH6bTizYEtqVtlJ21zkO 2kycYb+om4iP4IdH/xivp18F5koYqU0fjFJaI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678391645; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=RqpcGDTF9TvNcH8vUk4y3HxaqWz3ChIQXFNytcqy8nU=; b=jGMT74FNRF+kUIGMOCI0ixywfy9rxq9UidnCjhDrEGu3yi3RDjyOyh/qYwocI3dDpx HOMBKSZPIsIJVkTgK9iKaMXvMOIaYgINZ32EGm728cUK6XzoyGSOTAeVMK+Q1B8nBlcS ob0st91OUWSCaQtCe8zWRnrdN0maRPaXhB02dmhjyLK2ut8vCjcq2vWvoTN361pyfhTh sFwGHxODJhoqkdF/ufUCuLTroDwhW7w+FP9tJh1HMwbCVwtjjkAvyG1CyJpNgJjluqiR 5BB89/ntvP2Tu5GoJjt3angzZ2EcvvgTi9aHEHxJAdePtAdXFW1HBMQwxGMX/NRUbZ6e 39yQ== X-Gm-Message-State: AO0yUKVU4Hzr4OfargDJ8tluaetzLduRV6213qRbnrVxoNxI7L9al95A TSqe2UNLYdOTNitR2sCaHQpSr8aVhZwhdpHCO/UO2g== X-Google-Smtp-Source: AK7set8IhMjIfSIqc5tWtr8EnGWBjwWQ1Qw4o1RTQNtpBk0PXRu13Gppe1EWsTNPEF2TEFMhKolo/tokyByyIxtxAxo= X-Received: by 2002:a05:6102:3167:b0:421:a2e2:cf30 with SMTP id l7-20020a056102316700b00421a2e2cf30mr15502192vsm.5.1678391645507; Thu, 09 Mar 2023 11:54:05 -0800 (PST) MIME-Version: 1.0 References: <20230308202159.2419227-1-grundler@chromium.org> <20230308202159.2419227-2-grundler@chromium.org> <07dd1c76-68a1-4c2f-98fe-7c25118eaff9@lunn.ch> In-Reply-To: <07dd1c76-68a1-4c2f-98fe-7c25118eaff9@lunn.ch> From: Grant Grundler Date: Thu, 9 Mar 2023 11:53:54 -0800 Message-ID: Subject: Re: [PATCHv3 net 2/2] net: asix: init mdiobus from one function To: Andrew Lunn Cc: Grant Grundler , Jiri Pirko , Oleksij Rempel , Pavel Skripkin , Lukas Wunner , Eizan Miyamoto , Jakub Kicinski , netdev , "David S . Miller" , LKML Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 9, 2023 at 11:30=E2=80=AFAM Andrew Lunn wrote: > > > I hope the maintainers can apply both to net-next and only apply the > > first to net branch. > > Hi Grant > > Please take a look at > https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html > > Please submit the first patch to net. Then wait a week for net to be > merged into net-next, and submit the second patch to net-next. Thanks Andrew! I read maintainer-netdev.html when Jakub pointed me at it a few days ago. He also instructed me to use "net" but didn't specify for the second patch - so I assumed both patches. I'll follow your instructions and repost to net-next once the first patch has been merged. cheers, grant > > Andrew