* [PATCH] firmware: arm_scmi: Update Base protocol version
@ 2024-08-09 12:00 Cristian Marussi
2024-08-09 17:04 ` Cristian Marussi
0 siblings, 1 reply; 2+ messages in thread
From: Cristian Marussi @ 2024-08-09 12:00 UTC (permalink / raw)
To: linux-kernel, linux-arm-kernel, arm-scmi; +Cc: sudeep.holla, Cristian Marussi
Base protocol version had been increased with SCMI v3.2. Update accordingly
the supported version define in the kernel stack, since all the mandatory
Base commands are indeed already supported.
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
---
drivers/firmware/arm_scmi/base.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/firmware/arm_scmi/base.c b/drivers/firmware/arm_scmi/base.c
index 97254de35ab0..9939b1d84b7a 100644
--- a/drivers/firmware/arm_scmi/base.c
+++ b/drivers/firmware/arm_scmi/base.c
@@ -14,7 +14,7 @@
#include "notify.h"
/* Updated only after ALL the mandatory features for that version are merged */
-#define SCMI_PROTOCOL_SUPPORTED_VERSION 0x20000
+#define SCMI_PROTOCOL_SUPPORTED_VERSION 0x20001
#define SCMI_BASE_NUM_SOURCES 1
#define SCMI_BASE_MAX_CMD_ERR_COUNT 1024
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] firmware: arm_scmi: Update Base protocol version
2024-08-09 12:00 [PATCH] firmware: arm_scmi: Update Base protocol version Cristian Marussi
@ 2024-08-09 17:04 ` Cristian Marussi
0 siblings, 0 replies; 2+ messages in thread
From: Cristian Marussi @ 2024-08-09 17:04 UTC (permalink / raw)
To: linux-kernel, linux-arm-kernel, arm-scmi; +Cc: sudeep.holla, Cristian Marussi
On Fri, Aug 09, 2024 at 01:00:14PM +0100, Cristian Marussi wrote:
> Base protocol version had been increased with SCMI v3.2. Update accordingly
> the supported version define in the kernel stack, since all the mandatory
> Base commands are indeed already supported.
>
Hi Sudeep,
please disregard this, I spotted a few more protocols lacking a similar
update...I'll post a single patch with all the upgrades.
Thanks,
Cristian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-09 17:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-09 12:00 [PATCH] firmware: arm_scmi: Update Base protocol version Cristian Marussi
2024-08-09 17:04 ` Cristian Marussi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).