Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114736
b: refs/heads/master
c: f7ad160
h: refs/heads/master
v: v3
  • Loading branch information
Alex Raimondi authored and Linus Torvalds committed Oct 16, 2008
1 parent 1a4b9c2 commit e1fe36d
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: 20036fdcaf05fac0a84ed81a56906493a7d822e2
refs/heads/master: f7ad160b49c49dc9cd383b9184c6fa4a9b4f7ebb
4 changes: 4 additions & 0 deletions trunk/include/linux/clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ struct clk;
* clk_get may return different clock producers depending on @dev.)
*
* Drivers must assume that the clock source is not enabled.
*
* clk_get should not be called from within interrupt context.
*/
struct clk *clk_get(struct device *dev, const char *id);

Expand Down Expand Up @@ -76,6 +78,8 @@ unsigned long clk_get_rate(struct clk *clk);
* Note: drivers must ensure that all clk_enable calls made on this
* clock source are balanced by clk_disable calls prior to calling
* this function.
*
* clk_put should not be called from within interrupt context.
*/
void clk_put(struct clk *clk);

Expand Down

0 comments on commit e1fe36d

Please sign in to comment.