Re: [PATCH 2/4] phy: s32g: Add serdes subsystem phy
From: Vinod Koul <vkoul@kernel.org>
Date: 2026-01-29 14:30:42
Also in:
linux-arm-kernel, linux-devicetree, linux-phy, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2026-01-29 14:30:42
Also in:
linux-arm-kernel, linux-devicetree, linux-phy, lkml
On 29-01-26, 13:51, Russell King (Oracle) wrote:
On Thu, Jan 29, 2026 at 02:36:01PM +0100, Vincent Guittot wrote:quoted
On Thu, 29 Jan 2026 at 14:23, Russell King (Oracle) [off-list ref] wrote:quoted
On Thu, Jan 29, 2026 at 02:01:13PM +0100, Vincent Guittot wrote:quoted
yes, the usual pattern is : - phy_set_mode_ext() - then phy_power_on() but I can add an additional checkPlease read Documentation/driver-api/phy/phy.rst section "Order of API calls" which suggests phy_set_mode_ext() after phy_power_on().Fair enough. That being said, all pcie drivers that use phy_set_mode_ext(), call it before phy_power_on()It looks like many ethernet drivers do the same, so I think maybe the generic PHY documentation is incorrect or misleading, or is expressing a preference that almost no one follows. Something for the generic PHY maintainers to look at and/or comment on.
I would feel it makes sense to configure the mode first and then power the phy up. As commented above yes it looks like apart from one tegra driver rest seem to do it this way. Lets update the documentation -- ~Vinod