mei: expose hardware power gating state to mei layer
[firefly-linux-kernel-4.4.55.git] / drivers / misc / mei / hw-txe.h
index 0812d98633a44974b854b25d697bf496badf974b..799f9f25f42427dc12699214dd128e9ef0e16642 100644 (file)
 /**
  * struct mei_txe_hw - txe hardware specifics
  *
- * @mem_addr:        SeC and BRIDGE bars
- * @aliveness:       aliveness (power gating) state of the hardware
- * @readiness:       readiness state of the hardware
- * @wait_aliveness:  aliveness wait queue
- * @recvd_aliveness: aliveness interrupt was recived
- * @intr_cause:      translated interrupt cause
+ * @mem_addr:            SeC and BRIDGE bars
+ * @aliveness:           aliveness (power gating) state of the hardware
+ * @readiness:           readiness state of the hardware
+ * @wait_aliveness_resp: aliveness wait queue
+ * @intr_cause:          translated interrupt cause
  */
 struct mei_txe_hw {
        void __iomem *mem_addr[NUM_OF_MEM_BARS];
@@ -48,8 +47,7 @@ struct mei_txe_hw {
        u32 readiness;
        u32 slots;
 
-       wait_queue_head_t wait_aliveness;
-       bool recvd_aliveness;
+       wait_queue_head_t wait_aliveness_resp;
 
        unsigned long intr_cause;
 };