From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751595AbaI0D6X (ORCPT ); Fri, 26 Sep 2014 23:58:23 -0400 Received: from smtp97.ord1c.emailsrvr.com ([108.166.43.97]:60646 "EHLO smtp97.ord1c.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751422AbaI0D6V (ORCPT ); Fri, 26 Sep 2014 23:58:21 -0400 X-Sender-Id: pramod.gurav@smartplayin.com Message-ID: <542635D2.6060004@smartplayin.com> Date: Sat, 27 Sep 2014 09:28:10 +0530 From: Pramod Gurav User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Sebastian Reichel CC: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Guenter Roeck , Josh Cartwright , Dmitry Eremin-Solenikov , David Woodhouse , Stephen Boyd , linux-pm@vger.kernel.org Subject: Re: [PATCH v4] power: reset: use restart_notifier mechanism for msm-poweroff References: <1411644831-2931-1-git-send-email-pramod.gurav@smartplayin.com> <20140926202523.GB27687@earth.universe> In-Reply-To: <20140926202523.GB27687@earth.universe> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27-09-2014 01:55 AM, Sebastian Reichel wrote: > Hi, > > On Thu, Sep 25, 2014 at 05:03:51PM +0530, Pramod Gurav wrote: >> This change replaces use of arm_pm_restart with recently introduced >> reset mechanism in Linux kernel called restart_notifier. >> >> Choosing priority 128, which is default priority, as according to >> documentation, this mechanism is sufficient to restart the entire system. > > http://git.infradead.org/battery-2.6.git/commit/18a702e0de9879d5c0225a09f494443f0b91a0cc Thanks Sebastian. > > -- Sebastian >