linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] More ACPI updates for v5.15-rc1
@ 2021-09-08 15:32 Rafael J. Wysocki
  2021-09-08 23:50 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-09-08 15:32 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ACPI Devel Maling List, Linux PCI, Linux Kernel Mailing List

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.15-rc1-2

with top-most commit e543b10cd9d75309c820d2175200d09b2a62f249

 Merge branches 'acpi-pm' and 'acpi-docs'

on top of commit 6f1e8b12eec44ee047dc9e0a9544b2cfed739503

 Merge tag 'acpi-5.15-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive more ACPI updates for 5.15-rc1.

These add ACPI support to the PCI VMD driver, improve suspend-to-idle
support for AMD platforms and update documentation.

Specifics:

 - Add ACPI support to the PCI VMD driver (Rafael Wysocki).

 - Rearrange suspend-to-idle support code to reflect the platform
   firmware expectations on some AMD platforms (Mario Limonciello).

 - Make SSDT overlays documentation follow the code documented by it
   more closely (Andy Shevchenko).

Thanks!


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

Andy Shevchenko (1):
      Documentation: ACPI: Align the SSDT overlays file with the code

Mario Limonciello (1):
      ACPI: PM: s2idle: Run both AMD and Microsoft methods if both are supported

Rafael J. Wysocki (1):
      PCI: VMD: ACPI: Make ACPI companion lookup work for VMD bus

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

 Documentation/admin-guide/acpi/ssdt-overlays.rst | 49 ++++++++--------
 drivers/acpi/x86/s2idle.c                        | 67 ++++++++++++---------
 drivers/pci/controller/vmd.c                     | 55 ++++++++++++++++++
 drivers/pci/host-bridge.c                        |  1 +
 drivers/pci/pci-acpi.c                           | 74 ++++++++++++++++++++++++
 include/linux/pci-acpi.h                         |  3 +
 6 files changed, 197 insertions(+), 52 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] More ACPI updates for v5.15-rc1
  2021-09-08 15:32 [GIT PULL] More ACPI updates for v5.15-rc1 Rafael J. Wysocki
@ 2021-09-08 23:50 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-09-08 23:50 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linus Torvalds, ACPI Devel Maling List, Linux PCI,
	Linux Kernel Mailing List

The pull request you sent on Wed, 8 Sep 2021 17:32:32 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git acpi-5.15-rc1-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9c566611ac5cc7b45af943632f7a9b1b6a642991

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] More ACPI updates for v5.15-rc1
  2021-09-10 19:06 Rafael J. Wysocki
@ 2021-09-10 20:31 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-09-10 20:31 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linus Torvalds, ACPI Devel Maling List, Linux Kernel Mailing List

The pull request you sent on Fri, 10 Sep 2021 21:06:50 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git acpi-5.15-rc1-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/926de8c4326c14fcf35f1de142019043597a4fac

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] More ACPI updates for v5.15-rc1
@ 2021-09-10 19:06 Rafael J. Wysocki
  2021-09-10 20:31 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-09-10 19:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: ACPI Devel Maling List, Linux Kernel Mailing List

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.15-rc1-3

with top-most commit 8fbc1c5b91133f7ae5254061d2cb3326992635c4

 Merge branches 'acpi-scan' and 'acpi-prm'

on top of commit 30f349097897c115345beabeecc5e710b479ff1e

 Merge tag 'pm-5.15-rc1-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive additional ACPI updates for 5.15-rc1.

These prevent a confusing PRMT-related message from being printed,
drop an unnecessary header file include and update the list of
ACPICA maintainers.

Specifics:

 - Prevent a message about missing PRMT from being printed on systems
   that do not support PRM, which are the majority now (Aubrey Li).

 - Drop unnecessary header include from scan.c (Kari Argillander).

 - Update the list of ACPICA maintainers after recent departure of
   one of them (Rafael Wysocki).

Thanks!


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

Aubrey Li (1):
      ACPI: PRM: Find PRMT table before parsing it

Kari Argillander (1):
      ACPI: scan: Remove unneeded header linux/nls.h

Rafael J. Wysocki (1):
      ACPICA: Update the list of maintainers

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

 MAINTAINERS         |  1 -
 drivers/acpi/prmt.c | 10 +++++++++-
 drivers/acpi/scan.c |  1 -
 3 files changed, 9 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-09-10 20:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-08 15:32 [GIT PULL] More ACPI updates for v5.15-rc1 Rafael J. Wysocki
2021-09-08 23:50 ` pr-tracker-bot
2021-09-10 19:06 Rafael J. Wysocki
2021-09-10 20:31 ` pr-tracker-bot

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).