Re: [PATCH] phy: rockchip-samsung-dcphy: Enable runtime PM at PHY core level

Sebastian Reichel <[email protected]>
Newsgroups org.infradead.lists.linux-rockchip,org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-phy,org.kernel.vger.linux-kernel
Message-ID <aohRxwakzVgAbYff@venus>
Hi,

On Fri, Aug 21, 2026 at 07:44:19PM +0800, Jason Yang via B4 Relay wrote:
> From: Jason Yang <[email protected]>
> 
> phy_create() only enables runtime PM on the new PHY device if the parent
> already has it enabled, and this driver enables it afterwards. The PHY
> device therefore never gets runtime PM, and phy_pm_runtime_get_sync()
> returns -ENOTSUPP for every phy_init() and phy_power_on(). The block is
> still resumed today, but only through the supplier link fw_devlink builds
> from the phys phandle, which fw_devlink=off and =permissive do not.
> 
> Move devm_pm_runtime_enable() before devm_phy_create(), as done for the
> sibling HDPTX PHY in commit 10ba8479f460 ("phy:
> phy-rockchip-samsung-hdptx: Enable runtime PM at PHY core level").
> 
> Fixes: b2a1a2ae7818 ("phy: rockchip: Add Samsung MIPI D-/C-PHY driver")
> Signed-off-by: Jason Yang <[email protected]>
> ---

Reviewed-by: Sebastian Reichel <[email protected]>

Greetings,

-- Sebastian

>  drivers/phy/rockchip/phy-rockchip-samsung-dcphy.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/phy/rockchip/phy-rockchip-samsung-dcphy.c b/drivers/phy/rockchip/phy-rockchip-samsung-dcphy.c
> index cbd780556da8..11e872cc6611 100644
> --- a/drivers/phy/rockchip/phy-rockchip-samsung-dcphy.c
> +++ b/drivers/phy/rockchip/phy-rockchip-samsung-dcphy.c
> @@ -1610,16 +1610,16 @@ static int samsung_mipi_dcphy_probe(struct platform_device *pdev)
>  		return dev_err_probe(dev, PTR_ERR(samsung->grf_apb_rst),
>  				     "Failed to get system grf_apb_rst control\n");
>  
> +	ret = devm_pm_runtime_enable(dev);
> +	if (ret)
> +		return dev_err_probe(dev, ret, "Failed to enable runtime PM\n");
> +
>  	samsung->phy = devm_phy_create(dev, NULL, &samsung_mipi_dcphy_ops);
>  	if (IS_ERR(samsung->phy))
>  		return dev_err_probe(dev, PTR_ERR(samsung->phy), "Failed to create MIPI DC-PHY\n");
>  
>  	phy_set_drvdata(samsung->phy, samsung);
>  
> -	ret = devm_pm_runtime_enable(dev);
> -	if (ret)
> -		return dev_err_probe(dev, ret, "Failed to enable runtime PM\n");
> -
>  	phy_provider = devm_of_phy_provider_register(dev, samsung_mipi_dcphy_xlate);
>  	if (IS_ERR(phy_provider))
>  		return dev_err_probe(dev, PTR_ERR(phy_provider),
> 
> ---
> base-commit: 1590cf0329716306e948a8fc29f1d3ee87d3989f
> change-id: 20260821-dcphy-rpm-v1-14c80daecbf7
> 
> Best regards,
> -- 
> Jason Yang <[email protected]>
> 
>

_______________________________________________
Linux-rockchip mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/linux-rockchip
signature.asc (application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE72YNB0Y/i3JqeVQT2O7X88g7+poFAmqIUvMACgkQ2O7X88g7
+pp0lg/+K+Tvqs0Naq4IISlWGfBhxDa4pBVw+MqK2HM4jMEAvmnRExdRd78kFsfZ
cnbmGXjzq4sWdmJIaWq0LAOGvRURn0oYrzLtVFTS74k92iF9NVX2jXrywjNZmhUu
OQPsX79AJTRL3Fkf1Z6+Edgf/E5chHRnAoMQAZMFCmZrJKp+z5F1m3U9ma/NhDyz
I394sl+fzLP024Qy0qB2jL414/67pxGALNqwyRZfkjDF9BLpJl3gd+nf3uMpWoiw
u+9eMRgS7Kw1apuXOxU1dVjktgOYzqQ1Nd65QI5ciMZHSryNNurAImX8HpBwKwf0
YGLxsktqxO1jcidpOTDr2XTJ+C1sy6wXal+GpKGiDtKwx7Ods0FKRPvs+4skeJyq
euPGRoNeNmj0raVm6Z7HdmP6oU5EGEZqFu0T5hSsQdoLvH0cDqBUztgJ38JdWY7H
/BLigQDPUcXcs+9O1UAHyLLWWdEw4bYneQnsEPnAEd9i2UpoD/sbG1zCXOp79OHg
edsC7W77u+z/FshrTa6HZ5C4izM+C1FZSg9NB9CUCp0LeBpNJzGkfLLZaCNztdtQ
bWzeDSvWYmQG+I7P3LquXt98v9v2PmevGhwxkyKBLHuPd8NpuhAdhEyaa5vpSSg1
ri6JyUXyg2c9HduY31nxnamk/dh0BtRmjVCtFVv5wvJxHd3Gggs=
=kKPH
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.