commit | d7d1e1f5ce1a9f1e05f01ea17540a5369a1c0fa2 | [log] [tgz] |
---|---|---|
author | Pranav Madhu <pranav.madhu@arm.com> | Thu Jan 18 18:55:18 2024 +0530 |
committer | Pranav Madhu <pranav.madhu@arm.com> | Fri Feb 02 17:14:27 2024 +0530 |
tree | bfa5a81152a397f927413f5f61d85d720c241e60 | |
parent | e7fa8fbcda5c0137c76c5af344a23be818c9cf19 [diff] |
fix(scmi): induce a delay in monitoring SCMI channel status Reading the SCMI mailbox status in polling mode causes a burst of bus accesses. On certain platforms, this would not be ideal as the shared bus on the CPU subsystem might cause contentions across all the CPUs. So allow platforms to specify a delay to be introduced while polling. Change-Id: Ib90ad7b5954854071cfd543f4a27a178dde3d5c6 Signed-off-by: Pranav Madhu <pranav.madhu@arm.com>