From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751848AbcDUAOi (ORCPT ); Wed, 20 Apr 2016 20:14:38 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:63941 "HELO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751471AbcDUAOh (ORCPT ); Wed, 20 Apr 2016 20:14:37 -0400 From: "Rafael J. Wysocki" To: Chen Yu Cc: linux-acpi@vger.kernel.org, "Rafael J. Wysocki" , Matt Fleming , Len Brown , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , linux-efi@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH][v6] ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5 Date: Thu, 21 Apr 2016 02:17:27 +0200 Message-ID: <1562468.HF88ABVP4x@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.5.0-rc1+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1458607870-22522-1-git-send-email-yu.c.chen@intel.com> References: <1458607870-22522-1-git-send-email-yu.c.chen@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, March 22, 2016 08:51:10 AM Chen Yu wrote: > The problem is Linux registers pm_power_off = efi_power_off only if > we are in hardware reduced mode. Actually, what we also want is to do > this when ACPI S5 is simply not supported on non-legacy platforms. > Since some future Intel platforms are HW-full mode where the DSDT > fails to supply an _S5 object(without SLP_TYP), we should let such > kind of platform to leverage efi runtime service to poweroff. > > This patch uses efi power off as first choice when S5 is unavailable, > even if there is a customized poweroff(driver provided, eg). > Meanwhile, the legacy platforms will not be affected because there is > no path for them to overwrite the pm_power_off to efi power off. > > Suggested-by: Len Brown > Reviewed-by: Matt Fleming > Signed-off-by: Chen Yu Applied, thanks!