Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: fsl-imx8mq-usb: disable bind/unbind platform driver feature

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>

authored by

Xu Yang and committed by
Vinod Koul
27ee0869 cbce6666

+1
+1
drivers/phy/freescale/phy-fsl-imx8mq-usb.c
··· 750 750 .driver = { 751 751 .name = "imx8mq-usb-phy", 752 752 .of_match_table = imx8mq_usb_phy_of_match, 753 + .suppress_bind_attrs = true, 753 754 } 754 755 }; 755 756 module_platform_driver(imx8mq_usb_phy_driver);