Skip to content

module/scmi_system_power_req: Add Notification handling to system power requester

Mohammed Mahmoud requested to merge scmi_sys_power_notifications into main

Add notification subscriber function to requester module to allow agents subscribe to SCMI system power notifications.

Add notification handler function to handle the notification of system power change in agent: the function will send a framework notification which can be used by platform system module.

Graceful/forceful flag is sent in the framework notification params, and the action to be decided by the platform system module.

Add to SCMI module the notification handler binding with the requester modules.

Edited by Mohammed Mahmoud

Merge request reports