From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758692AbcEFSoN (ORCPT ); Fri, 6 May 2016 14:44:13 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:32808 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758091AbcEFSoK (ORCPT ); Fri, 6 May 2016 14:44:10 -0400 Date: Fri, 6 May 2016 11:44:06 -0700 From: Bjorn Andersson To: Lee Jones Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, maxime.coquelin@st.com, ohad@wizery.com, linux-remoteproc@vger.kernel.org, Fabrice Gasnier Subject: Re: [PATCH 1/5] remoteproc: core: Task sync during rproc_fw_boot() Message-ID: <20160506184406.GD1256@tuxbot> References: <1462454983-13168-1-git-send-email-lee.jones@linaro.org> <1462454983-13168-2-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1462454983-13168-2-git-send-email-lee.jones@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 05 May 06:29 PDT 2016, Lee Jones wrote: > By default, rproc_fw_boot() needs to wait for rproc to be configured, > but a race may occur when using rpmsg/virtio. In this case, it can > be called locally in a safe manor. > > This patch represents two usecases: > > - External call (via exported rproc_boot()), which waits > - Internal call can use 'nowait' version of rproc_boot() > > Signed-off-by: Fabrice Gasnier > Signed-off-by: Lee Jones Looks good Applied to rproc-next. Regards, Bjorn