From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: [PATCH 0/3] PCI / ACPI / PM: Fix propagation of wakeup settings to bridges Date: Fri, 21 Jul 2017 14:36:44 +0200 Message-ID: <3116391.JNS1F4DjTg@aspire.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: Linux PCI Cc: Linux ACPI , Linux PM , LKML , Mika Westerberg , Bjorn Helgaas List-Id: linux-pm@vger.kernel.org Hi, The device wakeup code in pci-acpi.c currently has a (theoretical) problem that it can disable wakeup for a bridge prematurely in some obscure conditions. This is described in some more detail in the changelog of patch [3/3] and it has been there for quite a while, so it's nothing new, but it would be good to fix it at last and hence this series. Patches [1/3] and [2/3] are mostly preparatory, although the former may be regarded as a fix by itself and the latter is a cleanup. Thanks, Rafael