From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v2] soc: ti: Drop wait from wkup_m3_rproc_boot_thread Date: Thu, 5 Jan 2017 14:03:06 -0800 Message-ID: <20170105220305.GT4310@atomide.com> References: <1483486889-3662-1-git-send-email-spjoshi@codeaurora.org> <482666d0-7915-ead2-c514-2651a4967a43@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Santosh Shilimkar Cc: Ohad Ben-Cohen , Trilok Soni , linux-arm-msm@vger.kernel.org, Dave Gerlach , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, Bjorn Andersson , Santosh Shilimkar , Stephen Boyd , linux-arm-kernel@lists.infradead.org List-Id: linux-arm-msm@vger.kernel.org * Santosh Shilimkar [170105 13:18]: > > > On 1/5/2017 1:08 PM, Suman Anna wrote: > > On 01/03/2017 05:41 PM, Sarangdhar Joshi wrote: > > > The function wkup_m3_rproc_boot_thread waits for > > > asynchronous firmware loading to parse the resource table > > > before calling rproc_boot(). However, as the resource table > > > parsing has been moved to rproc_boot(), there's no need to > > > wait for the asynchronous firmware loading completion. > > > So, drop this. > > > > > > CC: Dave Gerlach > > > CC: Suman Anna > > > CC: Bjorn Andersson > > > Signed-off-by: Sarangdhar Joshi > > > > + Tony and Santosh, not sure who is picking up the wkup_m3 related patches. > > > I think Tony has queued patches for wakeup_m3 before. Sure I can queue it. Thanks, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 5 Jan 2017 14:03:06 -0800 From: Tony Lindgren Subject: Re: [PATCH v2] soc: ti: Drop wait from wkup_m3_rproc_boot_thread Message-ID: <20170105220305.GT4310@atomide.com> References: <1483486889-3662-1-git-send-email-spjoshi@codeaurora.org> <482666d0-7915-ead2-c514-2651a4967a43@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: To: Santosh Shilimkar Cc: Suman Anna , Sarangdhar Joshi , Ohad Ben-Cohen , Bjorn Andersson , Santosh Shilimkar , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Stephen Boyd , Trilok Soni , Dave Gerlach List-ID: * Santosh Shilimkar [170105 13:18]: > > > On 1/5/2017 1:08 PM, Suman Anna wrote: > > On 01/03/2017 05:41 PM, Sarangdhar Joshi wrote: > > > The function wkup_m3_rproc_boot_thread waits for > > > asynchronous firmware loading to parse the resource table > > > before calling rproc_boot(). However, as the resource table > > > parsing has been moved to rproc_boot(), there's no need to > > > wait for the asynchronous firmware loading completion. > > > So, drop this. > > > > > > CC: Dave Gerlach > > > CC: Suman Anna > > > CC: Bjorn Andersson > > > Signed-off-by: Sarangdhar Joshi > > > > + Tony and Santosh, not sure who is picking up the wkup_m3 related patches. > > > I think Tony has queued patches for wakeup_m3 before. Sure I can queue it. Thanks, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 5 Jan 2017 14:03:06 -0800 Subject: [PATCH v2] soc: ti: Drop wait from wkup_m3_rproc_boot_thread In-Reply-To: References: <1483486889-3662-1-git-send-email-spjoshi@codeaurora.org> <482666d0-7915-ead2-c514-2651a4967a43@ti.com> Message-ID: <20170105220305.GT4310@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Santosh Shilimkar [170105 13:18]: > > > On 1/5/2017 1:08 PM, Suman Anna wrote: > > On 01/03/2017 05:41 PM, Sarangdhar Joshi wrote: > > > The function wkup_m3_rproc_boot_thread waits for > > > asynchronous firmware loading to parse the resource table > > > before calling rproc_boot(). However, as the resource table > > > parsing has been moved to rproc_boot(), there's no need to > > > wait for the asynchronous firmware loading completion. > > > So, drop this. > > > > > > CC: Dave Gerlach > > > CC: Suman Anna > > > CC: Bjorn Andersson > > > Signed-off-by: Sarangdhar Joshi > > > > + Tony and Santosh, not sure who is picking up the wkup_m3 related patches. > > > I think Tony has queued patches for wakeup_m3 before. Sure I can queue it. Thanks, Tony