Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316983
b: refs/heads/master
c: e864abe
h: refs/heads/master
i:
  316981: 6d5d153
  316979: a36a287
  316975: 990b894
v: v3
  • Loading branch information
Jingoo Han authored and Greg Kroah-Hartman committed Jul 6, 2012
1 parent c2e0a09 commit b8168c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff9cce82772a78983b529e044d85884d3ec95fda
refs/heads/master: e864abed546f9f4b76a3580fb3c53cd389e0c015
5 changes: 5 additions & 0 deletions trunk/drivers/usb/host/ohci-exynos.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,9 @@ static int exynos_ohci_suspend(struct device *dev)

if (pdata && pdata->phy_exit)
pdata->phy_exit(pdev, S5P_USB_PHY_HOST);

clk_disable(exynos_ohci->clk);

fail:
spin_unlock_irqrestore(&ohci->lock, flags);

Expand All @@ -238,6 +241,8 @@ static int exynos_ohci_resume(struct device *dev)
struct platform_device *pdev = to_platform_device(dev);
struct exynos4_ohci_platdata *pdata = pdev->dev.platform_data;

clk_enable(exynos_ohci->clk);

if (pdata && pdata->phy_init)
pdata->phy_init(pdev, S5P_USB_PHY_HOST);

Expand Down

0 comments on commit b8168c9

Please sign in to comment.