Messages in this thread |  | | From | Sudeep Holla <> | Subject | [PATCH v2 0/6] firmware: arm_scmi: miscellaneous fixes/updates | Date | Fri, 26 Jul 2019 14:45:25 +0100 |
| |
Hi,
Here are few miscellaneous fixes and updates to SCMI. Fixes are mostly for the reported issues and updates are based on code inspection during development of new features(delayed response and notifications). The new features will follow this.
-- Regards, Sudeep
v1->v2: - Fixed spurious ] in doxygen comment - Dropped the first patch as it's already merged - Added a new patch to use correct style for SPDX License in .h
Sudeep Holla (6): firmware: arm_scmi: Use the correct style for SPDX License Identifier firmware: arm_scmi: Align few names in sensors protocol with SCMI specification firmware: arm_scmi: Remove extra check for invalid length message responses firmware: arm_scmi: Fix few trivial typos in comments firmware: arm_scmi: Use the term 'message' instead of 'command' firmware: arm_scmi: Check if platform has released shmem before using
drivers/firmware/arm_scmi/common.h | 10 +++++----- drivers/firmware/arm_scmi/driver.c | 24 +++++++++++++----------- drivers/firmware/arm_scmi/sensors.c | 28 +++++++++++++++------------- include/linux/scmi_protocol.h | 14 +++++++------- 4 files changed, 40 insertions(+), 36 deletions(-)
-- 2.17.1
|  |