[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250901163304.2504493-1-artyom.shimko@gmail.com>
Date: Mon, 1 Sep 2025 19:32:59 +0300
From: Artem Shimko <artyom.shimko@...il.com>
To: Sudeep Holla <sudeep.holla@....com>,
Cristian Marussi <cristian.marussi@....com>
Cc: Artem Shimko <artyom.shimko@...il.com>,
arm-scmi@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/2] Subject: [PATCH v2 0/2] firmware: arm_scmi: Minor cleanups and documentation fixes
Hello maintainers,
This small patch series addresses some minor issues found in the SCMI driver:
Patch 1 fixes alignment and indentation inconsistencies in multiple files:
Adjusts function parameter alignment in protocol_id_show()
Fixes debugfs call alignment in raw_mode.c for both message and message_async entries
Patch 2 adds missing documentation for the xfer_lock spinlock that protects
access to xfer buffers and transfer allocation mechanism, making the code
more maintainable and easier to understand.
These are straightforward cleanups that don't change any functionality but
improve code quality and documentation.
Best regards,
Artem Shimko
Changes in v2:
Added missing alignment fix for message_async debugfs call that was
overlooked in the initial version.
Artem Shimko (2):
firmware: arm_scmi: fix alignment in protocol_id_show and debugfs
calls
firmware: arm_scmi: add missing spinlock documentation
drivers/firmware/arm_scmi/bus.c | 2 +-
drivers/firmware/arm_scmi/driver.c | 1 +
drivers/firmware/arm_scmi/raw_mode.c | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)
--
2.43.0
Powered by blists - more mailing lists