[PATCH] remoteproc: qcom: wcnss: Fix race with iris probe

2021-03-17 Thread Aníbal Limón
From: Bjorn Andersson The remoteproc driver is split between the responsibilities of getting the SoC-internal ARM core up and running and the external RF (aka "Iris") part configured. In order to satisfy the regulator framework's need of a struct device * to look up supplies this was implemented

Re: [PATCH] remoteproc: qcom: wcnss: Fix race with iris probe

2021-03-15 Thread Mathieu Poirier
On Thu, Mar 11, 2021 at 04:22:51PM -0800, Bjorn Andersson wrote: > The remoteproc driver is split between the responsibilities of getting > the SoC-internal ARM core up and running and the external RF (aka > "Iris") part configured. > > In order to satisfy the regulator framework's need of a struc

[PATCH] remoteproc: qcom: wcnss: Fix race with iris probe

2021-03-11 Thread Bjorn Andersson
The remoteproc driver is split between the responsibilities of getting the SoC-internal ARM core up and running and the external RF (aka "Iris") part configured. In order to satisfy the regulator framework's need of a struct device * to look up supplies this was implemented as two different driver