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

From: Cristian Marussi
Date: Tue Dec 24 2019 - 09:35:50 EST


Hi

On 24/12/2019 14:33, Sudeep Holla wrote:
> 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.
>

Yes sure...forgot this was pending.

Reviewed-by: Cristian Marussi <cristian.marussi@xxxxxxx>

Cristian
> --
> Regards,
> Sudeep
>