commit | 5b65af8f60f580188c0be55b25cd45908024b985 | [log] [tgz] |
---|---|---|
author | Sudeep Holla <sudeep.holla@arm.com> | Mon Jul 08 09:40:40 2019 +0100 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Mon Aug 12 12:22:58 2019 +0100 |
tree | c3f46494f4ac78b65093fe79c7ba6bd390409693 | |
parent | c29a628976b39ecf2f9ced376ceeef8e9f6ccde0 [diff] |
firmware: arm_scmi: Use the term 'message' instead of 'command' In preparation to adding support for other two types of messages that SCMI specification mentions, let's replace the term 'command' with the correct term 'message'. As per the specification the messages are of 3 types: commands(synchronous or asynchronous), delayed responses and notifications. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>