From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938854AbdAEVSS (ORCPT ); Thu, 5 Jan 2017 16:18:18 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:46051 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936641AbdAEVSE (ORCPT ); Thu, 5 Jan 2017 16:18:04 -0500 Subject: Re: [PATCH v2] soc: ti: Drop wait from wkup_m3_rproc_boot_thread To: Suman Anna , Sarangdhar Joshi , Ohad Ben-Cohen , Bjorn Andersson , Santosh Shilimkar , Tony Lindgren References: <1483486889-3662-1-git-send-email-spjoshi@codeaurora.org> <482666d0-7915-ead2-c514-2651a4967a43@ti.com> Cc: 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 From: Santosh Shilimkar Organization: Oracle Corporation Message-ID: Date: Thu, 5 Jan 2017 13:17:51 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <482666d0-7915-ead2-c514-2651a4967a43@ti.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Regards, Snatosh