Loading drivers/usb/phy/phy-msm-qusb.c +0 −8 Original line number Diff line number Diff line Loading @@ -975,15 +975,7 @@ static int qusb_phy_probe(struct platform_device *pdev) qphy->phy.notify_disconnect = qusb_phy_notify_disconnect; } /* * QUSB PHY is required to be kept into reset to save leakage current * as it is out of reset as part of Chip reset. Hence keep QUSB PHY * into reset explicitly here. When Controller driver is probed, it * brings QUSB PHY out of reset after initializing it. */ clk_reset(qphy->phy_reset, CLK_RESET_ASSERT); ret = usb_add_phy_dev(&qphy->phy); return ret; } Loading Loading
drivers/usb/phy/phy-msm-qusb.c +0 −8 Original line number Diff line number Diff line Loading @@ -975,15 +975,7 @@ static int qusb_phy_probe(struct platform_device *pdev) qphy->phy.notify_disconnect = qusb_phy_notify_disconnect; } /* * QUSB PHY is required to be kept into reset to save leakage current * as it is out of reset as part of Chip reset. Hence keep QUSB PHY * into reset explicitly here. When Controller driver is probed, it * brings QUSB PHY out of reset after initializing it. */ clk_reset(qphy->phy_reset, CLK_RESET_ASSERT); ret = usb_add_phy_dev(&qphy->phy); return ret; } Loading