From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758881AbdENAF0 (ORCPT ); Sat, 13 May 2017 20:05:26 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:56271 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756319AbdENAEc (ORCPT ); Sat, 13 May 2017 20:04:32 -0400 From: "Rafael J. Wysocki" To: Linux PM , Linux ACPI Cc: LKML , Mika Westerberg , Srinivas Pandruvada , David Box Subject: [PATCH 0/3] PM / wakeup / ACPI: Suspend-to-idle wakeup fixes and optimization Date: Sun, 14 May 2017 01:50:45 +0200 Message-ID: <2169867.RZcCZmJK9B@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.11.0-rc6+; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Two recent commits related to suspend-to-idle introduced a couple of issues that need to be fixed. In addition to that, there turns out to be a way to avoid carrying out the "noirq" phase of device resume in order to check if wakeup triggered by an ACPI SCI is a real one, which patch [3/3] is about. Refer to patch changelogs for details. Thanks, Rafael