]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
phy: fsl-imx8mq-usb: disable bind/unbind platform driver feature
authorXu Yang <xu.yang_2@nxp.com>
Tue, 20 Jan 2026 11:17:12 +0000 (19:17 +0800)
committerSasha Levin <sashal@kernel.org>
Wed, 4 Mar 2026 12:20:43 +0000 (07:20 -0500)
commitea5c65cbc9cdc0024ad8a33f4753ec352e486d89
tree9a68075f14164dab7eeb17587e2508632bf81f12
parente2c203fe6f875b849dd9f7caf05a2c8c84fe6b3a
phy: fsl-imx8mq-usb: disable bind/unbind platform driver feature

[ Upstream commit 27ee0869d77b2cb404770ac49bdceae3aedf658b ]

Disabling PHYs in runtime usually causes the client with external abort
exception or similar issue due to lack of API to notify clients about PHY
removal. This patch removes the possibility to unbind i.MX PHY drivers in
runtime.

Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20260120111712.3159782-1-xu.yang_2@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/phy/freescale/phy-fsl-imx8mq-usb.c