Re: [PATCH v8 2/9] firmware: arm_scmi: Add notification callbacks-registration

2020-06-17 Thread Cristian Marussi
On Mon, Jun 08, 2020 at 06:03:17PM +0100, Sudeep Holla wrote: > On Wed, May 20, 2020 at 09:11:11AM +0100, Cristian Marussi wrote: > > Add core SCMI Notifications callbacks-registration support: allow users > > to register their own callbacks against the desired events. > > Whenever a registration

Re: [PATCH v8 2/9] firmware: arm_scmi: Add notification callbacks-registration

2020-06-08 Thread Sudeep Holla
On Wed, May 20, 2020 at 09:11:11AM +0100, Cristian Marussi wrote: > Add core SCMI Notifications callbacks-registration support: allow users > to register their own callbacks against the desired events. > Whenever a registration request is issued against a still non existent > event, mark such

[PATCH v8 2/9] firmware: arm_scmi: Add notification callbacks-registration

2020-05-20 Thread Cristian Marussi
Add core SCMI Notifications callbacks-registration support: allow users to register their own callbacks against the desired events. Whenever a registration request is issued against a still non existent event, mark such request as pending for later processing, in order to account for possible late