From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 26B133F0765; Fri, 27 Feb 2026 13:45:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772199953; cv=none; b=PIE6PAUaKfq/F8RU1vJSc8wPBoqm93ytkcLBuREoCG5YAQfGa6i9zpxL9nGuJ4+UpTQ9amGyB5AkKXzgKr3DSlmYeUDOEu7MsOoyPhEC8j0UhPdZNiBE/PaO6yf/OTD97EkqrpN/GMAGiEwSFponSL13G+ySl3IvlD4E3vft4iQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772199953; c=relaxed/simple; bh=b242g2qNf10eAecZBeoervTpA+wsH+kaSLHINlPH/aU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=KBmemcyG50qr3FYxlGZwd7hu+rIdWoTGnRB9rKWe8Amr+NLJZy7mxOAosuqP111//v02fWAXVdNs+HvzmOeIfJz3uhaJMMKiwXxU7iQvbikK1sp4H/meLFkuMM/S8+HrLcE4+KbwlH3TlCF0JG2zXcLlXV3L7gMtBb5mcvGC4nc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=NxnQmO6F; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NxnQmO6F" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 02162C116C6; Fri, 27 Feb 2026 13:45:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772199952; bh=b242g2qNf10eAecZBeoervTpA+wsH+kaSLHINlPH/aU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NxnQmO6FxSK9R8f9ct2N8OQyn1ufXUd6i18deXkxbsu0sXgYwCE5rarxBeew/HF2f UUt420Jcfpt4ij4pGxa91h7L7C4HBJXjfcsMzbXStKwi6GDoLdovUmw0xlpoEGhCz4 UvdnnGUTzUhgCDs6y38V0FQnaV61NVcL2tHlcSBlCasBjCqfmWJbvCw+wBtMcvLn+D Ubtb4tLUVTA0oItWJrqTynbPtdSFuCA+7YTajUxfbIxz5OJ/DTUTw4OOCW8W/lgKrf 769x3gGF2uw+uMN26XoR+DeGGiBa8oE3aDw5u5uyrAePiT8EVxegJPPFh2xMQUK2RB 6Exubf6OBYUqA== Date: Fri, 27 Feb 2026 19:15:49 +0530 From: Vinod Koul To: "Russell King (Oracle)" Cc: Andrew Lunn , Alexandre Torgue , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, Mohd Ayaan Anwar , Neil Armstrong , netdev@vger.kernel.org, Paolo Abeni Subject: Re: [PATCH net-next 7/8] phy: qcom-sgmii-eth: relax order of .power_on() vs .set_mode*() Message-ID: References: Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On 25-02-26, 10:59, Russell King (Oracle) wrote: > Allow any order of the .power_on() and .set_mode*() methods as per the > recent discussion. This means phy_power_on() with this SerDes will now > restore the previous setup without requiring a subsequent > phy_set_mode*() call. > > Tested-by: Mohd Ayaan Anwar > Signed-off-by: Russell King (Oracle) Acked-by: Vinod Koul -- ~Vinod