From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752310AbdLAFbx (ORCPT ); Fri, 1 Dec 2017 00:31:53 -0500 Received: from mail-pl0-f45.google.com ([209.85.160.45]:41699 "EHLO mail-pl0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752129AbdLAFbs (ORCPT ); Fri, 1 Dec 2017 00:31:48 -0500 X-Google-Smtp-Source: AGs4zMYdKArSgDiLdpmnVsc+Nf/GqgCVWyZ0uUsHv3DRFYDkPTlKYUw3PT1Q4U3rU4u5xGXXV8gWUg== Date: Thu, 30 Nov 2017 21:31:42 -0800 From: Bjorn Andersson To: Chris Lew Cc: Andy Gross , Ohad Ben-Cohen , Arun Kumar Neelakantam , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-remoteproc@vger.kernel.org Subject: Re: [PATCH v4 4/5] remoteproc: qcom: Introduce sysmon Message-ID: <20171201053141.GY28761@minitux> References: <20171130011644.9421-1-bjorn.andersson@linaro.org> <20171130011644.9421-5-bjorn.andersson@linaro.org> <2a4cb3e2-16ea-49f4-e40d-ee1f2a56929b@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a4cb3e2-16ea-49f4-e40d-ee1f2a56929b@codeaurora.org> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu 30 Nov 17:52 PST 2017, Chris Lew wrote: > > > On 11/29/2017 5:16 PM, Bjorn Andersson wrote: > > The sysmon client communicates either via a dedicated SMD/GLINK channel > > or via QMI encoded messages over IPCROUTER with remote processors in > > order to perform graceful shutdown and inform about other remote > > processors shutting down. > > > > Signed-off-by: Bjorn Andersson > > --- > Acked-By: Chris Lew > Thanks > Looked into who is listening to the other notifications besides > BEFORE_SHUTDOWN and I think subsequent patches will need to add support for > at least AFTER_POWERUP. > Agreed. Regards, Bjorn