diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2014-03-19 00:51:55 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-04 03:20:23 +0400 |
commit | 4fcbc99b7565f915bea58e14b5e6f089bf9abf16 (patch) | |
tree | d65a1bc5fe48a022f43a9f22b7eb71af5201c315 /drivers/misc/mei/mei_dev.h | |
parent | d1db0eea852497762cab43b905b879dfcd3b8987 (diff) | |
download | linux-4fcbc99b7565f915bea58e14b5e6f089bf9abf16.tar.xz |
mei: implement power gating isolation hbm layer
Add send message functions and receive dispatch stubs
for power gating isolation hbm protocol.
The protocol consist of requests for entering and exiting
the power gating isolation state and their responses.
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h index 94a516716d22..4d4c041a7e4f 100644 --- a/drivers/misc/mei/mei_dev.h +++ b/drivers/misc/mei/mei_dev.h @@ -371,6 +371,7 @@ struct mei_device { * waiting queue for receive message from FW */ wait_queue_head_t wait_hw_ready; + wait_queue_head_t wait_pg; wait_queue_head_t wait_recvd_msg; wait_queue_head_t wait_stop_wd; |