From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933434AbdKQF6p (ORCPT ); Fri, 17 Nov 2017 00:58:45 -0500 Received: from mail-pg0-f53.google.com ([74.125.83.53]:38791 "EHLO mail-pg0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756924AbdKQF6g (ORCPT ); Fri, 17 Nov 2017 00:58:36 -0500 X-Google-Smtp-Source: AGs4zMZDNYg1nzhH91dvtHyghfMcfUSTJExtGEj9V86kZutk2sGQ4BvqXR/kZPw1YYjeA+1fyLV39A== Date: Thu, 16 Nov 2017 21:58:32 -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, runminw@codeaurora.org Subject: Re: [PATCH v3 4/5] remoteproc: qcom: Introduce sysmon Message-ID: <20171117055832.GR28761@minitux> References: <20171115201012.25892-1-bjorn.andersson@linaro.org> <20171115201012.25892-5-bjorn.andersson@linaro.org> <0ab5497e-94b4-6450-d680-14f002188714@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0ab5497e-94b4-6450-d680-14f002188714@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 16 Nov 12:05 PST 2017, Chris Lew wrote: > > + req.event = SSCTL_SSR_EVENT_BEFORE_SHUTDOWN; > > Are there plans to add the other SSR events to sysmon notifiers? I think the > SSCTL service expects to receive events about remote procs starting as well. > We could easily add support here to send out the AFTER_BOOTUP notification, beyond that we would need to extend the subdev notifiers as well. But the downstream code paths does confuse me, can you confirm that these messages are actually sent to the remote ssctl services? Regards, Bjorn