OSDN Git Service

firmware: arm_scmi: Use the term 'message' instead of 'command'
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 8 Jul 2019 08:40:40 +0000 (09:40 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 12 Aug 2019 11:22:58 +0000 (12:22 +0100)
commit5b65af8f60f580188c0be55b25cd45908024b985
treec3f46494f4ac78b65093fe79c7ba6bd390409693
parentc29a628976b39ecf2f9ced376ceeef8e9f6ccde0
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>
drivers/firmware/arm_scmi/common.h
drivers/firmware/arm_scmi/driver.c