Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 373582
b: refs/heads/master
c: c26e9bb
h: refs/heads/master
v: v3
  • Loading branch information
Jingoo Han authored and Thierry Reding committed Mar 11, 2013
1 parent 53bcb8a commit a299cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b78f5fc92a836259b69d49129c6c1cad9b03c322
refs/heads/master: c26e9bb4ac72312386dc8ffa4dc8c1b560d9b29b
2 changes: 2 additions & 0 deletions trunk/drivers/pwm/pwm-tipwmss.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ static int pwmss_remove(struct platform_device *pdev)
return 0;
}

#ifdef CONFIG_PM_SLEEP
static int pwmss_suspend(struct device *dev)
{
struct pwmss_info *info = dev_get_drvdata(dev);
Expand All @@ -118,6 +119,7 @@ static int pwmss_resume(struct device *dev)
writew(info->pwmss_clkconfig, info->mmio_base + PWMSS_CLKCONFIG);
return 0;
}
#endif

static SIMPLE_DEV_PM_OPS(pwmss_pm_ops, pwmss_suspend, pwmss_resume);

Expand Down

0 comments on commit a299cc9

Please sign in to comment.