From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 6 Jan 2017 08:38:39 -0800 From: Tony Lindgren Subject: Re: [PATCH v3] soc: ti: wkup_m3_ipc: Drop wait from wkup_m3_rproc_boot_thread Message-ID: <20170106163839.GF2630@atomide.com> References: <1483653615-24378-1-git-send-email-spjoshi@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483653615-24378-1-git-send-email-spjoshi@codeaurora.org> To: Sarangdhar Joshi Cc: Ohad Ben-Cohen , Bjorn Andersson , Santosh Shilimkar , Trilok Soni , linux-arm-msm@vger.kernel.org, Dave Gerlach , Stephen Boyd , linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-ID: * Sarangdhar Joshi [170105 14:01]: > 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. Applying into omap-for-v4.11/drivers thanks. Tony