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 72E73C6FD19 for ; Thu, 9 Mar 2023 19:32:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231192AbjCITcy (ORCPT ); Thu, 9 Mar 2023 14:32:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230107AbjCITcE (ORCPT ); Thu, 9 Mar 2023 14:32:04 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDB59F34D3; Thu, 9 Mar 2023 11:31:01 -0800 (PST) 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=9a8kbXtW3WnL+ytHTH3NCo7Jsx9PY0FsP0xSOA869Os=; b=dbLqmD/NwQMrLQ6nBpIH5fUFCf 6SOu58YSNfp1UvAAQPwRKeM8y6cj71j9vE07uRj0TJnFbNqIQJVnCQIHoTd7664u+FMZt3I4pYpFf cPeGwiJcuzG3Yqd4Mo5JUCjtLUGgiSuXN7pWlihn8p4ZRgZLeDuLhCUgZm7lsBNUdu+Y=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1paLyM-006uEx-UZ; Thu, 09 Mar 2023 20:30:42 +0100 Date: Thu, 9 Mar 2023 20:30:42 +0100 From: Andrew Lunn To: Grant Grundler Cc: Jiri Pirko , Oleksij Rempel , Pavel Skripkin , Lukas Wunner , Eizan Miyamoto , Jakub Kicinski , netdev , "David S . Miller" , LKML Subject: Re: [PATCHv3 net 2/2] net: asix: init mdiobus from one function Message-ID: <07dd1c76-68a1-4c2f-98fe-7c25118eaff9@lunn.ch> References: <20230308202159.2419227-1-grundler@chromium.org> <20230308202159.2419227-2-grundler@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > 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. Andrew