Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343615
b: refs/heads/master
c: 9651995
h: refs/heads/master
i:
  343613: 2128449
  343611: 0f0deca
  343607: b993a92
  343599: 3ff569e
  343583: 882a261
  343551: ce28f3c
v: v3
  • Loading branch information
Florian Fainelli authored and Mark Brown committed Oct 17, 2012
1 parent 858a21f commit c105538
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 61d15963176d44ba898913389b65588e717b7c59
refs/heads/master: 965199573a9a50dae82ada92eb2b808b739ce949
4 changes: 4 additions & 0 deletions trunk/drivers/spi/spi-bcm63xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,8 @@ static int bcm63xx_spi_suspend(struct device *dev)
platform_get_drvdata(to_platform_device(dev));
struct bcm63xx_spi *bs = spi_master_get_devdata(master);

spi_master_suspend(master);

clk_disable(bs->clk);

return 0;
Expand All @@ -497,6 +499,8 @@ static int bcm63xx_spi_resume(struct device *dev)

clk_enable(bs->clk);

spi_master_resume(master);

return 0;
}

Expand Down

0 comments on commit c105538

Please sign in to comment.