From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pramod Gurav Subject: Re: [PATCH] pinctrl: qcom: use restart_notifier mechanism for ps_hold Date: Fri, 19 Sep 2014 17:58:15 +0530 Message-ID: <541C215F.5050009@smartplayin.com> References: <1411079579-10172-1-git-send-email-joshc@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp86.ord1c.emailsrvr.com ([108.166.43.86]:53271 "EHLO smtp86.ord1c.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753398AbaISMYl (ORCPT ); Fri, 19 Sep 2014 08:24:41 -0400 In-Reply-To: <1411079579-10172-1-git-send-email-joshc@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Josh Cartwright Cc: Bjorn Andersson , Linus Walleij , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, Guenter Roeck Hi Josh, Tested this on IFC6410. Tested-by: pramod.gurav@smartplayin.com On Friday 19 September 2014 04:02 AM, Josh Cartwright wrote: > By converting to the restart_notifier mechanism for restart, we allow > for other mechanisms, like the watchdog, to be used for restart in the > case where PS_HOLD has failed to reset the chip. > > Choose priority 128, as according to documentation, this mechanism "is > sufficient to restart the entire system". > > Cc: Pramod Gurav > Cc: Guenter Roeck > Signed-off-by: Josh Cartwright > --- From mboxrd@z Thu Jan 1 00:00:00 1970 From: pramod.gurav@smartplayin.com (Pramod Gurav) Date: Fri, 19 Sep 2014 17:58:15 +0530 Subject: [PATCH] pinctrl: qcom: use restart_notifier mechanism for ps_hold In-Reply-To: <1411079579-10172-1-git-send-email-joshc@codeaurora.org> References: <1411079579-10172-1-git-send-email-joshc@codeaurora.org> Message-ID: <541C215F.5050009@smartplayin.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Josh, Tested this on IFC6410. Tested-by: pramod.gurav at smartplayin.com On Friday 19 September 2014 04:02 AM, Josh Cartwright wrote: > By converting to the restart_notifier mechanism for restart, we allow > for other mechanisms, like the watchdog, to be used for restart in the > case where PS_HOLD has failed to reset the chip. > > Choose priority 128, as according to documentation, this mechanism "is > sufficient to restart the entire system". > > Cc: Pramod Gurav > Cc: Guenter Roeck > Signed-off-by: Josh Cartwright > ---