Re: [PATCH v2 1/4] remoteproc: Introduce auto-boot flag

2016-09-20 Thread Suman Anna
Hi Bjorn, On 08/11/2016 04:52 PM, Bjorn Andersson wrote: > Introduce an "auto-boot" flag on rprocs to make it possible to flag > remote processors without vdevs to automatically boot once the firmware > is found. > > Preserve previous behavior of the wkup_m3 processor

Re: [PATCH v2 1/4] remoteproc: Introduce auto-boot flag

2016-09-19 Thread Bjorn Andersson
On Fri 16 Sep 16:58 PDT 2016, Suman Anna wrote: > Hi Bjorn, > > On 09/08/2016 05:27 PM, Bjorn Andersson wrote: > > On Wed 31 Aug 11:27 PDT 2016, Suman Anna wrote: > > > >> Hi Bjorn, > >> > >> On 08/11/2016 04:52 PM, Bjorn Andersson wrote: > >>> Introduce an "auto-boot" flag on rprocs to make it

Re: [PATCH v2 1/4] remoteproc: Introduce auto-boot flag

2016-09-16 Thread Suman Anna
Hi Bjorn, On 09/08/2016 05:27 PM, Bjorn Andersson wrote: > On Wed 31 Aug 11:27 PDT 2016, Suman Anna wrote: > >> Hi Bjorn, >> >> On 08/11/2016 04:52 PM, Bjorn Andersson wrote: >>> Introduce an "auto-boot" flag on rprocs to make it possible to flag >>> remote processors without vdevs to automatical

Re: [PATCH v2 1/4] remoteproc: Introduce auto-boot flag

2016-09-08 Thread Bjorn Andersson
On Wed 31 Aug 11:27 PDT 2016, Suman Anna wrote: > Hi Bjorn, > > On 08/11/2016 04:52 PM, Bjorn Andersson wrote: > > Introduce an "auto-boot" flag on rprocs to make it possible to flag > > remote processors without vdevs to automatically boot once the firmware > > is found. > > > > Preserve previo

Re: [PATCH v2 1/4] remoteproc: Introduce auto-boot flag

2016-08-31 Thread Suman Anna
Hi Bjorn, On 08/11/2016 04:52 PM, Bjorn Andersson wrote: > Introduce an "auto-boot" flag on rprocs to make it possible to flag > remote processors without vdevs to automatically boot once the firmware > is found. > > Preserve previous behavior of the wkup_m3 processor being explicitly > booted by

[PATCH v2 1/4] remoteproc: Introduce auto-boot flag

2016-08-11 Thread Bjorn Andersson
Introduce an "auto-boot" flag on rprocs to make it possible to flag remote processors without vdevs to automatically boot once the firmware is found. Preserve previous behavior of the wkup_m3 processor being explicitly booted by a consumer. Cc: Lee Jones Cc: Loic Pallardy Cc: Suman Anna Signed