Skip to content

Commit

Permalink
firmware: arm_scmi: Add notification dispatch and delivery
Browse files Browse the repository at this point in the history
Add the core SCMI notifications dispatch and delivery support logic
which is able to dispatch well-known received events from the Rx
interrupt handler to the dedicated deferred worker. From there, it will
deliver the events to the registered users' callbacks.

Dispatch and delivery support is just added here, still not enabled.

Link: https://lore.kernel.org/r/20200701155348.52864-4-cristian.marussi@arm.com
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
  • Loading branch information
freefall75 authored and sudeep-holla committed Jul 1, 2020
1 parent e7c215f commit bd31b24
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 4 deletions.

0 comments on commit bd31b24

Please sign in to comment.