diff mbox series

Reserve OPAL API number for opal_handle_hmi2 function.

Message ID 152052719640.20018.3196875285776949137.stgit@jupiter.in.ibm.com
State Accepted
Headers show
Series Reserve OPAL API number for opal_handle_hmi2 function. | expand

Commit Message

Mahesh J Salgaonkar March 8, 2018, 4:40 p.m. UTC
From: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>

Requested-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
---
 include/opal-api.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Stewart Smith March 15, 2018, 9:12 a.m. UTC | #1
Mahesh J Salgaonkar <mahesh@linux.vnet.ibm.com> writes:
> From: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
>
> Requested-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Signed-off-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com>
> ---
>  include/opal-api.h |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Thanks! Useful to reserve these early.

Merged to master as of 603beb4500f55c23bb9339ca7edb0e4a92885405
diff mbox series

Patch

diff --git a/include/opal-api.h b/include/opal-api.h
index 34a2d084b..df71cf2d7 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -222,7 +222,8 @@ 
 #define OPAL_SENSOR_GROUP_ENABLE		163
 #define OPAL_PCI_GET_PBCQ_TUNNEL_BAR		164
 #define OPAL_PCI_SET_PBCQ_TUNNEL_BAR		165
-#define OPAL_LAST				165
+#define OPAL_HANDLE_HMI2			166
+#define OPAL_LAST				166
 
 #define QUIESCE_HOLD			1 /* Spin all calls at entry */
 #define QUIESCE_REJECT			2 /* Fail all calls with OPAL_BUSY */