aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/hw-txe.h
diff options
context:
space:
mode:
authorAlexander Usyskin <alexander.usyskin@intel.com>2014-03-18 22:52:03 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-03 19:20:24 -0400
commitcfe5ab85634b5fdab2c90249517910ea3df63f6a (patch)
treef36e16edde25360a1a1a480d1792a8af7dcac878 /drivers/misc/mei/hw-txe.h
parentmei: me: add runtime pm framework (diff)
downloadlinux-dev-cfe5ab85634b5fdab2c90249517910ea3df63f6a.tar.xz
linux-dev-cfe5ab85634b5fdab2c90249517910ea3df63f6a.zip
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.h2
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 @@
#include "hw.h"
#include "hw-txe-regs.h"
+#define MEI_TXI_RPM_TIMEOUT 500 /* ms */
+
/* Flatten Hierarchy interrupt cause */
#define TXE_INTR_READINESS_BIT 0 /* HISR_INT_0_STS */
#define TXE_INTR_READINESS HISR_INT_0_STS