From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [PATCH v2 08/47] kernel: Move pm_power_off to common code Date: Wed, 22 Oct 2014 08:43:51 -0700 Message-ID: <20141022154351.GD26229@roeck-us.net> References: <1413864783-3271-1-git-send-email-linux@roeck-us.net> <1413864783-3271-9-git-send-email-linux@roeck-us.net> <20141022153136.GA11045@linux-mips.org> Mime-Version: 1.0 Return-path: 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=w1DMg7un8q+JkYLXgKsPTKS6r2oiysm/6R72AUcouRc=; b=0c4Hg8VaXx0w1AnqbpVZ/Zj/F8am8bzB5d4JyQ1OVOyvZH3HEmVNEZrOWEdBqdaaWC1ybFFMArjd3EpouE8Ep1uU41kcDxLzFVuGuht4dtyqzr70znV11I8cr8ndJYNqBBpsn14DePBdZvv+P5qvuVcWDopcexC7oGBcOQ2vQ3U=; Content-Disposition: inline In-Reply-To: <20141022153136.GA11045@linux-mips.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ralf Baechle Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, adi-buildroot-devel@lists.sourceforge.net, linux390@de.ibm.com, linux-alpha@vger.kernel.org, linux-am33-list@redhat.com, linux-arm-kernel@lists.infradead.org, linux-c6x-dev@linux-c6x.org, linux-cris-kernel@axis.com, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linux@openrisc.net, linux-m68k@vger.kernel.org, linux-metag@vger.kernel.org, linux-mips@linux-mips.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, linux-xtensa@linux-xtensa.org, sparclinux@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net, user-mode-linux-user@lists.sourceforge.net, x86@kernel.org, xen-devel@lists.xenproject.org On Wed, Oct 22, 2014 at 05:31:36PM +0200, Ralf Baechle wrote: > On Mon, Oct 20, 2014 at 09:12:24PM -0700, Guenter Roeck wrote: > > > pm_power_off is defined for all architectures. Move it to common code. > > > > Have all architectures call do_kernel_power_off instead of pm_power_off. > > Some architectures point pm_power_off to machine_power_off. For those, > > call do_kernel_power_off from machine_power_off instead. > > > > Acked-by: David Vrabel > > Acked-by: Geert Uytterhoeven > > Acked-by: Hirokazu Takata > > Acked-by: Jesper Nilsson > > Acked-by: Max Filippov > > Acked-by: Rafael J. Wysocki > > Acked-by: Richard Weinberger > > Acked-by: Xuetao Guan > > Signed-off-by: Guenter Roeck > > Acked-by: Ralf Baechle Thanks! Guenter