summaryrefslogtreecommitdiff
path: root/drivers/misc/mei/mei_dev.h
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2014-08-21 11:29:21 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-24 05:57:48 (GMT)
commitbae1cc7d41fd3048f55c21a6e59c35a3f0abaafe (patch)
tree368091f74129915864cc221147dafd8439ec0dec /drivers/misc/mei/mei_dev.h
parent2af89db1d61a872e5f2f1fb18d44cf5d8f5f6a2a (diff)
downloadlinux-bae1cc7d41fd3048f55c21a6e59c35a3f0abaafe.tar.xz
mei: extract supported features from the hbm version
extract supported hbm features and commands from the hbm version Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/mei_dev.h')
-rw-r--r--drivers/misc/mei/mei_dev.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h
index 79124ae..719edee 100644
--- a/drivers/misc/mei/mei_dev.h
+++ b/drivers/misc/mei/mei_dev.h
@@ -402,6 +402,9 @@ struct mei_cfg {
*
* @reset_count - limits the number of consecutive resets
* @hbm_state - state of host bus message protocol
+ *
+ * @hbm_f_pg_supported - hbm feature pgi protocol
+ *
* @pg_event - power gating event
* @mem_addr - mem mapped base register address
@@ -476,6 +479,7 @@ struct mei_device {
} wr_msg;
struct hbm_version version;
+ unsigned int hbm_f_pg_supported:1;
struct list_head me_clients;
DECLARE_BITMAP(me_clients_map, MEI_CLIENTS_MAX);