From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 22 Oct 2014 17:44:36 +0200 (CEST) Received: from bh-25.webhostbox.net ([208.91.199.152]:36345 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27012130AbaJVPoe0zYE- (ORCPT ); Wed, 22 Oct 2014 17:44:34 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=roeck-us.net; s=default; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=bZvv3s1p7l7IfBRBLPjhlVhBGBOznKmR9ObudQvEyIE=; b=6AYAFbG/1I74ZkxpgSrDyMpEey7JsjaJfd4P+Ow6u0WVfJgD2/Lm20mH1Ms+kYH3Z44MC4RyyO1bMwhj3wYPWnRKy2OsopWINsGizJ3OiIWX1YC5Dc+w7dafKvsfUZ/nbrXyvH2XU8I+865giAjrcxUhDT/ohZeH2WnkmVH1j/U=; Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.82) (envelope-from ) id 1Xgy5L-002Mfr-Rd for linux-mips@linux-mips.org; Wed, 22 Oct 2014 15:44:28 +0000 Received: from 108-223-40-66.lightspeed.sntcca.sbcglobal.net ([108.223.40.66]:56323 helo=localhost) by bh-25.webhostbox.net with esmtpa (Exim 4.82) (envelope-from ) id 1Xgy57-002MZA-A6; Wed, 22 Oct 2014 15:44:13 +0000 Date: Wed, 22 Oct 2014 08:44:11 -0700 From: Guenter Roeck To: Ralf Baechle Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, "Maciej W. Rozycki" , linux-mips@linux-mips.org Subject: Re: [PATCH v2 40/47] mips: Register with kernel poweroff handler Message-ID: <20141022154411.GE26229@roeck-us.net> References: <1413864783-3271-1-git-send-email-linux@roeck-us.net> <1413864783-3271-41-git-send-email-linux@roeck-us.net> <20141022153207.GB11045@linux-mips.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20141022153207.GB11045@linux-mips.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-CTCH-PVer: 0000001 X-CTCH-Spam: Suspect X-CTCH-VOD: Unknown X-CTCH-Flags: 0 X-CTCH-RefID: str=0001.0A020207.5447D0DB.0347,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0,sb=1 X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-CTCH-Rules: C_4847, X-CTCH-SenderID: linux@roeck-us.net X-CTCH-SenderID-Flags: 0 X-CTCH-SenderID-TotalMessages: 10 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-TotalRecipients: 0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - linux-mips.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: mailgid no entry from get_relayhosts_entry X-Source: X-Source-Args: X-Source-Dir: Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 43493 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: linux@roeck-us.net Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Wed, Oct 22, 2014 at 05:32:07PM +0200, Ralf Baechle wrote: > Acked-by: Ralf Baechle Thanks! Guenter