Searched hist:bd31b249692e256ab92e1a4339e42af0e4971738 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | notify.h | diff bd31b249692e256ab92e1a4339e42af0e4971738 Wed Jul 01 10:53:42 CDT 2020 Cristian Marussi <cristian.marussi@arm.com> firmware: arm_scmi: Add notification dispatch and delivery
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>
|
H A D | notify.c | diff bd31b249692e256ab92e1a4339e42af0e4971738 Wed Jul 01 10:53:42 CDT 2020 Cristian Marussi <cristian.marussi@arm.com> firmware: arm_scmi: Add notification dispatch and delivery
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>
|