Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357592
b: refs/heads/master
c: 98c60a0
h: refs/heads/master
v: v3
  • Loading branch information
Fabio Baltieri authored and Samuel Ortiz committed Feb 13, 2013
1 parent 878337d commit 598e218
Show file tree
Hide file tree
Showing 2 changed files with 13 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: 01560f6bb958b821ceec98590a7147d610a62625
refs/heads/master: 98c60a0d3afc8f68e6e4b85b93df14e238fec3cb
12 changes: 12 additions & 0 deletions trunk/include/linux/mfd/dbx500-prcmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,18 @@ enum prcmu_clock {
PRCMU_DSI2ESCCLK,
};

/**
* enum prcmu_wdog_id - PRCMU watchdog IDs
* @PRCMU_WDOG_ALL: use all timers
* @PRCMU_WDOG_CPU1: use first CPU timer only
* @PRCMU_WDOG_CPU2: use second CPU timer conly
*/
enum prcmu_wdog_id {
PRCMU_WDOG_ALL = 0x00,
PRCMU_WDOG_CPU1 = 0x01,
PRCMU_WDOG_CPU2 = 0x02,
};

/**
* enum ape_opp - APE OPP states definition
* @APE_OPP_INIT:
Expand Down

0 comments on commit 598e218

Please sign in to comment.