linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Linux PM <linux-pm@vger.kernel.org>,
	Linux PCI <linux-pci@vger.kernel.org>,
	"the arch/x86 maintainers" <x86@kernel.org>
Subject: [GIT PULL] ACPI fixes for v5.17-rc4
Date: Fri, 11 Feb 2022 17:57:41 +0100	[thread overview]
Message-ID: <CAJZ5v0i=QT9GjEgWcqT-+CUKL=aScS3S6NZLUDznN-fNBahVYw@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.17-rc4

with top-most commit 27a98fe60b033dfce95361abe368750994b8a78e

 Merge branch 'acpi-x86'

on top of commit dfd42facf1e4ada021b939b4e19c935dcdd55566

 Linux 5.17-rc3

to receive ACPI fixes for 5.17-rc4.

These revert two commits that turned out to be problematic and fix
two issues related to wakeup from suspend-to-idle on x86.

Specifics:

 - Revert a recent change that attempted to avoid issues with
   conflicting address ranges during PCI initialization, because it
   turned out to introduce a regression (Hans de Goede).

 - Revert a change that limited EC GPE wakeups from suspend-to-idle
   to systems based on Intel hardware, because it turned out that
   systems based on hardware from other vendors depended on that
   functionality too (Mario Limonciello).

 - Fix two issues related to the handling of wakeup interrupts and
   wakeup events signaled through the EC GPE during suspend-to-idle
   on x86 (Rafael Wysocki).

Thanks!


---------------

Hans de Goede (1):
      x86/PCI: revert "Ignore E820 reservations for bridge windows on
newer systems"

Mario Limonciello (1):
      ACPI: PM: Revert "Only mark EC GPE for wakeup on Intel systems"

Rafael J. Wysocki (2):
      ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE
      PM: s2idle: ACPI: Fix wakeup interrupts handling

---------------

 arch/x86/kernel/resource.c  | 23 +----------------------
 drivers/acpi/ec.c           | 10 ++++++++++
 drivers/acpi/sleep.c        | 15 +++++----------
 drivers/acpi/x86/s2idle.c   | 12 ++++--------
 drivers/base/power/wakeup.c | 41 ++++++++++++++++++++++++++++++++++-------
 include/linux/suspend.h     |  4 ++--
 kernel/power/main.c         |  5 ++++-
 kernel/power/process.c      |  2 +-
 kernel/power/suspend.c      |  2 --
 9 files changed, 61 insertions(+), 53 deletions(-)

             reply	other threads:[~2022-02-11 16:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11 16:57 Rafael J. Wysocki [this message]
2022-02-11 20:05 ` [GIT PULL] ACPI fixes for v5.17-rc4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJZ5v0i=QT9GjEgWcqT-+CUKL=aScS3S6NZLUDznN-fNBahVYw@mail.gmail.com' \
    --to=rafael@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).