Loading drivers/usb/dwc3/dwc3-msm.c +2 −0 Original line number Diff line number Diff line Loading @@ -2966,6 +2966,7 @@ static int dwc3_msm_probe(struct platform_device *pdev) */ dwc3_msm_config_gdsc(mdwc, 1); clk_prepare_enable(mdwc->iface_clk); clk_prepare_enable(mdwc->core_clk); clk_prepare_enable(mdwc->cfg_ahb_clk); /* Configure AHB2PHY for one wait state read/write*/ val = readl_relaxed(mdwc->ahb2phy_base + Loading @@ -2978,6 +2979,7 @@ static int dwc3_msm_probe(struct platform_device *pdev) mb(); } clk_disable_unprepare(mdwc->cfg_ahb_clk); clk_disable_unprepare(mdwc->core_clk); clk_disable_unprepare(mdwc->iface_clk); dwc3_msm_config_gdsc(mdwc, 0); } Loading Loading
drivers/usb/dwc3/dwc3-msm.c +2 −0 Original line number Diff line number Diff line Loading @@ -2966,6 +2966,7 @@ static int dwc3_msm_probe(struct platform_device *pdev) */ dwc3_msm_config_gdsc(mdwc, 1); clk_prepare_enable(mdwc->iface_clk); clk_prepare_enable(mdwc->core_clk); clk_prepare_enable(mdwc->cfg_ahb_clk); /* Configure AHB2PHY for one wait state read/write*/ val = readl_relaxed(mdwc->ahb2phy_base + Loading @@ -2978,6 +2979,7 @@ static int dwc3_msm_probe(struct platform_device *pdev) mb(); } clk_disable_unprepare(mdwc->cfg_ahb_clk); clk_disable_unprepare(mdwc->core_clk); clk_disable_unprepare(mdwc->iface_clk); dwc3_msm_config_gdsc(mdwc, 0); } Loading