diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2014-03-18 22:51:55 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-03 19:20:23 -0400 |
commit | 4fcbc99b7565f915bea58e14b5e6f089bf9abf16 (patch) | |
tree | d65a1bc5fe48a022f43a9f22b7eb71af5201c315 /drivers/misc/mei/hbm.h | |
parent | d1db0eea852497762cab43b905b879dfcd3b8987 (diff) | |
download | linux-4fcbc99b7565f915bea58e14b5e6f089bf9abf16.tar.gz linux-4fcbc99b7565f915bea58e14b5e6f089bf9abf16.tar.bz2 linux-4fcbc99b7565f915bea58e14b5e6f089bf9abf16.zip |
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/hbm.h')
-rw-r--r-- | drivers/misc/mei/hbm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/hbm.h b/drivers/misc/mei/hbm.h index 20e8782711c0..8e39cee408d0 100644 --- a/drivers/misc/mei/hbm.h +++ b/drivers/misc/mei/hbm.h @@ -57,6 +57,7 @@ int mei_hbm_cl_disconnect_req(struct mei_device *dev, struct mei_cl *cl); int mei_hbm_cl_disconnect_rsp(struct mei_device *dev, struct mei_cl *cl); int mei_hbm_cl_connect_req(struct mei_device *dev, struct mei_cl *cl); bool mei_hbm_version_is_supported(struct mei_device *dev); +int mei_hbm_pg(struct mei_device *dev, u8 pg_cmd); #endif /* _MEI_HBM_H_ */ |