Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752463AbdFHAON (ORCPT ); Wed, 7 Jun 2017 20:14:13 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:50568 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752326AbdFHANe (ORCPT ); Wed, 7 Jun 2017 20:13:34 -0400 From: "Rafael J. Wysocki" To: Linux ACPI Cc: Linux PCI , Linux PM , Bjorn Helgaas , LKML , Mika Westerberg , Srinivas Pandruvada , Linux USB , Mathias Nyman , Felipe Balbi , Mario Limonciello , Andy Shevchenko , Dominik Brodowski , Hans De Goede Subject: [PATCH 0/6] ACPI / PM: Suspend-to-idle rework to deal with spurious ACPI wakeups Date: Thu, 08 Jun 2017 02:00:40 +0200 Message-ID: <8918199.uo13RZ8hZk@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.12.0-rc1+; 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 Content-Length: 821 Lines: 19 Hi All, This series is a replacement for commit eed4d47efe95 (ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle) which is still there in 4.12-rc4 but will be reverted shortly, because it triggered issues on quite a few systems. The last patch in the series is a counterpart of the above commit with a few modifications, mostly to avoid affecting suspend-to-RAM and to reorder messages printed to kernel logs to make them somewhat less confusing. The previous patches are pre-requisite changes plus some cleanups. The major ones are [1-2/6] and [4/6] that are really needed for things to work as expected after [6/6]. In addition to that, this patch from Hans: https://patchwork.kernel.org/patch/9762815/ is needed for USB wakeup on Bay Trail and Cherry Trail systems to work in general. Thanks, Rafael