]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3148f0942cd27ae605f590db7f59cbd8a5bd5c39
treec3f46494f4ac78b65093fe79c7ba6bd390409693
parentedbf5d207bd8e272b8371b84c0b163d3076a264d
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