Re: [PATCH 1/5] firmware: arm_scmi: always initialize protocols

2020-10-13 Thread Sudeep Holla
On Thu, 8 Oct 2020 16:37:18 +0200, Etienne Carriere wrote: > Remove the IDR replacement that prevent initializing an SCMI protocol > when it has already been initialized. This is needed when there are > several SCMI agents that do implement a given SCMI protocol unless > what only the related SCMI

Re: [PATCH 1/5] firmware: arm_scmi: always initialize protocols

2020-10-12 Thread Sudeep Holla
On Fri, Oct 09, 2020 at 02:31:55PM +0200, Etienne Carriere wrote: > On Thu, 8 Oct 2020 at 21:17, Sudeep Holla wrote: > > > > On Thu, Oct 08, 2020 at 04:37:18PM +0200, Etienne Carriere wrote: > > > Remove the IDR replacement that prevent initializing an SCMI protocol > > > when it has already been

Re: [PATCH 1/5] firmware: arm_scmi: always initialize protocols

2020-10-09 Thread Cristian Marussi
Hi Etienne, On Fri, Oct 09, 2020 at 02:31:55PM +0200, Etienne Carriere wrote: > On Thu, 8 Oct 2020 at 21:17, Sudeep Holla wrote: > > > > On Thu, Oct 08, 2020 at 04:37:18PM +0200, Etienne Carriere wrote: > > > Remove the IDR replacement that prevent initializing an SCMI protocol > > > when it has

Re: [PATCH 1/5] firmware: arm_scmi: always initialize protocols

2020-10-09 Thread Etienne Carriere
On Thu, 8 Oct 2020 at 21:17, Sudeep Holla wrote: > > On Thu, Oct 08, 2020 at 04:37:18PM +0200, Etienne Carriere wrote: > > Remove the IDR replacement that prevent initializing an SCMI protocol > > when it has already been initialized. This is needed when there are > > several SCMI agents that do i

Re: [PATCH 1/5] firmware: arm_scmi: always initialize protocols

2020-10-08 Thread Sudeep Holla
On Thu, Oct 08, 2020 at 04:37:18PM +0200, Etienne Carriere wrote: > Remove the IDR replacement that prevent initializing an SCMI protocol > when it has already been initialized. This is needed when there are > several SCMI agents that do implement a given SCMI protocol unless > what only the relate

[PATCH 1/5] firmware: arm_scmi: always initialize protocols

2020-10-08 Thread Etienne Carriere
Remove the IDR replacement that prevent initializing an SCMI protocol when it has already been initialized. This is needed when there are several SCMI agents that do implement a given SCMI protocol unless what only the related SCMI protocol communication is initialized only for first probed agent.