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 9F61BC7618D for ; Mon, 20 Mar 2023 09:25:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231130AbjCTJZu (ORCPT ); Mon, 20 Mar 2023 05:25:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231278AbjCTJZT (ORCPT ); Mon, 20 Mar 2023 05:25:19 -0400 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9CDFB234EE; Mon, 20 Mar 2023 02:24:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=V4Ic3CoIN3yLEDl4ZrFprKL8VDhfVNu/6xK0WkJsbGg=; b=oFFZpgYrVUmjwZ9Psb6fMcDoII PI37y50wljwMMECGXJBNlGVGnBH150XU3raIqtWeWfSHWTRUNDDV/xTBg8B+ieE/448kN7u4cGQP4 GFWgPa65zXsK4aY32W2XigRxPBZQXm1KHfcSTXQBuLOQmzgUG2EKHrIR4Eatq3wRZw8no1FvuJFC6 GVajieQ5ejInjjkF92+q/ARLpPWGxp4bUszPu+K3tOINhEXJs0ALVq2jjRHwupUJPoV+cn/60Gc+r n6oI+GnJSxAjpTJDt0+ybaGTrIaZrGc7Vv50y4hevmxuK/vqermAZmgo448gxAWl+mAuRtQ+1iNEQ nrNG4Qzw==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:34076) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1peBl4-00075E-Af; Mon, 20 Mar 2023 09:24:50 +0000 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1peBl0-0006P2-5A; Mon, 20 Mar 2023 09:24:46 +0000 Date: Mon, 20 Mar 2023 09:24:46 +0000 From: "Russell King (Oracle)" To: Vinod Koul Cc: Colin Foster , linux-phy@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , Paolo Abeni , Jakub Kicinski , Eric Dumazet , "David S. Miller" , Florian Fainelli , Andrew Lunn , UNGLinuxDriver@microchip.com, Alexandre Belloni , Claudiu Manoil , Vladimir Oltean , Lee Jones Subject: Re: [PATCH v2 net-next 1/9] phy: phy-ocelot-serdes: add ability to be used in a non-syscon configuration Message-ID: References: <20230317185415.2000564-1-colin.foster@in-advantage.com> <20230317185415.2000564-2-colin.foster@in-advantage.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Russell King (Oracle) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 20, 2023 at 02:19:44PM +0530, Vinod Koul wrote: > On 17-03-23, 11:54, Colin Foster wrote: > > The phy-ocelot-serdes module has exclusively been used in a syscon setup, > > from an internal CPU. The addition of external control of ocelot switches > > via an existing MFD implementation means that syscon is no longer the only > > interface that phy-ocelot-serdes will see. > > > > In the MFD configuration, an IORESOURCE_REG resource will exist for the > > device. Utilize this resource to be able to function in both syscon and > > non-syscon configurations. > > Applied to phy/next, thanks Please read the netdev FAQ. Patches sent to netdev contain the tree that the submitter wishes the patches to be applied to. As a result, I see davem has just picked up the *entire* series which means that all patches are in net-next now. net-next is immutable. In any case, IMHO if this kind of fly-by cherry-picking from patch series is intended, it should be mentioned during review to give a chance for other maintainers to respond and give feedback. Not all submitters will know how individual maintainers work. Not all maintainers know how other maintainers work. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!