summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/scmi-hwmon.c
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2019-07-08 10:40:54 +0200
committerSudeep Holla <sudeep.holla@arm.com>2019-08-12 13:23:00 +0200
commit58ecdf03dbb9ce8f130bc1ac63fcd8f4d72f9c06 (patch)
treec4bd0c268e3f726830e116a889d0097aa5235339 /drivers/hwmon/scmi-hwmon.c
parentfirmware: arm_scmi: Add mechanism to unpack message headers (diff)
downloadlinux-58ecdf03dbb9ce8f130bc1ac63fcd8f4d72f9c06.tar.xz
linux-58ecdf03dbb9ce8f130bc1ac63fcd8f4d72f9c06.zip
firmware: arm_scmi: Add support for asynchronous commands and delayed response
Messages that are sent to platform, also known as commands and can be: 1. Synchronous commands that block the channel until the requested work has been completed. The platform responds to these commands over the same channel and hence can't be used to send another command until the previous command has completed. 2. Asynchronous commands on the other hand, the platform schedules the requested work to complete later in time and returns almost immediately freeing the channel for new commands. The response indicates the success or failure in the ability to schedule the requested work. When the work has completed, the platform sends an additional delayed response message. Using the same transmit buffer used for sending the asynchronous command even for the delayed response corresponding to it simplifies handling of the delayed response. It's the caller of asynchronous command that is responsible for allocating the completion flag that scmi driver can complete to indicate the arrival of delayed response. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'drivers/hwmon/scmi-hwmon.c')
0 files changed, 0 insertions, 0 deletions