Re: [PATCH v2 07/11] firmware: arm_scmi: Skip protocol initialisation for additional devices

From: Sudeep Holla
Date: Tue Dec 24 2019 - 09:34:24 EST


On Wed, Dec 18, 2019 at 11:19 AM Sudeep Holla <sudeep.holla@xxxxxxx> wrote:
>
> The scmi bus now supports adding multiple devices per protocol,
> and since scmi_protocol_init is called for each scmi device created,
> we must avoid allocating protocol private data and initialising the
> protocol itself if it is already initialised.
>
> In order to achieve the same, we can simple replace the idr pointer
> from protocol initialisation function to a dummy function.
>
> Suggested-by: Cristian Marussi <cristian.marussi@xxxxxxx>


Hi Cristian,

Are you fine with this approach ? If yes, I plan to apply this series.

--
Regards,
Sudeep