diff options
author | Alexander Usyskin <alexander.usyskin@intel.com> | 2014-03-18 16:52:03 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-03 19:20:24 -0400 |
commit | cfe5ab85634b5fdab2c90249517910ea3df63f6a (patch) | |
tree | f36e16edde25360a1a1a480d1792a8af7dcac878 /drivers/misc/mei/hw-txe.h | |
parent | 180ea05bcedbd67bb22a426bb8d831075727e34a (diff) |
mei: txe: add runtime pm framework
Add runtime pm framework for TXE devices.
The runtime pm handlers are used to run
txe power gating isolation protocol.
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/hw-txe.h')
-rw-r--r-- | drivers/misc/mei/hw-txe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/misc/mei/hw-txe.h b/drivers/misc/mei/hw-txe.h index 799f9f25f424..e8dd2d165c25 100644 --- a/drivers/misc/mei/hw-txe.h +++ b/drivers/misc/mei/hw-txe.h | |||
@@ -22,6 +22,8 @@ | |||
22 | #include "hw.h" | 22 | #include "hw.h" |
23 | #include "hw-txe-regs.h" | 23 | #include "hw-txe-regs.h" |
24 | 24 | ||
25 | #define MEI_TXI_RPM_TIMEOUT 500 /* ms */ | ||
26 | |||
25 | /* Flatten Hierarchy interrupt cause */ | 27 | /* Flatten Hierarchy interrupt cause */ |
26 | #define TXE_INTR_READINESS_BIT 0 /* HISR_INT_0_STS */ | 28 | #define TXE_INTR_READINESS_BIT 0 /* HISR_INT_0_STS */ |
27 | #define TXE_INTR_READINESS HISR_INT_0_STS | 29 | #define TXE_INTR_READINESS HISR_INT_0_STS |